Support Board
Date/Time: Wed, 27 Nov 2024 10:24:24 +0000
[Programming Help] - Only update a custom study one time on chart load
View Count: 252
[2023-09-01 20:32:04] |
User584005 - Posts: 27 |
If i have many custom studies on a chart and one of those studies i only want to update a single time when the chart is loaded, is this possible? Is there a line of Acsil code i can use to accomplish this?
|
[2023-09-03 21:10:16] |
ForgivingComputers.com - Posts: 960 |
if (sc.Index == 0)
{ // code that only runs once } |
To post a message in this thread, you need to log in with your Sierra Chart account: