ChartDirector 7.1 (C++ Edition)

FinanceChart.addChaikinOscillator


Usage

XYChart *addChaikinOscillator(int height, int color);

Description

Adds a Chaikin Oscillator indicator chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
color(Mandatory)The color of the indicator line.

Return Value

A XYChart object representing the chart created.