GatorOscillatorValue

StockSharp.Algo.Indicators

GatorOscillatorIndikatorwert-Implementierung.

Erbt von: ComplexIndicatorValue<GatorOscillator>

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

Konstruktoren

GatorOscillatorValue
public GatorOscillatorValue(GatorOscillator indicator, DateTime time)
gatorOscillatorValue = GatorOscillatorValue(indicator, time)

GatorOscillatorIndikatorwert-Implementierung.

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

Eigenschaften

Histogram1
public decimal? Histogram1 { get; }
value = gatorOscillatorValue.Histogram1

Erhält den Histogramm1-Wert.

Histogram1Value
public IIndicatorValue Histogram1Value { get; }
value = gatorOscillatorValue.Histogram1Value

Erhält den Histogramm1-Wert.

Histogram2
public decimal? Histogram2 { get; }
value = gatorOscillatorValue.Histogram2

Erhält den Histogramm2-Wert.

Histogram2Value
public IIndicatorValue Histogram2Value { get; }
value = gatorOscillatorValue.Histogram2Value

Erhält den Histogramm2-Wert.

Methoden

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

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.