Support Board
Date/Time: Wed, 27 Nov 2024 08:44:39 +0000
Post From: Using ACSIL To Access the subgraph value of a Study
[2023-02-17 22:59:39] |
Ticks - Posts: 183 |
I'm trying to access the value of subgraph 9 of a study on the chart. The below code works if the study only has one subgraph. However, I cant figure out how to access the value in subgraph 9 of the study SCFloatArray StudyLine3;
sc.GetStudyArrayUsingID(Input_Line3Ref.GetStudyID(), Input_Line3Ref.GetSubgraphIndex(), StudyLine3); Can anyone tell me what code I'm missing to get the value in subgraph 9? |