Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 13:04:05 +0000



Question about SPECIAL_FEATURES and sc.AdvancedFeatures

View Count: 943

[2017-07-26 18:14:49]
Dryheat31 - Posts: 13
Hi,
I am combing through the source code for the study named: "Automatic Trendlines". The source code is located in the file named studies4.cpp.

In this code there is a test for service package:
  if (!sc.AdvancedFeatures )
  {
    if (sc.Index == 0)
    {
      sc.AddMessageToLog(SPECIAL_FEATURES,1);
    }

    return;
  }

When I check the various service packages and view the items included in Service Package 5: Description of Service Packages and Pricing: Base Sierra Chart with Advanced Features (Service Package 5)

I don't see anything listed that would tell me this study requires service package 5. As a developer, I need to have a clear understanding of when advanced feature are required. I want to make sure I know when to include this test for advanced features when developing my studies.

Can someone please direct me to some resource that will explain this in detail? Or perhaps show me how I can temporarily turn off advanced features on my account so I can test my studies on the basic service package? Preferably the former rather than the latter.

Thanks!
[2017-07-27 10:56:17]
Sierra Chart Engineering - Posts: 104368
This code is out of date because all Sierra Chart Service Packages include the Advanced Features now.

We have removed it.

As a developer, I need to have a clear understanding of when advanced feature are required. I want to make sure I know when to include this test for advanced features when developing my studies.
There has never been a need for this. All of the ACSIL functionality which has and currently is available, is available to all users.
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