IPercentageVolumeOscillatorValue

StockSharp.Algo.Indicators

PercentageVolumeOscillator indicator value.

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

Properties

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

Gets the long EMA value.

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

Gets the long EMA value.

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

Gets the short EMA value.

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

Gets the short EMA value.