PercentagePriceOscillatorSignal

StockSharp.Algo.Indicators

Percentage Price Oscillator with signal line (no histogram).

Наследует: BaseComplexIndicator<IPercentagePriceOscillatorSignalValue>

Конструкторы

PercentagePriceOscillatorSignal()

Initializes a new instance of the PercentagePriceOscillatorSignal.

PercentagePriceOscillatorSignal(PercentagePriceOscillator, ExponentialMovingAverage)

Initializes a new instance of the PercentagePriceOscillatorSignal.

ppo
Base PPO.
signalMa
Signal EMA.

Свойства

Методы

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

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

ToString() : string

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

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