Login Page - Create Account

Support Board


Date/Time: Wed, 24 Apr 2024 18:13:53 +0000



Issue making the study-name and input values NOT showing up

View Count: 754

[2019-06-25 14:52:18]
BrMa - Posts: 77
Dear ladies and gentlemen,

when compiling my latest source with the actual version (1939) I'm receiving a compiler-error at the following line, saying the parameter does not exist:
sc.GlobalDisplayStudyNameSubgraphNamesAndValues = 0;

Question: did you remove this function? It disappeared from the documentation on the website but I didn't find anything in the changelog?

However, I tried to replace this function by putting the following lines in the code:
if (sc.SetDefaults) {
...
sc.DisplayStudyName = 0;    // Do not show study name
sc.DisplayStudyInputValues = 0;  // Do not show input values
...
}

Unfortunately the study-name and the input values still show up at the top of the window.
Is this a bug or am I missing something to prevent the study-name and input values showing up at the top of the window?

Thanks a lot in advance for your support!
Regards, Markus
[2019-06-25 16:29:16]
Marmany - Posts: 303
Same issue here.
Please bring back sc.GlobalDisplayStudyNameSubgraphNamesAndValues = 0
It removed the need to untick "Display Study Subgraphs Name and Value" and "Always Show Name and Values When enabled" as well as Study Name and Input Values.
[2019-06-25 18:15:48]
Sierra Chart Engineering - Posts: 104368
The new variable is:
sc.GlobalDisplayStudySubgraphsNameAndValue

sc.DisplayStudyName = 0; // Do not show study name

sc.DisplayStudyInputValues = 0; // Do not show input values

Unfortunately the study-name and the input values still show up at the top of the window.
This cannot be true. Remove the study from the chart and add it again. The study Name and Input values definitely will not display unless you re-enabled them. Keep in mind these are different from the Subgraph Name and Values.
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: 2019-06-25 18:16:10

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

Login

Login Page - Create Account