ChartDirector 5.1 (.NET Edition)

FinanceChart.addChaikinOscillator


Usage

[VB] Public Function addChaikinOscillator(height As Integer, color As Integer) As XYChart
[C#] public 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.