Support Board
Date/Time: Thu, 23 Jan 2025 21:48:25 +0000
Volume By Price study get VPOC, VAH, VAL
View Count: 1351
[2018-12-13 06:22:34] |
User564250 - Posts: 8 |
When pulling data from the subgraphs using ACSIL from the Volume By Price study what does the 0 and 4 values get? Do the subgraphs correspond to the Subgraphs tab of the indicator? SCFloatArray StudyReference;
sc.GetStudyArrayUsingID(StudyID.IntValue, 0, StudyReference); float dumm = StudyReference[sc.Index]; sc.GetStudyArrayUsingID(StudyID.IntValue, 1, StudyReference); float vpoc = StudyReference[sc.Index]; sc.GetStudyArrayUsingID(StudyID.IntValue, 2, StudyReference); float VAH = StudyReference[sc.Index]; sc.GetStudyArrayUsingID(StudyID.IntValue, 3, StudyReference); float VAL = StudyReference[sc.Index]; sc.GetStudyArrayUsingID(StudyID.IntValue, 4, StudyReference); float dummy4 = StudyReference[sc.Index]; |
[2018-12-13 19:33:05] |
Sierra Chart Engineering - Posts: 104368 |
Do the subgraphs correspond to the Subgraphs tab of the indicator? Yes. Refer to:Volume By Price Study: Programmatically Accessing Volume at Price Data Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
To post a message in this thread, you need to log in with your Sierra Chart account: