ChartDirector 7.1 (.NET Edition)

FinanceChart.addDonchianChannel


Usage

[C#]public InterLineLayer addDonchianChannel(int period, int lineColor, int fillColor);
[VB]Public Function addDonchianChannel(period As Integer, lineColor As Integer, fillColor As Integer) As InterLineLayer

Description

Adds a Donchian channel to the main chart.

Arguments

ArgumentDefaultDescription
period(Mandatory)The period to compute the band.
lineColor(Mandatory)The color of the lines defining the upper and lower limits.
fillColor(Mandatory)The color to fill the regional within the band.

Return Value

An InterLineLayer object representing the band created.