Modify Stop Loss On Previous Candle Close
-
Hi I have a working EA but I am using Modify Stop in a custom price formula. The formula is calculated from the previous bar, but the EA appears to be re-calculating on every tick of the current bar? It is modifying at high frequency and not upon the close of each bar? Assist please?
-
By the way some connection is missing between blocks 25 and 26

Previous bar is already finished, the value should be the same. The only thing is that there is no need to recalculate the same thing again and again... if you have backtest speed considerations...
"Once per bar" makes things faster in this case.But before "modify stops" better use "For each Trade"

-
Thanks!!!!!!!!! Is there a way to prevent a trade from occurring in the same bar as an exit?
-
I'm not sure about the meaning of the question, but to limit things in one bar - "Once per bar"