problem with opening a position
-
Hello, would you please help what is the problem of my EA:
I wanna to open a buy position when Kijunsen buffer in candle 1 is bigger than of candle 2 and open a sell position when kijunsenn buffer in candle 1 is smaller than candle 2.I want to the open a position only one time in a day when happen the above condition. I dont know what is the problem that does not open a trsde in some days.
please help me . my share link is :
https://fxdreema.com/shared/oTeXMmuWd -
Three possible reasons:
- The indicator is repainting. That is a very common feature on custom indicators. Is that is the case, the bot is doomed.
- You are checking that condition once per day. Not all days the conditions will be true.
- Are you sure the indicator's buffer is correctly selected?