ChartDirector 6.0 (Ruby Edition)

FinanceChart.addBollingerWidth


Usage

addBollingerWidth(height, period, width, color)

Description

Adds a Bollinger Band Width indicator chart.

Arguments

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

Return Value

A XYChart object representing the chart created.