IDonchianChannelsValue

StockSharp.Algo.Indicators

DonchianChannels indicator value.

Implementiert: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Eigenschaften

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.