Hi Have a question about consolidating indicators. Seams like the indicator value self.rsi.Current.Value is updated more often than the consolidated time frame of 30min. Why? self.rsi = self.RSI(self.btcusd, 14, Resolution.Minute) self.RegisterIndicator(self.btcusd, self.rsi, timedelta(minutes=30))