How to Modify Take Profit of Multiple Open Positions?
-
How can I modify my take profit of multiple open positions with just 1 single TP?
Here is my sample project.
https://fxdreema.com/shared/EWg7T1lIc

-
@rare-clone What do you exactly mean? You have several open trades with different TP each and then you need to modify all of them to a common TP for all?
-
@l-andorrà Yes, exactly. I don't want to use unrealize profit because you would not see the exact TP on MT4/MT5. Unlike when you modify the TP you would see the exact amount where it would hit.
-
@rare-clone Then you will need a loop searchng for all open trades and calculate the average TP level for all of them. Sadly, loops are not my field of expertise. Maybe roar may help.
-
@l-andorrà Thank you for your reply. I hope someone in this forum has a solution for this.
-
have you found a way?
-
estoy igual,, necesito encontrar una manera para hacer eso
-
@vendettafx I tried using trailing stop(group of trades) and it seems to work and for the reference price i want to use break even point. i just can't figure out how to do it.
