KlingerVolumeOscillatorValue

StockSharp.Algo.Indicators

KlingerVolumeOscillator indicator value implementation.

継承元: ComplexIndicatorValue<KlingerVolumeOscillator>

実装: IKlingerVolumeOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

コンストラクター

KlingerVolumeOscillatorValue(KlingerVolumeOscillator, DateTime)

KlingerVolumeOscillator indicator value implementation.

indicator
The parent KlingerVolumeOscillator indicator.
time
Time associated with this indicator value.

プロパティ

LongEma : decimal?

Gets the long EMA value.

LongEmaValue : IIndicatorValue

Gets the long EMA value.

Oscillator : decimal?

Gets the oscillator value.

OscillatorValue : IIndicatorValue

Gets the oscillator value.

ShortEma : decimal?

Gets the short EMA value.

ShortEmaValue : IIndicatorValue

Gets the short EMA value.

メソッド

ToString() : string

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

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