Login Page - Create Account

Support Board


Date/Time: Tue, 10 Mar 2026 03:02:11 +0000



Study Settings Missing in Latest Sierra Version

View Count: 198

[2026-01-20 20:32:33]
Sjz1128 - Posts: 2
I just upgraded my SierraChart version from 2813 to 2866. I use a custom indicator that I coded, but it's now missing several important settings. Are there new limits in the most recent version of Sierra? If so, how can I get around this? I've been using this indicator for years. Thank you!

Sam Zell
[2026-01-20 20:41:31]
User719512 - Posts: 422
What does your code look like where you declare your inputs?
Which ones are missing? Random, or all after some given input id?

Are they contiguous?

SCInputRef Input_a = sc.Input[0];
SCInputRef Input_b = sc.Input[1];
SCInputRef Input_c = sc.Input[2];
SCInputRef Input_d = sc.Input[3];

or are they more like:


SCInputRef Input_a = sc.Input[0];
SCInputRef Input_b = sc.Input[12];
SCInputRef Input_c = sc.Input[34];
SCInputRef Input_d = sc.Input[42];

[2026-01-20 20:59:46]
Sjz1128 - Posts: 2
they are contiguous. i am using 83 inputs. although i cannot see all of them in the ui, the indicator is still fully functioning with default settings
[2026-01-21 18:42:07]
Sierra_Chart Engineering - Posts: 23184
In the sc.SetDefaults code block, add this line:
sc.ProcessStudyUnsetInputs=1;

This will resolve the problem.

If you still have a problem we need to get the study function to test.
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, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2026-01-21 18:42:45

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account