StochasticOscillatorValue

StockSharp.Algo.Indicators

Implementación de valor de indicador de Oscilador estocástico.

Hereda de: ComplexIndicatorValue<StochasticOscillator>

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

Constructores

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

Implementación de valor de indicador de Oscilador estocástico.

indicator
El indicador de Oscilador estocástico padre.
time
Tiempo asociado con este valor indicador.

Propiedades

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

Obtiene el valor %D.

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

Obtiene el valor %D.

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

Obtiene el valor %K.

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

Obtiene el valor %K.

Métodos

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

Convertirse en una representación de línea.

Devuelve: Rendimiento de cuerda.