Login Page - Create Account

Support Board


Date/Time: Sat, 01 Mar 2025 13:10:15 +0000



Control ACS Button from ACSIL

View Count: 1814

[2019-04-01 14:22:50]
ForgivingComputers.com - Posts: 1015
I can set the state of an ACS button with this:

sc.SetCustomStudyControlBarButtonEnable(1, 1);

The button changes its appearance to in, and any other button that was enabled, changes to out. However, I can't seem to get another study to recognize the button state change.

Am I missing something?
[2019-04-01 17:48:49]
Sierra Chart Engineering - Posts: 104368
This is not going to generate an event to other studies. But what we can do is add a function to check the state of a particular Advanced Custom Study Control Bar button.
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-04-01 17:49:04
[2019-04-01 18:49:47]
ForgivingComputers.com - Posts: 1015
That would be great. Can you give me an estimate on when this would be available?

Thanks!
[2019-04-03 03:15:13]
Sierra Chart Engineering - Posts: 104368
This will be out in the next release. However thinking about this, when the on/off state of an advanced custom study control bar button changes for one chart, it does not change in another chart. Each chart maintains its own state for each button.
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-04-03 03:16:16
[2019-04-09 11:47:35]
ARDAN - Posts: 66
Dear support I also need this feature. Is there a schedule to publish the next release at your side?
Thanks.
[2019-04-09 18:15:53]
Sierra Chart Engineering - Posts: 104368
This has been released. The function is sc.GetCustomStudyControlBarButtonEnableState



You can find it at the bottom of the SierraChart.h file.
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
[2021-10-04 21:32:22]
User404097 - Posts: 10
Is there documentation on this? Could not find it here: Advanced Custom Study Interaction With Menus, Control Bar Buttons, Pointer Events: Maintaining Multiple On States For Advanced Custom Study Control Bar Buttons
[2021-10-05 15:45:52]
John - SC Support - Posts: 38292
There is documentation for the specific function here:
ACSIL Interface Members - Functions: sc.GetCustomStudyControlBarButtonEnableState()
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account