KlingerVolumeOscillatorValue

StockSharp.Algo.Indicators

KlingerVolumeOscillatorIndikatorwert-Implementierung.

Erbt von: ComplexIndicatorValue<KlingerVolumeOscillator>

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

Konstruktoren

KlingerVolumeOscillatorValue
public KlingerVolumeOscillatorValue(KlingerVolumeOscillator indicator, DateTime time)
klingerVolumeOscillatorValue = KlingerVolumeOscillatorValue(indicator, time)

KlingerVolumeOscillatorIndikatorwert-Implementierung.

indicator
Der übergeordnete KlingerVolumeOscillator Indikator.
time
Zeit, die diesem Indikatorwert zugeordnet ist.

Eigenschaften

LongEma
public decimal? LongEma { get; }
value = klingerVolumeOscillatorValue.LongEma

Bekommt den langen EMA-Wert.

LongEmaValue
public IIndicatorValue LongEmaValue { get; }
value = klingerVolumeOscillatorValue.LongEmaValue

Bekommt den langen EMA-Wert.

Oscillator
public decimal? Oscillator { get; }
value = klingerVolumeOscillatorValue.Oscillator

Erhält den Oszillatorwert.

OscillatorValue
public IIndicatorValue OscillatorValue { get; }
value = klingerVolumeOscillatorValue.OscillatorValue

Erhält den Oszillatorwert.

ShortEma
public decimal? ShortEma { get; }
value = klingerVolumeOscillatorValue.ShortEma

Bekommt den kurzen EMA-Wert.

ShortEmaValue
public IIndicatorValue ShortEmaValue { get; }
value = klingerVolumeOscillatorValue.ShortEmaValue

Bekommt den kurzen EMA-Wert.

Methoden

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

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.