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