Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 18:44:29 +0000



[User Discussion] - Help with ACSIL

View Count: 837

[2015-04-19 21:12:11]
eagle - Posts: 92
sc.AutoLoop = sc.Input[3].GetIndex();

With that statement below the sc.SetDefaults code block; whenever I change the Index of sc.Input[3], I have to press an Apply button twice for the change to take place (or some combination of an Apply button and an OK button). Just backing out with the OK buttons does not work.

With that statement inside the sc.SetDefaults block; it works when the study is first applied, but changing the Index does not change sc.AutoLoop.

How would I properly toggle sc.AutoLoop with an sc.Input?

[2015-04-19 21:33:30]
Sierra Chart Engineering - Posts: 104368
You are on your own with this. The behavior of this is going to be unpredictable and is unsupported.

This is something we will definitely not provide help with.
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: 2015-04-19 21:33:43
[2015-04-19 22:38:29]
eagle - Posts: 92
OK. Thanks.

It's actually sc.OnExternalDataImmediateStudyCall that I want to toggle. I was usig sc.AutoLoop just to test my code, but I've figured out how to test using sc.OnExternalDataImmediateStudyCall. So, I'm OK.

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

Login

Login Page - Create Account