IPercentagePriceOscillatorHistogramValue

StockSharp.Algo.Indicators

PercentagePriceOscillatorHistogram indicator value.

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

Properties

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

Gets PPO value.

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

Gets PPO value.

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

Signal EMA numeric value.

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

Gets signal EMA value.