Support Board
Date/Time: Sun, 11 May 2025 21:57:17 +0000
Post From: Copy S
[2018-01-07 09:44:27] |
|
This is how you would do it: SCGraphData StudyGraphData;
sc.GetStudyArraysFromChartUsingID(sc.ChartNumber, 1, StudyGraphData); // Get reference to first subgraph SCFloatArrayRef Array1 = StudyGraphData[0]; // Get last value in array float LastValue = Array1[Array1.GetArraySize() - 1]; 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 Date Time Of Last Edit: 2018-01-07 10:09:13
|