Trailing Stops... only under specific conditions
-
hi..
how can i control trailing stops to activate only under specific conditions.
i.e. to only trail when there is only a buy trade OR sell trade... but if there are both a buy and sell trade active then it should not trail.thanks in advance
-
@fxgjg with two consecutive condition blocks, one over the other: (if trade buy)-(no trade sell)-(trailing stops buy trade). Trailing stop at the bottom
-
thanks @ambrogio .... it works
thought trailing stop always had to be at the top level....