@saeed-2 You just need to connect as many condition blocks as different timesframes to be considered for your trade to open. Like this:

@saeed-2 You just need to connect as many condition blocks as different timesframes to be considered for your trade to open. Like this:

@kepler Not sure what you mean. What happens with lot size before the 4th failure?
@rubvil The link is wrong. Can you please try it again?
@yerlin That sounds interesting, but I have no idea about any of those strategies. Couls you please explain a bit more about them?
@mgzfx Can you please share the link of the project instead of the file?
@yader-mayorga Pero la estructura de uso de la pestaña 'on trade' en mi ejemplo es lo que te va a permitir conseguir loque quieres.
@tuerks Puedes usar esta estructura en la pestaña 'on trade':

@davonitram Maybe someone else with more experience with fibls will be able to shed some light here.
@normy You need to create a variable to count them and then use this structure on the 'on tick' tab:

@dalkungen I'm afraid I'm not a programmer so I have no idea what block 24 is doing in any case. Are you sure you need them?
@ajmd97fx I see you are using a 'once per day' block on the 'on init' tab. Are you aware that it will NOT be executed every day? All blocks in that tab are executed just one, when the EA is fisrt moved on to the chart. None of them will be executed ever again.
@adeusi2011 You are looking for a martingale. I do not recommend you to focus on that kind of strategy. They are not successful in the long run.
@vancedavid Can you please share your project?
@khalids222 What midline? I don't see any in your project?
@khalids222 This formula is wrong: (HIGHEST_ONETO15+LOWEST_ONTTO15/2)
It should be: (HIGHEST_ONETO15+LOWEST_ONTTO15)/2
@normy Do you mean having a number showing how many object with that name are visible on a chart any any moment, at any tick?
@davonitram I'm not an expert at fibos, but I recommend you to create a variable and store the value of that fibo instead of trying to draw it. You can do it this way:

@dalkungen I didn't want to recommend the 'orange' condition block, but the 'yellow one'. Can you please share the link of your project instead of just a screenshot?