Manage one pair at a time
-
I would like to put this EA of which I attach the link on 3 pairs, but I would like it to work one pair at a time in the sense that until it closes the operations with one pair, even if the opening conditions on the other pair occur, the trade must not be opened, which is what happens now.
you can help me? -
Yellow means if trade:

-
I'm sorry but if I put this EA on three different pairs, Example EURUSD-GBPUSD-USDCAD Let's say that an order on EA is already active, if the entry condition appears on those other pairs the order is opened, even if the no trade is present.
How do I make the script understand that there is already an order in progress and therefore until this is closed it does not have to open other operations of the other pairs? Thanks -
I am a little lost, if you want you want to limit trades over many charts set specific (Symbol()) over many
-
@jstap ok thank you Now I'll give it a try