status stuck on starting
-
I recently created a new ea that works in back testing but when i try and use i live the status remains as starting and has been for the last 24 hours. Does anyone have any ideas why it might be?
-
Click on "Expert Advisors" button on MetaTrader to enable them?
-
Definitely enabled. i have another ea built on fx dreema on the same account working happily.
I have included a shared link in case that can help http://fxdreema.com/shared/8zK3ziECd
-
It seems putting a pass block at the top gets it to work.
-
Pass block does nothing actually, and that message has nothing to do with blocks. When EA is started it says "Starting" and when the first tick comes it is changed to "Working". In MQL4 language "Starting" shows with init() and "Working" shows with the first execution of start().