AlligatorValue

StockSharp.Algo.Indicators

Alligator indicator value implementation.

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

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

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

AlligatorValue(Alligator, DateTime)

Alligator indicator value implementation.

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

Свойства

Jaw : decimal?

Gets the Jaw value.

JawValue : IIndicatorValue

Gets the Jaw value.

Lips : decimal?

Gets the Lips value.

LipsValue : IIndicatorValue

Gets the Lips value.

Teeth : decimal?

Gets the Teeth value.

TeethValue : IIndicatorValue

Gets the Teeth value.

Методы

ToString() : string

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

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