a certain number of trades at the same time
-
how can i make myEA to open a certain number of trades at once, the same time?
-
@weius You may specify 1 block (Sell or BUy or pending) per trade or you may create a loop.
-
I Mean, EA to open for example two positions at the same time
-
This makes things repeat

-
@roar thanks, should it be at the begining or at d end after a sell block.
-
Obviously, before the buy/sell block.