Move Stoploss to 25% of Profit when Profit reaches 100% of the TP target.
-

Hello guys this is the layout.
It is a MACD cross EA
I want to move my SL at 25% of Profit after the Profit has reached 100%.
You can see that my SL is Candle 1 low *1.5 ATR Value.
And the TP 150%.
-
@ankitrader Can you please share the link instead of just showing the picture?
-
https://fxdreema.com/shared/nc8MczhOd
There you go @l-andorrà
-
@ankitrader Technically the logic is correct. Can you confirm the TP distance is correctly positioned on the chart when the trade is open?
-

It is taking openning trades several times on a single candle.
I do not understand why.
-
@ankitrader if the trade were closed on the current candle the EA opens a new one, put a "once per bar" blocks also, should be resolutive
And split the "no trade" blocks in two ones, one for buy and one for sell -
Okay I will try that.
@ambrogio above which block you recommend once per bar?
-
@ankitrader just above the buy and sell blocks
-

@ambrogio The trade is not waiting for the price to move. The trades are directly getting modified.