Err_trade_context_busy

 

what does this error mean? how can I fix it? anyone has experience with this?

 

Brokers often set limit how fast EA can send orders. It varies among brokers. The recommended way to avoid it is to use IsTradeAllowed() and Sleep() before calling OrderSend() or OrderModify().

You might want to check out this article.

Reason: