Support Board
Date/Time: Wed, 05 Nov 2025 06:33:56 +0000
Post From: Importing study in ACSIL code, any other way than that ?
| [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 ? |
