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

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

戻り値: Строковое представление.