Lean  $LEAN_TAG$
QuantConnect.Indicators.SchaffTrendCycle Member List

This is the complete list of members for QuantConnect.Indicators.SchaffTrendCycle, including all inherited members.

ComputeNextValue(IndicatorDataPoint input)QuantConnect.Indicators.SchaffTrendCycleprotected
DefaultWindowSizeQuantConnect.Indicators.Indicatorstatic
Indicator(string name)QuantConnect.Indicators.Indicatorprotected
IsReadyQuantConnect.Indicators.SchaffTrendCycle
Reset()QuantConnect.Indicators.SchaffTrendCycle
SchaffTrendCycle(int cyclePeriod=10, int fastPeriod=23, int slowPeriod=50, MovingAverageType type=MovingAverageType.Exponential)QuantConnect.Indicators.SchaffTrendCycle
SchaffTrendCycle(string name, int cyclePeriod, int fastPeriod, int slowPeriod, MovingAverageType type)QuantConnect.Indicators.SchaffTrendCycle
WarmUpPeriodQuantConnect.Indicators.SchaffTrendCycle