Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 02:42:48 +0000



Increase in max number of Inputs ACSIL. SC_INPUTS_AVAILABLE

View Count: 1525

[2018-11-16 11:04:01]
@sstfrederik - Posts: 404
Hi,

Can an increase of SC_INPUTS_AVAILABLE be supported? I am hitting this limit with some of the custom work I do.

Thanks
Frederik

Ref:There is ACSIL Interface Members - sc.Input Array: Introduction
a maximum of SC_INPUTS_AVAILABLE (128) Inputs available for a custom study to use.
[2018-11-16 17:48:51]
Sierra Chart Engineering - Posts: 104368
No, this cannot be done. We recommend that you use a text string type Input and use comma separated values and then parse them to get the individual values, to be able to access more values through Inputs.
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, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-10-07 17:03:44]
erwinbeckers - Posts: 22
Any progress on this?
128 is not much if you have a complicated indicator with lots of settings/options and colors
[2023-10-07 17:57:57]
Sierra_Chart Engineering - Posts: 17190
You can read more settings through a configuration file that you create. You can also use string settings, which could have comma separated values. So you already have a lot of flexibility to have more inputs. There is no reason for us to add anything more and that is definitively not going to happen.
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: 2023-10-07 17:58:08
[2023-10-07 18:27:40]
erwinbeckers - Posts: 22
Thanks for your quick response.
Configuration files or comma-separated settings could technically work, but these are not very user-friendly
I guess I'll have to split my indicator into 2 separate ones then because 128 is not enough for me

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

Login

Login Page - Create Account