ChartDirector 7.0 (Java Edition)

FinanceChart.addAroon


Usage

public XYChart addAroon(int height, int period, int upColor, int downColor)

Description

Adds an Aroon Up/Down indicators chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicators.
upColor(Mandatory)The color of the Aroon Up indicator line.
downColor(Mandatory)The color of the Aroon Down indicator line.

Return Value

A XYChart object representing the chart created.