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
Constructors
BollingerBandsValue(BollingerBands, DateTimeOffset)
Initializes a new instance of the BollingerBandsValue.
public BollingerBandsValue(BollingerBands indicator, DateTimeOffset time)
Parameters
indicator
BollingerBandstime
DateTimeOffset
Properties
LowBand
Gets the LowBand value.
public decimal LowBand { get; }
Property Value
MovingAverage
Gets the MovingAverage value.
public decimal MovingAverage { get; }
Property Value
UpBand
Gets the UpBand value.
public decimal UpBand { get; }