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.

Методы

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Возвращает: The resulting value.

ToString() : string

Преобразовать к строковому представлению.

Возвращает: Строковое представление.