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
DValue
public IIndicatorValue DValue { get; }
value = stochasticOscillatorValue.DValue
Obtiene el valor %D.
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.