IStochasticOscillatorValue
StockSharp.Algo.Indicators
StochasticOscillator indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
DValue
public IIndicatorValue DValue { get; }
value = iStochasticOscillatorValue.DValue
Gets the %D value.
KValue
public IIndicatorValue KValue { get; }
value = iStochasticOscillatorValue.KValue
Gets the %K value.