PercentagePriceOscillatorSignalValue

StockSharp.Algo.Indicators

PercentagePriceOscillatorSignal indicator value implementation.

Inherits: ComplexIndicatorValue<PercentagePriceOscillatorSignal>

Implements: IPercentagePriceOscillatorSignalValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructors

PercentagePriceOscillatorSignalValue(PercentagePriceOscillatorSignal, DateTime)

PercentagePriceOscillatorSignal indicator value implementation.

indicator
The parent PercentagePriceOscillatorSignal indicator.
time
Time associated with this indicator value.

Properties

Ppo : decimal?

Gets PPO value.

PpoValue : IIndicatorValue

Gets PPO value.

Signal : decimal?

Gets the signal line value.

SignalValue : IIndicatorValue

Gets the signal line value.

Methods

ToString() : string

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

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