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

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

Gets the %D value.

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

Gets the %D value.

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

Gets the %K value.

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

Gets the %K value.

Methods

ToString
public override string ToString()
result = stochasticOscillatorValue.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.