Support Board
Date/Time: Sun, 11 May 2025 23:18:38 +0000
[ACSIL] - Hide custom study input params before distributing
View Count: 406
[2024-09-04 05:02:59] |
backinblack - Posts: 40 |
Hi, I am looking to hide the input parameters for my custom studies before I distribute them. I see there is a protect with password button which hides the input params. - Where is the password saved and what format is it saved in? Can a user access this file and decode the pass? - I am looking to distribute my studies. Is password protecting them the best option to hide the params or there are better ways to do it? - Is there a way to hide the chart information on the BarPeriod? eg is I am using a flex renko config with some settings, can I protect that? I will be leveraging SC's allowing a DLL for specific accounts function to protect overall access to my DLLs. My query here is around protecting the input params data. Thanks you! Date Time Of Last Edit: 2024-09-04 05:06:56
|
[2024-09-04 20:06:24] |
John - SC Support - Posts: 39699 |
If you are not wanting users to have access to the Inputs, then set this up through your custom study, not through the password protection option in the studies to graph area. Just do not create the Inputs in your study.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |
[2024-09-06 20:07:33] |
ForgivingComputers.com - Posts: 1057 |
Or Keep the inputs, but comment out the name: //sc.Input[0].Name = "hidden input";
sc.Input[0].SetInt(10); |
[2024-09-07 14:19:50] |
backinblack - Posts: 40 |
Thank you both. I am also toying with the idea of taking a mid path of hiding vs revealing. Store the params in the DB and then fetch them in Study's initialization section. That way I wont need to create same study multiple times for different markets.
|
[2024-09-08 23:14:50] |
backinblack - Posts: 40 |
Hi SC engineering team, 1) I know you folks are super busy but can I request you to add a "Password protect all studies" button on the "Studies" pop up. I have chartbooks with about 20-30 studies in each. Would be much easier to - Set a password for all of them in one go - Maintain a password rotation policy after a certain time period If this makes sense to you, I will much appreciate you providing this feature. 2) Is there a way I can hide and lock the settings that get displayed at the top of each chart/study region. I know there is a hide checkbox for each study but how do I lock that so it cannot be unhidden. eg if I have customized a MACD, I can hide the parameters on the study using password protection. But the display at the top of chart region shows the parameter values. Is there a way I can hide and lock it please? Thank you! Date Time Of Last Edit: 2024-09-09 08:04:48
|
[2024-09-09 16:57:03] |
John - SC Support - Posts: 39699 |
1. We take all suggestions, but we can not say when we would get to any particular item. 2. There is not a way to do this. You would need to hide the Inputs as noted previously. 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: