Table of Contents

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 BollingerBands

BollingerBands

time DateTimeOffset

Time

Remarks

Initializes a new instance of the BollingerBandsValue.

Properties

LowBand

Gets the LowBand value.

[Browsable(false)]
public decimal? LowBand { get; }

Property Value

decimal?

LowBandValue

Gets the LowBand value.

public IIndicatorValue LowBandValue { get; }

Property Value

IIndicatorValue

MovingAverage

Gets the MovingAverage value.

[Browsable(false)]
public decimal? MovingAverage { get; }

Property Value

decimal?

MovingAverageValue

Gets the MovingAverage value.

public IIndicatorValue MovingAverageValue { get; }

Property Value

IIndicatorValue

UpBand

Gets the UpBand value.

[Browsable(false)]
public decimal? UpBand { get; }

Property Value

decimal?

UpBandValue

Gets the UpBand value.

public IIndicatorValue UpBandValue { get; }

Property Value

IIndicatorValue