Login Page - Create Account

Support Board


Date/Time: Fri, 31 Jan 2025 13:44:48 +0000



Get/Set study input other than Int, Float?

View Count: 753

[2019-05-11 10:52:53]
User353585 - Posts: 66
Hello, I've been using ACSIL for adjusting study settings, etc. which has proven to be very useful.

I'd like to get/set Number bar study inputs, to be specific "Column 1 Actual Volume Thresholds (In:112)" using ACSIL.

It has input form like "10, 20, 30".

I tried sc.GetChartStudyInputInt, sc.GetChartStudyInputFloat with no success.

Is there any way to access(get and set) the study input?
Date Time Of Last Edit: 2019-05-11 10:56:04
[2019-05-12 02:02:29]
Sierra Chart Engineering - Posts: 104368
These new ACSIL functions will be out in the next release to support strings:
  int (SCDLLCALL* GetChartStudyInputString)(int ChartNumber, int StudyID, int InputIndex, SCString& r_StringValue);
  int (SCDLLCALL* SetChartStudyInputString)(int ChartNumber, int StudyID, int InputIndex, const SCString& StringValue);
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
Date Time Of Last Edit: 2019-05-12 02:02:55

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

Login

Login Page - Create Account