ChartDirector 7.0 (Java Edition)

FinanceChart.addPVI


Usage

public XYChart addPVI(int height, int period, int color, int signalColor)

Description

Adds a Positive Volume Index indicator chart.

Arguments

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

Return Value

A XYChart object representing the chart created.