ChartDirector 7.1 (.NET Edition)

FinanceChart.addChaikinOscillator


Usage

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

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.