FXDreema Expert Advisors not working since latest updates to code were made.
-
None of my EA's are functioning since the recent update to the code.
I have tried downloading a number of older known good EA's as well as my newest ones using both my laptop and my PC and I have installed them on various MT4 terminals from different brokers but in all instances when I run the EA's in strategy tester the EA appears to run but no orders are being opened.
When I compile the EA's in MetaEditor some warnings are issued but no errors are reported.
-
Warnings are most probably not the reason. But can you tell me one of your projects that you know it should work? Meanwhile I will try the newest one for example...
-
In that newest project I found out that in the "Once per bar" block you have empty value for "Max. times to pass", which means 0. I don't know how it got to empty value, but it is. I think I updated this block lately, so maybe I removed some check that should turn 0 into 1... but I think that working that way is the good way, because 0 means 0 and this value can be optionally use to disable the block via Variable.
-
Thanks fxDreema. That has fixed the problem.
I've no idea why or how the "Max. times to pass" value became 'Empty Value' but my EA's are now working again when I set the value back to 1.
I'll make a point to check for this problem before downloading any more EA's.