Support Board
Date/Time: Wed, 05 Mar 2025 02:25:26 +0000
Post From: Please help variable transfer between different timeframes
[2022-01-07 15:44:02] |
1+1=10 - Posts: 270 |
There's two ways to do this: 1. On the 1 trade chart write the data into write the data into one of the extra array subgraphs. Then on the 1s chart use sc.GetStudyExtraArrayFromChartUsingID(): Extra Arrays: ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].Arrays[][] ACSIL Interface Members - Functions: sc.GetStudyExtraArrayFromChartUsingID() 2. Use a global variable: ACSIL Programming Concepts: Global Variables |