Support Board
Date/Time: Tue, 26 Nov 2024 02:20:35 +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). |