IBollingerBandsValue

StockSharp.Algo.Indicators

BollingerBands indicator value.

实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

属性

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.