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

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

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