EAS AUTOMATION PROBLEMS "STATUS"
-
PLEASE HELP!
For a few weeks the eas are not activated correctly when the conditions are given
The status stays in "working" after the last trade... and not in "waiting for tick".
I am forced to restart the eas every day to make them work.
This didn't happen before, any solution?
It is as if it did not detect the ea that the trade has already finished and it stays in a "working" loop -
Is this happening on MT4 or MT5 bots?
-
@basque007 I dont think there is anything wrong.
"waiting for tick" = EA has just been placed on a chart and it has not recorded any tick
"working" = the EA has began its normal working processIf you look in the source code, you see the "waiting for tick" is the initial status

-
It's in MT4 THE FUNNY thing about it is that in "waiting for tick" if it enters ok when the conditions are met.....in "working" it stays frozen as it doesn't know that the trade is over and then it doesn't open a new trade It's frustrating because this didn't happen before, we've been like this for weeks because it doesn't just happen to me.....
-
@basque007 the EA probably has some other error
-
Perhaps the ea has other error, but at the moment was running ok .....and in a few weeks no....why?
-

-
perhaps the error was that? i had de once per bar in daily strategy before conditions

in this position now is ok?
-
@basque007 what do you mean the EA is not working ok? Both locations for the "once per bar" are functional, it just depends on your strategy. Do you want to check your conditions once per day, or do you want to check them continually but only trade once per day?
-
@roar continually but only trade once per day
-
Then your "once per bar" filter cannot be before any conditions. Place it just before buying.
-
@roar thank you for the help
-
@roar if i want to let EA to auto trade 3 times per day, then what block should i use?