Support Board
Date/Time: Mon, 23 Jun 2025 06:35:59 +0000
Post From: SetCustomStudyControlBarButtonEnable()
[2022-03-03 23:26:12] |
Sierra_Chart Engineering - Posts: 19984 |
We see a change. Maybe it is not very noticeable for you though. Maybe based on color settings. if (sc.SetDefaults)
{ // Set the configuration and defaults sc.GraphName = "Test Function 7"; sc.AutoLoop = 0; sc.UpdateAlways = 1; return; } static int State = 0; if (State == 0) State = 1; else State = 0; sc.SetCustomStudyControlBarButtonEnable(1, State); 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 |