Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 08:38:30 +0000



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

[2023-02-18 14:52:04]
Ticks - Posts: 183
Yes, I have that set as
Input_Line3Ref.Name = "Trend Direction";
  Input_Line3Ref.SetStudySubgraphValues(0, 0);
The input allows me to select the study and subgraph9.

I changed the code to this.
sc.GetStudyArrayFromChartUsingID(Input_Line3Ref.GetChartNumber(), Input_Line3Ref.GetStudyID(), Input_Line3Ref.GetSubgraphIndex(), StudyLine3);
StudyLine3[8] now returns a 0 that never changes.
StudyLine3[9] also returns a 0 that never changes.