KlingerVolumeOscillator

StockSharp.Algo.Indicators

Klinger Volume Oscillator.

Наследует: BaseComplexIndicator<IKlingerVolumeOscillatorValue>

Конструкторы

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.

Свойства

LongPeriod : int

Long period.

ShortPeriod : int

Short period.

Методы

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Возвращает: The resulting value.

Reset()

Reset state.

ToString() : string

Преобразовать к строковому представлению.

Возвращает: Строковое представление.