DonchianChannelsValue

StockSharp.Algo.Indicators

DonchianChannels indicator value implementation.

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

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

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

DonchianChannelsValue(DonchianChannels, DateTime)

DonchianChannels indicator value implementation.

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

Свойства

LowerBand : decimal?

Gets the lower band value.

LowerBandValue : IIndicatorValue

Gets the lower band value.

Middle : decimal?

Gets the Middle value.

MiddleValue : IIndicatorValue

Gets the Middle value.

UpperBand : decimal?

Gets the upper band value.

UpperBandValue : IIndicatorValue

Gets the upper band value.

Методы

ToString() : string

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

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