Support Board
Date/Time: Mon, 25 Nov 2024 15:24:24 +0000
Post From: ACSIL - Couple of questions on sc.GetStudyArrayUsingID
[2024-03-01 16:25:36] |
User129860 - Posts: 33 |
@ejtrader : wonder if you'd able to solved your issue when using sc.GetStudyArrayUsingID() to get ref study subgraph value? Im having issue with same code: SCFloatArray Study1Array; sc.GetStudyArrayUsingID(Input_StudySubgraph1.GetStudyID(), Input_StudySubgraph1.GetSubgraphIndex(), Study1Array); My input study is Color Bar Base on Alert Condition and I need to get value of the first Subgraph ( Color Bar ). Other study seem fine except this study. |