I don’t know if I didn’t get it right, but I thought when I make a start condition like daily BB% lower than 1 or
1h Supertrend is bullish it should open a deal ASAP when the conditions is true?
Or will the bot wait till candle close of the timeframe to start? Since I’m using lower-than in the first example, is the condition then valid the whole next candle or will new deals only start on candle-close again?
If the higher timeframe (e.g. 4h) condition is met on candle close, and during the next 4h candle also the lower timeframe (e.g. 5min) becomes true on close, then on the next 5min candle (if it’s in the previous 5min candle’s surrounding 4h candle) allows to open a new deal.
Thank you for your answer!
If I create a new bot, will it watch the last candle close or will it wait for the new one?
Ill ask cause i’ve seen that a bot with only a daily tf start condition wont start a new deal immediately, even if condition is true at the moment.
Would be not ideal when using this with automatic pair selection (TTP ones for example).