ChartDirector 7.0 (Python Edition)

FinanceChart.addAroon


Usage

addAroon(height, period, upColor, 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.