Dealing with error 137 "broker is busy"
-
I have an EA which tries to place orders on different pairs at a specific time, but MT4 can't process them all at once and shows error 137 in the Experts log.
What is the correct method within FxDreema to pause for a few seconds and retry the failed orders? Do I just need to add a Change Timer Period block that is executed from the error nodes of the buy/sell blocks?
Thank you for your time.
-
You can connect the gray output to the input of the trading block (for example "Buy now"), or use Sleep block for that connection. Gray output is active when there was an error happened.