ChartDirector 7.0 (Java Edition)

FinanceChart.addStdDev


Usage

public XYChart addStdDev(int height, int period, int color)

Description

Adds a Moving Standard Deviation indicator chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
color(Mandatory)The color of the indicator line.

Return Value

A XYChart object representing the chart created.