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

Constructors

BollingerBandsValue(BollingerBands, DateTimeOffset)

Initializes a new instance of the BollingerBandsValue.

public BollingerBandsValue(BollingerBands indicator, DateTimeOffset time)

Parameters

indicator BollingerBands

BollingerBands

time DateTimeOffset

Time

Properties

LowBand

Gets the LowBand value.

public decimal LowBand { get; }

Property Value

decimal

MovingAverage

Gets the MovingAverage value.

public decimal MovingAverage { get; }

Property Value

decimal

UpBand

Gets the UpBand value.

public decimal UpBand { get; }

Property Value

decimal