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

Constructors

DonchianChannelsValue(DonchianChannels, DateTimeOffset)

Initializes a new instance of the DonchianChannelsValue.

public DonchianChannelsValue(DonchianChannels indicator, DateTimeOffset time)

Parameters

indicator DonchianChannels

DonchianChannels

time DateTimeOffset

Time

Properties

LowerBand

Gets the LowerBand value.

public decimal LowerBand { get; }

Property Value

decimal

Middle

Gets the Middle value.

public decimal Middle { get; }

Property Value

decimal

UpperBand

Gets the UpperBand value.

public decimal UpperBand { get; }

Property Value

decimal