IPercentageVolumeOscillatorValue
StockSharp.Algo.Indicators
PercentageVolumeOscillatorインジケータ値.
実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
プロパティ
LongEma
public decimal? LongEma { get; }
value = iPercentageVolumeOscillatorValue.LongEma
長い EMA 値を取得します。
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 値を取得します。