Login Page - Create Account

Support Board


Date/Time: Wed, 02 Jul 2025 14:19:43 +0000



Post From: Using ACSIL To Access the subgraph value of a Study

[2023-02-17 22:59:39]
Ticks - Posts: 206
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?