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.