IPercentageVolumeOscillatorValue
StockSharp.Algo.Indicators
PercentageVolumeOscillator指标值.
实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
属性
LongEmaValue
public IIndicatorValue LongEmaValue { get; }
value = iPercentageVolumeOscillatorValue.LongEmaValue
得到长的EMA值.
ShortEma
public decimal? ShortEma { get; }
value = iPercentageVolumeOscillatorValue.ShortEma
获得短EMA值.
ShortEmaValue
public IIndicatorValue ShortEmaValue { get; }
value = iPercentageVolumeOscillatorValue.ShortEmaValue
获得短EMA值.