Can we open Trade concurrently in mt4 of same pair at same time at different chart.

 
Hi, 
I am a robot developer , I have a scalping robot that open multiple trades at the same pair. At that moment price fluctuation and movement very fast. 

Let say I need to open 6 orders.  I am using a for loop to open the 6 trades. Usually the order near the end 5 or 6th order will be 1 to 2 seconds later and I did not get the price I wanted.  

Is there a way to open all 6 trades the same time ? So that all get the same price. 

Can mt4 server take concurrent OrderSend command. ? 

I am thinking open 6 charts on same mt4 and attach the same robot and all 6 will be calling OrderSend 1 time to server. Will the mt4 server able to process all my 6 order at the same time on the same account ? 

If cannot maybe open 6 mt4 where all login to same account. And each mt4 only open 1 trade sent OrderSend to mt4 server. 

Anyone of you all done any testing on this. 

Regards. 




 
so you are trying to prevent slippage, which can only be minimized but not eliminated.
Reason: