Support Board
Date/Time: Thu, 23 Jan 2025 21:42:31 +0000
[Programming Help] - What ACSIL array should I use for storing values used by another study but not displayed?
View Count: 1042
[2018-12-17 09:25:42] |
User718622 - Posts: 57 |
I am writing an ACSIL study that uses dialog boxes to get necessary input that I cannot get otherwise. All input is an integer value. I need some place to store each input so that another, separate, ACSIL study can use it. The input will not be displayed on the charts or graphs. It is solely for use in calculation by separate ACSIL study. What ACSIL array should I use to store this data? |
[2018-12-17 22:05:36] |
Sierra Chart Engineering - Posts: 104368 |
These dialog boxes must be modeless otherwise Sierra Chart is going to abnormally shut down. You should use persistent variables for these: sc.GetPersistentInt() Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2018-12-18 01:39:12
|
[2018-12-18 01:26:40] |
User718622 - Posts: 57 |
Are you saying I should use persistent variables to keep track of input from a modeless dialog box?
|
To post a message in this thread, you need to log in with your Sierra Chart account: