IStochasticOscillatorValue

StockSharp.Algo.Indicators

StochasticOscillator indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

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

Gets the %D value.

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

Gets the %D value.

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

Gets the %K value.

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

Gets the %K value.