PercentageVolumeOscillatorValue

StockSharp.Algo.Indicators

Percentage Volume Oscillator indicator value implementation.

Erbt von: ComplexIndicatorValue<PercentageVolumeOscillator>

Implementiert: IPercentageVolumeOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

PercentageVolumeOscillatorValue(PercentageVolumeOscillator, DateTime)

Percentage Volume Oscillator indicator value implementation.

indicator
The parent Percentage Volume Oscillator indicator.
time
Time associated with this indicator value.

Eigenschaften

LongEma : decimal?

Gets the long EMA value.

LongEmaValue : IIndicatorValue

Gets the long EMA value.

ShortEma : decimal?

Gets the short EMA value.

ShortEmaValue : IIndicatorValue

Gets the short EMA value.

Methoden

ToString() : string

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

Rückgabe: Строковое представление.