IBollingerBandsValue

StockSharp.Algo.Indicators

BollingerBands指标值.

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

属性

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.