Support Board
Date/Time: Tue, 20 May 2025 20:28:00 +0000
[Programming Help] - Importing study in ACSIL code, any other way than that ?
View Count: 221
[2023-12-21 14:03:42] |
BenjFlame - Posts: 337 |
Hi, I usually import study subgraph data in my ACSIL code like so: SCFloatArray heikenOpen; if (sc.GetStudyArrayUsingID(5, 1, heikenOpen) >= 0 && heikenOpen.GetArraySize() > 0) { Subgraph_Ref_HeikenOpen[sc.Index] = heikenOpen[sc.Index]; } Isn't there a less verbose way to do so ? |
To post a message in this thread, you need to log in with your Sierra Chart account: