Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 11:43:02 +0000



DRAWSTYLE_SUBGRAPH_NAME_AND_VALUE_LABELS_ONLY

View Count: 1003

[2017-11-23 10:27:42]
User39772 - Posts: 311
Hello,

I tried to proceed according to:
ACSIL Programming Concepts: Displaying Custom Values in the Market Data Columns on the Chart / Trade DOM

for debug purposes of single values.

It seems that DRAWSTYLE_SUBGRAPH_NAME_AND_VALUE_LABELS_ONLY and other mentioned enums are no longer supported.

Is there another way to just print a value into the chart area ?

Is it possible to enable/disable DC features from within the study dll, e.g. to enable Auto Trading or to access other sc menues ?
If not, is there another way to control sc e.g. via a scripting language ?
[2017-11-23 19:33:14]
Sierra Chart Engineering - Posts: 104368
The DRAWSTYLE_SUBGRAPH_NAME_AND_VALUE_LABELS_ONLY Draw Style absolutely is supported. Refer to:
ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].DrawStyle


Is there another way to just print a value into the chart area ?
Yes. Use the Text Drawing Tool:
Using Drawing Tools From an Advanced Custom 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
[2017-11-24 13:42:04]
User39772 - Posts: 311
Please see compiler errors:

Error  C2065  'LL_DISPLAY_CUSTOM_VALUE_AT_Y': undeclared identifier
Error  C2065  'DRAWSTYLE_SUBGRAPH_NAME_AND_VALUE_LABELS_ONLY': undeclared identifier

and your description under
ACSIL Programming Concepts

scconstants.h does not contain:
DRAWSTYLE_SUBGRAPH_NAME_AND_VALUE_LABELS_ONLY or LL_DISPLAY_CUSTOM_VALUE_AT_Y

Please send an example how this should work.
[2017-11-24 20:40:09]
Sierra Chart Engineering - Posts: 104368
The problem is you are running an older version of Sierra Chart. Update following these instructions here:
Software Download: Fast Update
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