PercentageVolumeOscillatorValue

StockSharp.Algo.Indicators

Percentage Volume Oscillator indicator value implementation.

继承自: ComplexIndicatorValue<PercentageVolumeOscillator>

实现: IPercentageVolumeOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

构造函数

PercentageVolumeOscillatorValue(PercentageVolumeOscillator, DateTime)

Percentage Volume Oscillator indicator value implementation.

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

属性

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.

方法

ToString() : string

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

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