I've been working on a simple Futures trading Algorithm, using the Example Algorithm provided by QuantConnect which uses the Simple Moving Average Indicator. However, when I have tried using the Average True Range Inidcator or the Bollinger Band Indicator, I cannot access the data for it to be incorporated in the Trading Logic of the Algorithm and I get error messages. I have tried different approaches even using Ask Mia and following the provided advice as a solution but still no luck. Does anyone know how to approach accessing different types of indicator data when working with Futures? I have shared a backtest of the Algorithm Working with the Simple Moving Average along with BolingerBands.py and SMA_ATR.py which Do Not work when I try Initializing the indicators.