PercentagePriceOscillatorHistogramValue

StockSharp.Algo.Indicators

PercentagePriceOscillatorHistogram valor indicador de implementación.

Hereda de: ComplexIndicatorValue<PercentagePriceOscillatorHistogram>

Implementa: IPercentagePriceOscillatorHistogramValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructores

PercentagePriceOscillatorHistogramValue
public PercentagePriceOscillatorHistogramValue(PercentagePriceOscillatorHistogram indicator, DateTime time)
percentagePriceOscillatorHistogramValue = PercentagePriceOscillatorHistogramValue(indicator, time)

PercentagePriceOscillatorHistogram valor indicador de implementación.

indicator
El padre PercentagePriceOscillatorHistogramindicador.
time
Tiempo asociado con este valor indicador.

Propiedades

Ppo
public decimal? Ppo { get; }
value = percentagePriceOscillatorHistogramValue.Ppo

Obtiene valor de PPO.

PpoValue
public IIndicatorValue PpoValue { get; }
value = percentagePriceOscillatorHistogramValue.PpoValue

Obtiene valor de PPO.

Signal
public decimal? Signal { get; }
value = percentagePriceOscillatorHistogramValue.Signal

Consigue el valor de la línea de señal.

SignalValue
public IIndicatorValue SignalValue { get; }
value = percentagePriceOscillatorHistogramValue.SignalValue

Consigue el valor de la línea de señal.

Métodos

ToString
public override string ToString()
result = percentagePriceOscillatorHistogramValue.ToString()

Convertirse en una representación de línea.

Devuelve: Rendimiento de cuerda.