ChartDirector 7.0 (ASP/COM/VB Edition)

FinanceChart.addChaikinVolatility


Usage

addChaikinVolatility(height, period1, period2, color)

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.