BollingerBandsValue
StockSharp.Algo.Indicators
BollingerBands indicator value implementation.
继承自: ComplexIndicatorValue<BollingerBands>
实现: IBollingerBandsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
构造函数
BollingerBandsValue(BollingerBands, DateTime)
BollingerBands indicator value implementation.
- indicator
- The parent BollingerBands indicator.
- time
- Time associated with this indicator value.
属性
LowBandValue : IIndicatorValue
Gets the LowBand value.
MovingAverage : decimal?
Gets the moving average value.
MovingAverageValue : IIndicatorValue
Gets the moving average value.
UpBandValue : IIndicatorValue
Gets the UpBand value.