Table of Contents

Class DonchianChannelsValue

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

DonchianChannels indicator value.

public class DonchianChannelsValue : ComplexIndicatorValue<DonchianChannels>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
DonchianChannelsValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the DonchianChannelsValue.

Constructors

DonchianChannelsValue(DonchianChannels, DateTimeOffset)

DonchianChannels indicator value.

public DonchianChannelsValue(DonchianChannels indicator, DateTimeOffset time)

Parameters

indicator DonchianChannels

DonchianChannels

time DateTimeOffset

Time

Remarks

Initializes a new instance of the DonchianChannelsValue.

Properties

LowerBand

Gets the LowerBand value.

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

Property Value

decimal?

LowerBandValue

Gets the LowerBand value.

public IIndicatorValue LowerBandValue { get; }

Property Value

IIndicatorValue

Middle

Gets the Middle value.

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

Property Value

decimal?

MiddleValue

Gets the Middle value.

public IIndicatorValue MiddleValue { get; }

Property Value

IIndicatorValue

UpperBand

Gets the UpperBand value.

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

Property Value

decimal?

UpperBandValue

Gets the UpperBand value.

public IIndicatorValue UpperBandValue { get; }

Property Value

IIndicatorValue