StochasticOscillatorValue

StockSharp.Algo.Indicators

Implementierung des Stochastischen Oszillators.

Erbt von: ComplexIndicatorValue<StochasticOscillator>

Implementiert: IStochasticOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

StochasticOscillatorValue
public StochasticOscillatorValue(StochasticOscillator indicator, DateTime time)
stochasticOscillatorValue = StochasticOscillatorValue(indicator, time)

Implementierung des Stochastischen Oszillators.

indicator
Der übergeordnete Stochastische Oszillatorindikator.
time
Zeit, die diesem Indikatorwert zugeordnet ist.

Eigenschaften

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

Erhält den %D-Wert.

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

Erhält den %D-Wert.

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

Erhält den %K-Wert.

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

Erhält den %K-Wert.

Methoden

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

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.