PercentagePriceOscillatorHistogram

StockSharp.Algo.Indicators

Percentage Price Oscillator with signal line (histogram painter will plot difference).

Herda de: BaseComplexIndicator<IPercentagePriceOscillatorHistogramValue>

Construtores

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).

Propriedades

Ppo : PercentagePriceOscillator

Base Percentage Price Oscillator.

Métodos

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Retorna: The resulting value.

ToString() : string

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

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