StochasticOscillatorValue

StockSharp.Algo.Indicators

Implementação de valor indicador de oscilador estocástico.

Herda de: ComplexIndicatorValue<StochasticOscillator>

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

Construtores

StochasticOscillatorValue
public StochasticOscillatorValue(StochasticOscillator indicator, DateTime time)
stochasticOscillatorValue = StochasticOscillatorValue(indicator, time)

Implementação de valor indicador de oscilador estocástico.

indicator
O indicador de oscilador estocástico pai.
time
Tempo associado a este valor indicador.

Propriedades

D
public decimal? D { get; }
value = stochasticOscillatorValue.D

Obtém o valor %D.

DValue
public IIndicatorValue DValue { get; }
value = stochasticOscillatorValue.DValue

Obtém o valor %D.

K
public decimal? K { get; }
value = stochasticOscillatorValue.K

Obtém o valor% K.

KValue
public IIndicatorValue KValue { get; }
value = stochasticOscillatorValue.KValue

Obtém o valor% K.

Métodos

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

Converter para uma representação de linha.

Retorna: Desempenho de cordas.