Support Board
Date/Time: Wed, 27 Nov 2024 08:42:15 +0000
Post From: Using ACSIL To Access the subgraph value of a Study
[2023-02-18 16:24:31] |
ondafringe - Posts: 286 |
You have an indicator study on your chart. You know the ID number for that study. Assume the study ID is 3... and you want to get the Sub9 value... This uses the actual number for Sub9: SCGraphData name; SCFloatArrayRef name2 = name[0]; sc.GetStudyArray(3, 9, name2); float trend = name2[sc.Index]; Date Time Of Last Edit: 2023-02-18 16:26:12
|