IBollingerBandsValue

StockSharp.Algo.Indicators

BollingerBands indicator value.

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

Properties

LowBand : decimal?

Gets the LowBand value.

LowBandValue : IIndicatorValue

Gets the LowBand value.

MovingAverage : decimal?

Gets the MovingAverage value.

MovingAverageValue : IIndicatorValue

Gets the MovingAverage value.

UpBand : decimal?

Gets the UpBand value.

UpBandValue : IIndicatorValue

Gets the UpBand value.