Support Board
Date/Time: Wed, 05 Nov 2025 03:20:05 +0000
[Programming Help] - Importing study in ACSIL code, any other way than that ?
View Count: 297
| [2023-12-21 14:03:42] |
| BenjFlame - Posts: 343 |
|
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:
