Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 10:21:48 +0000



protect study settings from code

View Count: 786

[2016-07-08 20:20:10]
onnb - Posts: 661
When I add a study, I have the setting protect with password.

Is there a way with ACSIL to set that programmatically? (or something similar).

In general, would like to have ability send a study out that users cannot access the study settings.
It would be nice to be able to do something like this:

sc.ProtectWithPassword = 1;
sc.Password = "XYZ";
[2016-07-09 00:35:13]
Sierra Chart Engineering - Posts: 104368
The way to do this is to not have any Study Inputs on the study to begin with.

And if you also want to force certain Subgraphs settings and not allow the user to change them, refer to:
https://www.sierrachart.com/index.php?page=doc/doc_ACSILProgrammingConcepts.html#NotAllowingStudySubgraphSettingsChanges

We will not add any additional ACSIL variables related to password protecting a study.
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

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

Login

Login Page - Create Account