On Research there's a method where you give an Indicator and returns the history of it in a Pandas' DataFrame format. The method is `QuantConnect.Jupyter.QuantBook.Indicator`. 

Is there any way to get the same Indicator's history in a backtest? I want to get it during the `initialization` method, and not on `on_data`

Thanks.