HarmonicOscillator
StockSharp.Algo.Indicators
Harmonic Oscillator indicator.
Inherits: DecimalLengthIndicator
Constructors
HarmonicOscillator()
Initializes a new instance of the HarmonicOscillator.
Properties
Measure : IndicatorMeasures
IndicatorMeasures.
Methods
OnProcessDecimal(IIndicatorValue) : decimal?
To handle the input value.
- input
- The input value.
Returns: The new value of the indicator.
Reset()
Reset state.