StochasticOscillatorValue

StockSharp.Algo.Indicators

Stochastic Oscillator indicator value implementation.

Herda de: ComplexIndicatorValue<StochasticOscillator>

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

Construtores

StochasticOscillatorValue(StochasticOscillator, DateTime)

Stochastic Oscillator indicator value implementation.

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

Propriedades

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

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

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