Breakeven with MACD
-
Hello,
I have question regarding how to set a breakeven withoout the pips on profit but rather other indicators (for example, if the MACD bar changes)
So, if the Macd bar changes direction, I want to set the trade on breakeven.
Is it possible?I saw the breakeven block, but is the Breakeven block only working with pips on "profit mode" as picture below?

Any helps would be much appreciated!
Thanks!
-
@andrewfrank I believe so
-
@jstap Hmm Ok.

-
@andrewfrank You can use a 'For each trade' structure like this:

Ye 'condition' block is used to select that MACD crossing and then you specify the SL to be moved to the open price. That can substitute the 'breakeven' block.
-
@l-andorrà
Oh cool. Thanks! I'll try this.