Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 17:02:35 +0000



ACSIL - Chart Values - displaying - Integer values

View Count: 1200

[2016-06-09 18:35:30]
ejtrader - Posts: 688
SC team - Generally sub-graph values gets stored as float values. Is there any way to display the "integer" values in Chart Values window?

I am using standard study - scsf_BarNumbering - and in chart values it appears as decimal value. Wondering if there is any way to display just an integer values. As you see from attached image - Region 1 - has both integers & decimals (but they are built-in values). Trying to see if there is any way to make sub-graph values to be displayed as integers in Chart/Tool Values window.

Thanks
Date Time Of Last Edit: 2016-06-09 22:14:10
imagesc_BarNumber_ChartValues.png / V - Attached On 2016-06-09 18:35:13 UTC - Size: 49.05 KB - 277 views
[2016-06-10 10:00:53]
Sierra Chart Engineering - Posts: 104368
Refer to:
Changing the Price/Value Display Format
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
[2016-06-10 14:32:42]
ejtrader - Posts: 688
SC Team - Thank you for pointing this out.

This certainly takes care of a study - which has single value to display. However if the study has multiple sub-graphs and wanted to have a combination of integers & non-integers - how to get that taken care?

Was hoping there should be something like below would take care of it but this doesn't seem to be available. Any suggestion?

sg[0].ValueFormat = 0; // integer
sg[1].ValueFormat = 2; // non-integer with 2 decimals

Thanks
Date Time Of Last Edit: 2016-06-10 14:33:07
[2016-06-10 19:23:57]
Sierra Chart Engineering - Posts: 104368
There is only a single value format setting per 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

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

Login

Login Page - Create Account