EA no respond at strategic tester
-
until now i still don't know why my mq4 EA cannot run at MT4. The others EA from market run well, but only EA export from fxdreema done nothing at strategic tester
-
@meowcat This question cannot be answered, put a shared project here and things can be looked at.
-
@jstap haha this is my big mistake, i put nested condition, H1 macd cross and M15 macd cross, this condition will not occur, it need a cross signal and hold for few hours, in order to let second condition to occur
-
@jstap i now still fail to create the condition occur, then i hold it for 2 hours and wait the second condition to occur. Eg, H1 macd cross down signal, then second is waiting to cross down signal.
-
@meowcat What I would do to wait is use a once per minute block to add 1 to a variable every minute, reset this to 0 when condition 1 occurs, check this in a condition block so condition 2 can only happen when the count is > 120.