Login Page - Create Account

Support Board


Date/Time: Sat, 15 Mar 2025 22:50:51 +0000



Volume By Price -- Until Future Intersection

View Count: 396

[2022-08-02 22:26:25]
QnReally - Posts: 188
Hello,

Is it possible to extract the extended VPOCs and Valleys out of the Volume By Price study using the following mechanism?
int numLines = sc.GetNumLinesUntilFutureIntersection(sc.ChartNumber, studyID);
for (int i = 0; i < numLines; i++) {
  int r_LineIDForBar, r_StartIndex, r_EndIndex; float r_LineValue;
  sc.GetStudyLineUntilFutureIntersectionByIndex(sc.ChartNumber, studyID, i, r_LineIDForBar, r_StartIndex, r_LineValue, r_EndIndex);
}

Thanks.
[2022-08-03 07:02:20]
Sierra_Chart Engineering - Posts: 18793
No, you need to use these functions to obtain this data:
ACSIL Interface Members - Functions: sc.GetStudyPeakValleyLine()


ACSIL Interface Members - Functions: sc.GetStudyProfileInformation
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, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2022-08-03 07:02:34

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account