Support Board
Date/Time: Mon, 12 May 2025 18:57:49 +0000
Post From: Volume by Price study issue
[2014-12-07 17:58:44] |
Johnny - Posts: 99 |
Hello, I'm unable to access the point of control values of the Volume by Price study through ACSIL. On my chart, the study ID is 1 and the point of control corresponds to the subgraph number 2, so I'm using the following code: SCGraphData VolumeProfile; sc.GetStudyArraysFromChartUsingID(sc.ChartNumber, 1, VolumeProfile); SCFloatArrayRef POC = VolumeProfile[1]; I have tried to access other subgraphs as well but to no avail. Moreover, the Volume Value Area Lines study calculates the volume profiles only by fixed time period and not by fixed bar count. Will you add the option to calculate the profiles based on the number of bars as well? |