PercentageVolumeOscillatorValue

StockSharp.Algo.Indicators

Percentage Volume Oscillator indicator value implementation.

Inherits: ComplexIndicatorValue<PercentageVolumeOscillator>

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

Constructors

PercentageVolumeOscillatorValue
public PercentageVolumeOscillatorValue(PercentageVolumeOscillator indicator, DateTime time)
percentageVolumeOscillatorValue = PercentageVolumeOscillatorValue(indicator, time)

Percentage Volume Oscillator indicator value implementation.

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

Properties

LongEma
public decimal? LongEma { get; }
value = percentageVolumeOscillatorValue.LongEma

Gets the long EMA value.

LongEmaValue
public IIndicatorValue LongEmaValue { get; }
value = percentageVolumeOscillatorValue.LongEmaValue

Gets the long EMA value.

ShortEma
public decimal? ShortEma { get; }
value = percentageVolumeOscillatorValue.ShortEma

Gets the short EMA value.

ShortEmaValue
public IIndicatorValue ShortEmaValue { get; }
value = percentageVolumeOscillatorValue.ShortEmaValue

Gets the short EMA value.

Methods

ToString
public override string ToString()
result = percentageVolumeOscillatorValue.ToString()

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

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