IPercentagePriceOscillatorHistogramValue

StockSharp.Algo.Indicators

PercentagePriceOscillatorHistogram指标值.

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

属性

Ppo
public decimal? Ppo { get; }
value = iPercentagePriceOscillatorHistogramValue.Ppo

获得PPO值.

PpoValue
public IIndicatorValue PpoValue { get; }
value = iPercentagePriceOscillatorHistogramValue.PpoValue

获得PPO值.

Signal
public decimal? Signal { get; }
value = iPercentagePriceOscillatorHistogramValue.Signal

信号EMA数值.

SignalValue
public IIndicatorValue SignalValue { get; }
value = iPercentagePriceOscillatorHistogramValue.SignalValue

获得EMA值信号.