Support Board
Date/Time: Sun, 09 Nov 2025 11:47:30 +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
|
