Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 10:24:33 +0000



Post From: ACSIL: Confused about how many Inputs you can have

[2021-11-25 13:28:32]
ycomp - Posts: 274
In the docs and source it says you can have 128 inputs.

But in my current study, if I use input indices above somewhere in the 50s.. I didn't test the exact number.. but definitely sc.Input[60] won't work. So right now my highest I'm using are sc.Input[51].

by "don't work" I mean they don't show up in the Study, even though I set the name and values in the defaults.

I have noticed this behaviour on other studies as well, although I can't remember if it occurred around these numbers or were a bit higher.

So what am I doing wrong?