Login Page - Create Account

Technical Studies Reference


Negative Volume Index

This study calculates and displays the Negative Volume Index (NVI) for the Volume data and the data specified by the Input Data Input. This study uses the version of the NVI 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 \(NVI_0\). Then we denote the Negative Volume Index for the given Inputs at Index \(t\) as \(NVI_t(X,NVI_0)\), and we compute it for \(t \geq 0\) as follows.

For \(t = 0\): \(NVI_0(X,NVI_0) = NVI_0\)

For \(t > 0\): \(\displaystyle{NVI_t(X,NVI_0) = \left\{ \begin{matrix} NVI_{t - 1}(X,NVI_0) + \frac{X_t - X_{t - 1}}{X_{t - 1}}\cdot NVI_{t - 1}(X,NVI_0) & V_t < V_{t - 1} \\ NVI_{t - 1}(X,NVI_0) & V_t \geq V_{t - 1} \end{matrix}\right .}\)

Inputs

  • Input Data
  • Initial Value:The initial starting value for the study. This value should be close to the average price of the symbol to allow the study to be overlaid on the main price graph.

Spreadsheet

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.

Negative_Volume_Index.102.scss


*Last modified Wednesday, 28th September, 2022.