Do not use take profit, use a profit target of 2 $ for all assets.
-
My EA opens several orders because it works with hedge (martingale) for several pairs. EURUSD, USDCHF, USDJPY and others.
I would like the take profit of the first order to be closed only if it reaches a profit of 2 $, I do not want to define this in points, I want to define this in $.
As it is multiparing, I am having to create a buy and sell block and manually define points for each asset separately, this makes me create many blocks.Is there any way I can make this happen?
Only the first order 0.01 of a given pair I need to close with 2 $, the orders opened by hedge (martingale) are already working with the average price. -
@ontrade If only the first trade of every new sequence is to be closed, you can do this:

-
thanks my friend, work fine now for me.
-
@ontrade You're welcome.