GatorOscillatorValue

StockSharp.Algo.Indicators

GatorOscillator indicator value implementation.

Наследует: ComplexIndicatorValue<GatorOscillator>

Реализует: IGatorOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Конструкторы

GatorOscillatorValue(GatorOscillator, DateTime)

GatorOscillator indicator value implementation.

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

Свойства

Histogram1 : decimal?

Gets the Histogram1 value.

Histogram1Value : IIndicatorValue

Gets the Histogram1 value.

Histogram2 : decimal?

Gets the Histogram2 value.

Histogram2Value : IIndicatorValue

Gets the Histogram2 value.

Методы

ToString() : string

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

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