Support Board
Date/Time: Mon, 07 Jul 2025 01:51:15 +0000
Post From: Help with custom horizontal study.
[2019-04-08 15:33:55] |
Ackin - Posts: 1865 |
So it was a misunderstanding of what you wanted if you want to access a different reference variable from the graph you can use an array: SCFloatArray Study1Array; sc.GetStudyArrayUsingID(GridStart.GetStudyID(),GridStart.GetSubgraphIndex(),Study1Array); float Value = Study1Array[sc.Index]; Date Time Of Last Edit: 2019-04-08 15:35:28
|