Login Page - Create Account

Technical Studies Reference


Numbers Bars Avg Volume Per Price Graph

This study calculates and displays the Average Volume Per Price for each bar.

Let \(V_t\) and \(N_t^{(P)}\) denote the Volume and Number of Prices, respectively, at the chart bar with Index \(t\). The value of \(N_t^{(P)}\) can be accessed via the ACSIL Interface Member sc.VolumeAtPriceForBars. The Average Volume Per Price is at Index \(t\) is denoted as \(\overline{VPP}_t\), and it is computed as follows.

\(\overline{VPP}_t = \left\{ \begin{matrix} \frac{V_t}{N_t^{(P)}} & N_t^{(P)} \neq 0 \\ 0 & N_t^{(P)} = 0 \end{matrix}\right .\)

Inputs

  • This study has no Inputs.

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.

Numbers_Bars_Avg_Volume_Per_Price_Graph.368.scss


*Last modified Wednesday, 28th September, 2022.