IStochasticOscillatorValue

StockSharp.Algo.Indicators

StochasticOscillatorインジケータ値.

実装: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

プロパティ

D
public decimal? D { get; }
value = iStochasticOscillatorValue.D

%D 値を取得します。

DValue
public IIndicatorValue DValue { get; }
value = iStochasticOscillatorValue.DValue

%D 値を取得します。

K
public decimal? K { get; }
value = iStochasticOscillatorValue.K

%K 値を取得します。

KValue
public IIndicatorValue KValue { get; }
value = iStochasticOscillatorValue.KValue

%K 値を取得します。