IPercentagePriceOscillatorHistogramValue
StockSharp.Algo.Indicators
PercentagePriceOscillatorHistogramインジケータ値.
実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
プロパティ
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 値のシグナルを取得します。