Close all open trades and pending orders for all pairs when X profit reached
-
Hi,
I have an ea which is running on different pairs.
Now I want that if the total profit off all the open trades from all pairs is above X (lets say € 5) that it closes all Open and Pending trades.
The Idea is that the pairs which are running good they can help the losing ones .
From then on the EA will start again.
-
Condition block, account profit > X, then connect to another block, and do something.