IBollingerBandsValue
StockSharp.Algo.Indicators
BollingerBands indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
LowBandValue : IIndicatorValue
Gets the LowBand value.
MovingAverage : decimal?
Gets the MovingAverage value.
MovingAverageValue : IIndicatorValue
Gets the MovingAverage value.
UpBandValue : IIndicatorValue
Gets the UpBand value.