Home >> (Table of Contents) Studies and Indicators >> Technical Studies Reference >> Positive Volume Index
Technical Studies Reference
- Technical Studies Reference
- Common Study Inputs (Opens a new page)
- Using Studies (Opens a new page)
Positive Volume Index
This study calculates and displays the Positive Volume Index (PVI) for the Volume data and the data specified by the Input Data Input. This study uses the version of the PVI created by Norman G. Fosback.
Let \(X\) be a random variable denoting the Input Data, and let \(X_t\) be the value of the Input Data at Index \(t\). Let the Input Initial Value be denoted as \(PVI_0\). Then we denote the Positive Volume Index for the given Inputs at Index \(t\) as \(PVI_t(X,PVI_0)\), and we compute it for \(t \geq 0\) as follows.
For \(t = 0\): \(PVI_0(X,PVI_0) = PVI_0\)
For \(t > 0\): \(\displaystyle{PVI_t(X,PVI_0) = \left\{ \begin{matrix} PVI_{t - 1}(X,PVI_0) + \frac{X_t - X_{t - 1}}{X_{t - 1}}\cdot PVI_{t - 1}(X,PVI_0) & V_t > V_{t - 1} \\ PVI_{t - 1}(X,PVI_0) & V_t \leq V_{t - 1} \end{matrix}\right .}\)
The spreadsheet below contains the formulas for this study in Spreadsheet format. Save this Spreadsheet to the Data Files Folder. Open it through File >> Open Spreadsheet. Inputs
Spreadsheet
*Last modified Monday, 03rd October, 2022.