StochasticOscillatorValue

StockSharp.Algo.Indicators

Stochastic Oscillator indicator value implementation.

Наследует: ComplexIndicatorValue<StochasticOscillator>

Реализует: IStochasticOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Конструкторы

StochasticOscillatorValue(StochasticOscillator, DateTime)

Stochastic Oscillator indicator value implementation.

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

Свойства

D : decimal?

Gets the %D value.

DValue : IIndicatorValue

Gets the %D value.

K : decimal?

Gets the %K value.

KValue : IIndicatorValue

Gets the %K value.

Методы

ToString() : string

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

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