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

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

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