EnvelopeValue

StockSharp.Algo.Indicators

Envelope indicator value implementation.

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

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

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

EnvelopeValue(Envelope, DateTime)

Envelope indicator value implementation.

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

Свойства

Lower : decimal?

Gets the Lower value.

LowerValue : IIndicatorValue

Gets the Lower value.

Middle : decimal?

Gets the Middle value.

MiddleValue : IIndicatorValue

Gets the Middle value.

Upper : decimal?

Gets the Upper value.

UpperValue : IIndicatorValue

Gets the Upper value.

Методы

ToString() : string

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

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