PVI(close; volume; initialValue)
The first two arguments must be arrays: 'close' contains the close values, 'volume' contains the volumes.
The 'initialValue' parameter is the initial value for the Positive Volume index.
The result is an array.
The Positive Volume Index is often used in conjunction with the Negative Volume Index to identify bull and bear markets. The Positive volume index only changes when the volume increases from the previous day.
Windows Forms: All Examples\Data Manipulation\Functions\Financial\Technical Price Indicators