Login Page - Create Account

Support Board


Date/Time: Tue, 26 Aug 2025 14:53:05 +0000



Post From: Request - SetChartStudyInput for Interger Lists and other Input types

[2025-06-16 08:15:24]
User431178 - Posts: 764

I had already tried it, it doesn't work and the function returns 0 as the input is not a string, just like it says on the documentation.

Then maybe you did something wrong as I have used that for exactly the same purpose, with zero problem.

The various compare threshold inputs are strings, it even says as much in the docs.
Numbers Bars: Column # Percent Compare Thresholds

To make sure you deploy the correct SetChartStudyInput.... function, you can check the type of the input programmatically using sc.GetChartStudyInputType, then compare against the InputValueTypes enum in scconstants.h

ACSIL Interface Members - Functions: sc.GetChartStudyInputType()