IBollingerBandsValue

StockSharp.Algo.Indicators

BollingerBands indicator value.

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

Properties

LowBand
public decimal? LowBand { get; }
value = iBollingerBandsValue.LowBand

Gets the LowBand value.

LowBandValue
public IIndicatorValue LowBandValue { get; }
value = iBollingerBandsValue.LowBandValue

Gets the LowBand value.

MovingAverage
public decimal? MovingAverage { get; }
value = iBollingerBandsValue.MovingAverage

Gets the MovingAverage value.

MovingAverageValue
public IIndicatorValue MovingAverageValue { get; }
value = iBollingerBandsValue.MovingAverageValue

Gets the MovingAverage value.

UpBand
public decimal? UpBand { get; }
value = iBollingerBandsValue.UpBand

Gets the UpBand value.

UpBandValue
public IIndicatorValue UpBandValue { get; }
value = iBollingerBandsValue.UpBandValue

Gets the UpBand value.