Sending several orders at same time without waiting for execution.. - page 2

 
Emma Schwatson:

I think this is what OP is trying to avoid since this is an example of synchronous operation... In this example; order#1 is sent to the broker-server and the function waits for a result. Only after confirmation of order#1 and checking the trade context can it proceed to place order#2, which could take seconds. 

Yes, the problem is to avoid waiting for reply of the OrderSend function ...
 
Volcanbleu: Is there a way in MT4 to send several orders at the same tick time without waiting for each order to be executed..
Just open one order and do partial closes.