IDonchianChannelsValue

StockSharp.Algo.Indicators

DonchianChannels indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

LowerBand : decimal?

Gets the LowerBand value.

LowerBandValue : IIndicatorValue

Gets the LowerBand value.

Middle : decimal?

Gets the Middle value.

MiddleValue : IIndicatorValue

Gets the Middle value.

UpperBand : decimal?

Gets the UpperBand value.

UpperBandValue : IIndicatorValue

Gets the UpperBand value.