Help me my EA don't work
-
My EA doesn't work only once when open on Tf Daily, but other time frame works fine when backing test no problem. I want Ea to trade every day, bar day.
-
@trpssrv The logic is correct if you are running it on the daily timeframe. You will get one buy and one sell only per day.
-
But when the new day comes, it doesn't buy/sell.
-
Did you try to look on the journal, sometimes when the buy now initiated the server is close (since you restrict it once a day only)and cannot execute the buy/sell order. Try to add print comment before the buy and sell block, or add print comment on the gray button of buy/sell block to know if it experienced fatal error.
-
Ok.
Thank you very much -
@trpssrv Maybe it doesn't open a new trade the next day because conditions are not true. RSI doesn't nee to cross those levels every day.
-
Thank you Bro
-
@trpssrv You're welcome.