ChartDirector 7.1 (C++ Edition)

FinanceChart.addEaseOfMovement


Usage

XYChart *addEaseOfMovement(int height, int period, int color1, int color2);

Description

Adds a Ease of Movement indicator chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to smooth the indicator.
color1(Mandatory)The color of the indicator line.
color2(Mandatory)The color of the smoothed indicator line.

Return Value

A XYChart object representing the chart created.