Login Page - Create Account

Support Board


Date/Time: Fri, 27 Sep 2024 03:53:32 +0000



Custom Study Authorized Users Issue

View Count: 914

[2016-02-04 18:17:20]
molandes1 - Posts: 8
Hello, I have a set of custom studies that I am going to sell on my website. I am confused on where the sc.IsUserAllowedForSCDLLName code goes inside of my study code. I tried to go by the example and when I try to add the compiled study to my chart it gives me the message that I am not authorized to use the study but it still plots it onto the chart. So this leads me to believe that I am doing something wrong. Please advise. Thanks and I look forward to hearing from you!

Once I get these issues worked out I will need to have the dll added to your database so that I can add users as they purchase. Thanks
[2016-02-04 18:55:27]
Sierra Chart Engineering - Posts: 104368
You need to use this just after the sc.SetDefaults code block:


if (!sc.IsUserAllowedForSCDLLName)
return;

So make sure there is a return.
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: 2016-02-04 18:55:51

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

Login

Login Page - Create Account