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

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

返回值: Строковое представление.