Multiple Breakeven points (Not need trailing)
-
Hi all guys,
Do you know how is it possible to set a multiple breakeven points scheme. For example I need that once the price reaches the first break even at 5 pips, another breakeven pont at 10 pips it'sactivated and go on 5 by 5. I try to link the first breakeven to the other with Run blocks, turn on blocks and also linked directly. But the EA recognize me only the first breakeven also if price goes in profit for many many pips. Thank to all those can help me.
Bye
L. -
Hi
I think you can use a pseudo-trailing stop to get what you want:
PROFIT = 5 PIPS -> ModifySL to OpenPrice
PROFIT = 10 PIPS -> Modify SL to OpenPrice+5pips
PROFIT = 15 PIPS -> Modify SL to OpenPrice+10pipsAnd so on.
For sure there will be a simplest way to do it but this could be a way of doing it

Bye
-
Thanks a lot, maybe it can works, I'll try as soon as possible and let you know. Good night
L. -
-
@fxdreema Thank you, but it doesn't work. It takes only the first level, than I placed other 3 levels that it doesn't take also if profit is veri high. I didn't use trailing step and trailing start clearly. Do you have an idea why it doesn't work on the other levels?
Thank you very much
L. -
I solved in this way, a little bit articulated but useful

Thank you for your support.
L.
