PercentagePriceOscillatorSignal
StockSharp.Algo.Indicators
Percentage Price Oscillator with signal line (no histogram).
継承元: BaseComplexIndicator<IPercentagePriceOscillatorSignalValue>
コンストラクター
PercentagePriceOscillatorSignal()
Initializes a new instance of the PercentagePriceOscillatorSignal.
PercentagePriceOscillatorSignal(PercentagePriceOscillator, ExponentialMovingAverage)
Initializes a new instance of the PercentagePriceOscillatorSignal.
- ppo
- Base PPO.
- signalMa
- Signal EMA.
プロパティ
Ppo : PercentagePriceOscillator
Base PPO.
SignalMa : ExponentialMovingAverage
Signal EMA.
メソッド
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
戻り値: The resulting value.