ChartDirector 7.1 (.NET Edition)

FinanceChart.addPVI


Usage

[C#]public XYChart addPVI(int height, int period, int color, int signalColor);
[VB]Public Function addPVI(height As Integer, period As Integer, color As Integer, signalColor As Integer) As XYChart

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.