When I try to Register the Stochastic indicator for updation every 15 minutes, I get a build error: Build Error: File: Main.cs Line:76 Column:13 - The best overloaded method match for `QuantConnect.Algorithm.QCAlgorithm.RegisterIndicator(string, QuantConnect.Indicators.IndicatorBase, QuantConnect.Resolution?, System.Func)' has some invalid arguments

It appears the Stoch is a TradeBar indicator - so it cannot be registered like the regular Indicators?

Author