I do not get this to work. I have seen another post in which the indicators are warmed up in the OnData event. I am wondering why my SMA indicator (_spyMovingAverage) does not run. Maybe you see what I do not see....
//Set moving average on SPY and benchmark
_spy = AddEquity(SP500IndexSymbol, Resolution.Minute);
//_spyMovingAverage = SMA(SP500IndexSymbol, _trendfilter, Resolution.Daily);
//var consolidator = new TradeBarConsolidator(TimeSpan.FromDays(1));
//consolidator.DataConsolidated += OnTradeBarDataConsolidated;
//SubscriptionManager.AddConsolidator(SP500IndexSymbol, consolidator);
//_spyMovingAverage = new SimpleMovingAverage(_trendfilter);
//RegisterIndicator(SP500IndexSymbol, _spyMovingAverage, consolidator);
//Log("Added new consolidator for " + _spy.Symbol.Value);
Quant Trader
I guess I have it working with some workarounds. Not sure if data is right now. But indicators get filled.
Quant Trader
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!