KlingerVolumeOscillator
StockSharp.Algo.Indicators
Klinger Volume Oscillator.
Erbt von: BaseComplexIndicator<IKlingerVolumeOscillatorValue>
Konstruktoren
KlingerVolumeOscillator()
Initializes a new instance of the KlingerVolumeOscillator.
KlingerVolumeOscillator(ExponentialMovingAverage, ExponentialMovingAverage)
Initializes a new instance of the KlingerVolumeOscillator.
- shortEma
- The short-term EMA.
- longEma
- The long-term EMA.
Eigenschaften
LongEma : ExponentialMovingAverage
Long EMA.
LongPeriod : int
Long period.
ShortEma : ExponentialMovingAverage
Short EMA.
ShortPeriod : int
Short period.
Methoden
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Rückgabe: The resulting value.
Reset()
Reset state.