PercentagePriceOscillatorHistogramValue
StockSharp.Algo.Indicators
PercentagePriceOscillatorHistogram indicador de implementação do valor.
Herda de: ComplexIndicatorValue<PercentagePriceOscillatorHistogram>
Implementa: IPercentagePriceOscillatorHistogramValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Construtores
PercentagePriceOscillatorHistogramValue
public PercentagePriceOscillatorHistogramValue(PercentagePriceOscillatorHistogram indicator, DateTime time)
percentagePriceOscillatorHistogramValue = PercentagePriceOscillatorHistogramValue(indicator, time)
PercentagePriceOscillatorHistogram indicador de implementação do valor.
- indicator
- O pai PercentagePriceOscillatorHistogram indicador.
- time
- Tempo associado a este valor indicador.
Propriedades
Ppo
public decimal? Ppo { get; }
value = percentagePriceOscillatorHistogramValue.Ppo
Obtém valor de PPO.
PpoValue
public IIndicatorValue PpoValue { get; }
value = percentagePriceOscillatorHistogramValue.PpoValue
Obtém valor de PPO.
Signal
public decimal? Signal { get; }
value = percentagePriceOscillatorHistogramValue.Signal
Obtém o valor da linha de sinal.
SignalValue
public IIndicatorValue SignalValue { get; }
value = percentagePriceOscillatorHistogramValue.SignalValue
Obtém o valor da linha de sinal.
Métodos
ToString
public override string ToString()
result = percentagePriceOscillatorHistogramValue.ToString()
Converter para uma representação de linha.
Retorna: Desempenho de cordas.