How to execute the 4th EA?
-
I have 4 different EA for same currency pair on 4 different chart, they have same condition for opening order but different TP. 2 of my EA have fixed pips TP, the other 2 have no take profit and if trade.....close trade. I found out only 3 EA can execute at same time. The 4th EA always failed open order and the message on journal shows: "too many request" .
I have googled it , people said normally only 3 EA can run at same time but it can be fixed by coding. But I don't know how to do it on fxDreema builder. Is anybody know? Could please kindly teach me how to do it?
Really appreciate -
try with Delay block before Buy/Sell block

set different delay for each EA (first EA with 1 second, second with 2 seconds, ...)
I dont know if decimals are accepted (like 0.4 s, you can try) -
@miro1360 Thank you so much^^
-
@miro1360 I did it with my first EA with 1 sec delay box. When I reloaded it, there is an alert show as:

What is DLL? What should I do?
-
change both options to No:

or somewhere in metatrader settings allow DLL import
-
