CustomIndicatorPVI Method (Series, Double)

GF Charts Help
Positive Volume Index

Namespace:  GF.Clients.Charts.Custom
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public Series PVI(
	Series Input,
	double StartValue
)

Parameters

Input
Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data.
StartValue
Type: SystemDouble
Start Value, is initial value for Negative Volume index. Category: Data.

Return Value

Type: Series
Single series (PVI)
Remarks

Positive Volume Index

Default: StartValue=100

Examples

PVI(InputData, 100)
See Also

Reference