Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 00:09:19 +0000



Post From: ACSIL - Getting the VPOC of a CUSTOM Volume Profile

[2014-03-27 18:10:33]
Zosimus - Posts: 345
The POC spans over many bars so if I want to get the price of the POC Which index should I use when I pull this SubGraph's data into a SCFloatArray ?

example:


SCFloatArray VPOC;
sc.GetStudyArrayUsingID (VP_ID.GetStudyID(), POC_SG.GetSubgraphIndex(), VPOC);
float POC_Price = VPOC [Some Index];

(VP_ID, VPOC_SG are inputs that specify the ID of the Volume Profile study and the SubGraph of the POC).