PercentagePriceOscillatorHistogram

StockSharp.Algo.Indicators

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

Inherits: BaseComplexIndicator<IPercentagePriceOscillatorHistogramValue>

Constructors

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

Properties

Ppo : PercentagePriceOscillator

Base Percentage Price Oscillator.

Methods

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Returns: The resulting value.

ToString() : string

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

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