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 値のシグナルを取得します。