BollingerBandsValue
StockSharp.Algo.Indicators
BollingerBands indicator value implementation.
Hereda de: ComplexIndicatorValue<BollingerBands>
Implementa: IBollingerBandsValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructores
BollingerBandsValue(BollingerBands, DateTime)
BollingerBands indicator value implementation.
- indicator
- The parent BollingerBands indicator.
- time
- Time associated with this indicator value.
Propiedades
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.