Login Page - Create Account

Support Board


Date/Time: Wed, 21 Jan 2026 09:23:23 +0000



Study Settings Missing in Latest Sierra Version

View Count: 52

[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: 398
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

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

Login

Login Page - Create Account