BollingerBandsValue

StockSharp.Algo.Indicators

BollingerBands指标值执行情况。

继承自: ComplexIndicatorValue<BollingerBands>

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

构造函数

BollingerBandsValue
public BollingerBandsValue(BollingerBands indicator, DateTime time)
bollingerBandsValue = BollingerBandsValue(indicator, time)

BollingerBands指标值执行情况。

indicator
The parent BollingerBands indicator.
time
与该指标值相接的时间。

属性

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

Gets the LowBand value.

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

Gets the LowBand value.

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

获得移动平均值。

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

获得移动平均值。

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

Gets the UpBand value.

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

Gets the UpBand value.

方法

ToString
public override string ToString()
result = bollingerBandsValue.ToString()

转换为行代表.

返回值: 弦乐表演.