@vincmcroom I'm not sure if the flag change in block 298 is the reason. There the flag is moved to true. This means that new trades can be open. Whay aren't you using this block?

@vincmcroom I'm not sure if the flag change in block 298 is the reason. There the flag is moved to true. This means that new trades can be open. Whay aren't you using this block?

@farad Please farad, don't deviate from the OP thread.
WOW! Impressive! Just curious, did you try it manually?
Hola y bienvenido. Para conseguir eso debes usar este bloque y especificar tu distancia de SL en este espacio:

Wow. Using Telegarm is advanced programming bro.
That's stuff for roar or miro. 
I never used it. Contacting tickstory support service maybe?
LOL. You're right :D. Ok. I instaleld it and it correctly identifed. Honestly I don0t see why it is not working. Just a final suggestion. Can you please confirm the values for both high and low variables? Use a comment block to visualize them every tick. The only problem I can guess is the comparisons in blocks 15 and 4 are wrong because their values are nor correct.
Check thet and let me know, please.
I don't have the indicator so I don't know, but I find it is very weird.
Counting candles will be easier. Just create a variable adding +1 every new candle open after the first condition is true. Then use a condition block so that if 'current counter' = 'n bars after condition' the trade is open.
This is the way to share a project. Could ypu please do it instead of donwloading the ex5 file?:

Disconnect the breakeven block from its current position and create a separate tree for it, connected below a 'Pass' block.
Is the same buffer 0 giving you two different values? That's what is what you set in block 18. I guess there should be two different buffers, on for each value. Can you please confirm it?
Another option is using a boolen variable indicating when the first condition happened and not being reinitialized until an opposite crossing happened.
@pippusher618 We can try to complete here if you want. That will be cheaper than $500 for sure! 
That is correct. And in this case candle ID 0 should be used.
You need to use variables to store the current SL value so that it can be used as a new SL value for the next trade.
So is the indicator working correctly and the EA is not? Then oviously the problem is in the second. Can you please share it?