Login Page - Create Account

Support Board


Date/Time: Wed, 17 Sep 2025 02:34:09 +0000



[Programming Help] - Only update a custom study one time on chart load

View Count: 381

[2023-09-01 20:32:04]
User584005 - Posts: 30
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: 1123
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:

Login

Login Page - Create Account