ChartDirector 7.1 (.NET Edition)

FinanceChart.addChaikinVolatility


Usage

[C#]public XYChart addChaikinVolatility(int height, int period1, int period2, int color);
[VB]Public Function addChaikinVolatility(height As Integer, period1 As Integer, period2 As Integer, color As Integer) As XYChart

Description

Adds a Chaikin Volatility indicator chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period1(Mandatory)The period to smooth the range.
period2(Mandatory)The period to compute the rate of change of the smoothed range.
color(Mandatory)The color of the indicator line.

Return Value

A XYChart object representing the chart created.