IBollingerBandsValue

StockSharp.Algo.Indicators

BollingerBands indicator value.

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

Eigenschaften

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.