PercentagePriceOscillatorSignal

StockSharp.Algo.Indicators

Percentage Price Oscillator with signal line (no histogram).

Inherits: BaseComplexIndicator<IPercentagePriceOscillatorSignalValue>

Constructors

PercentagePriceOscillatorSignal()

Initializes a new instance of the PercentagePriceOscillatorSignal.

PercentagePriceOscillatorSignal(PercentagePriceOscillator, ExponentialMovingAverage)

Initializes a new instance of the PercentagePriceOscillatorSignal.

ppo
Base PPO.
signalMa
Signal EMA.

Properties

Methods

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Returns: The resulting value.

ToString() : string

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

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