Slowness in closing all orders at the same time.
-
Does anyone else notice that there is a slowness in closing all orders simultaneously?
I realized that using the Close Position block it is closing the orders one by one individually, wouldn't the correct option be to close them all at the same time quickly?
Is there any code that we can use in an mql5 code block to execute this?
-
No. that block is designed as a loop. Trades are closed sequentially. You will need custom code for what you need.