GatorOscillatorValue

StockSharp.Algo.Indicators

GatorOscillator indicator value implementation.

Erbt von: ComplexIndicatorValue<GatorOscillator>

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

Konstruktoren

GatorOscillatorValue(GatorOscillator, DateTime)

GatorOscillator indicator value implementation.

indicator
The parent GatorOscillator indicator.
time
Time associated with this indicator value.

Eigenschaften

Histogram1 : decimal?

Gets the Histogram1 value.

Histogram1Value : IIndicatorValue

Gets the Histogram1 value.

Histogram2 : decimal?

Gets the Histogram2 value.

Histogram2Value : IIndicatorValue

Gets the Histogram2 value.

Methoden

ToString() : string

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

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