PercentagePriceOscillatorSignalValue

StockSharp.Algo.Indicators

PercentagePriceOscillatorSignal indicador de implementação do valor.

Herda de: ComplexIndicatorValue<PercentagePriceOscillatorSignal>

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

Construtores

PercentagePriceOscillatorSignalValue
public PercentagePriceOscillatorSignalValue(PercentagePriceOscillatorSignal indicator, DateTime time)
percentagePriceOscillatorSignalValue = PercentagePriceOscillatorSignalValue(indicator, time)

PercentagePriceOscillatorSignal indicador de implementação do valor.

indicator
O pai PercentagePriceOscillatorSignal indicador.
time
Tempo associado a este valor indicador.

Propriedades

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

Obtém valor de PPO.

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

Obtém valor de PPO.

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

Obtém o valor da linha de sinal.

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

Obtém o valor da linha de sinal.

Métodos

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

Converter para uma representação de linha.

Retorna: Desempenho de cordas.