How many pairs and EAs? - page 2

 

Do you know what a TRADE_CONTEXT_BUSY ERROR is?
It is an error that occur perhaps from concurrency problem.

That is exactly why, some EAs have to wait or be in sleep() for their turn.

IF YOU THINK I AM WRONG, show me your multitasking or forking code....

Please understand that LOOPING is not MULTITASKING.
And if you loop forever, MT4 will just terminate your EA for timeout.

Reason: