StochasticOscillatorValue

StockSharp.Algo.Indicators

Stochastic Oscillator indicator value implementation.

Hereda de: ComplexIndicatorValue<StochasticOscillator>

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

Constructores

StochasticOscillatorValue(StochasticOscillator, DateTime)

Stochastic Oscillator indicator value implementation.

indicator
The parent Stochastic Oscillator indicator.
time
Time associated with this indicator value.

Propiedades

D : decimal?

Gets the %D value.

DValue : IIndicatorValue

Gets the %D value.

K : decimal?

Gets the %K value.

KValue : IIndicatorValue

Gets the %K value.

Métodos

ToString() : string

Преобразовать к строковому представлению.

Devuelve: Строковое представление.