Class BollingerBandsValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
BollingerBands indicator value.
public class BollingerBandsValue : ComplexIndicatorValue<BollingerBands>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
BollingerBandsValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the BollingerBandsValue.
Constructors
BollingerBandsValue(BollingerBands, DateTimeOffset)
BollingerBands indicator value.
public BollingerBandsValue(BollingerBands indicator, DateTimeOffset time)
Parameters
indicator
BollingerBandstime
DateTimeOffset
Remarks
Initializes a new instance of the BollingerBandsValue.
Properties
LowBand
Gets the LowBand value.
[Browsable(false)]
public decimal? LowBand { get; }
Property Value
LowBandValue
Gets the LowBand value.
public IIndicatorValue LowBandValue { get; }
Property Value
MovingAverage
Gets the MovingAverage value.
[Browsable(false)]
public decimal? MovingAverage { get; }
Property Value
MovingAverageValue
Gets the MovingAverage value.
public IIndicatorValue MovingAverageValue { get; }
Property Value
UpBand
Gets the UpBand value.
[Browsable(false)]
public decimal? UpBand { get; }
Property Value
UpBandValue
Gets the UpBand value.
public IIndicatorValue UpBandValue { get; }