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 值。