Stop "Trailing Stop"
-
Would it possible to stop the "Trailing Stop" when the SL hits break even or hit a certain amount of pips?
-
Are you using the 'Trailing stop' block? Is so, just switch it off once that condition is met.
-
@l-andorrà yes sir.. I want the trailing stop to STOP when it hits break even... how do I do that?
-
@indaplace2be Try this in a loop "for each trade" filtered for buy trades.

If condition is true (orange dot) you'd run the trailing block.
For sell trades you check if SL is greater than open price.
-
And that's the condition I was talking about.
