IPercentagePriceOscillatorSignalValue

StockSharp.Algo.Indicators

PercentagePriceOscillatorSignal 值 。

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

属性

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

PPO 数字值 。

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

获得PPO值.

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

信号数字值。

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

获得信号值.