StochasticOscillatorValue
StockSharp.Algo.Indicators
Stochastic Oscillator indicator value implementation.
Inherits: ComplexIndicatorValue<StochasticOscillator>
Implements: IStochasticOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
StochasticOscillatorValue
public StochasticOscillatorValue(StochasticOscillator indicator, DateTime time)
stochasticOscillatorValue = StochasticOscillatorValue(indicator, time)
Stochastic Oscillator indicator value implementation.
- indicator
- The parent Stochastic Oscillator indicator.
- time
- Time associated with this indicator value.
Properties
DValue
public IIndicatorValue DValue { get; }
value = stochasticOscillatorValue.DValue
Gets the %D value.
KValue
public IIndicatorValue KValue { get; }
value = stochasticOscillatorValue.KValue
Gets the %K value.
Methods
ToString
public override string ToString()
result = stochasticOscillatorValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.