Orders rejected

 
I'm trying to run my  29EAs simultaneously on mt4.

The problem arises after  the fifth ea, the platform reject  the orders after the sixth.

Some suggestions???

 
gazza69:
I'm trying to run my  29EAs simultaneously on mt4.

The problem arises after  the fifth ea, the platform reject  the orders after the sixth.

Some suggestions???

What errors ?  how do you prevent "trade context is busy" issues ?
 
gazza69:
I'm trying to run my  29EAs simultaneously on mt4.

The problem arises after  the fifth ea, the platform reject  the orders after the sixth.

Some suggestions???

Probably there are no solution with MT4, this is too much orders to process. Are you using last build 482 ?
 
Probably you should use a mutex to prevent it.
 
gazza69:
I'm trying to run my  29EAs simultaneously on mt4.

The problem arises after  the fifth ea, the platform reject  the orders after the sixth.

Some suggestions???


Unless you have reason to run the EAs within the same terminal, then you may install the terminal multiple times and run smaller number of EAs in separate terminal instances.
 
I am also interested what error do you get. The code of your EAs may need some improvements so that each instance of the EA will trade one after another.
Reason: