Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 11:28:01 +0000



Serious BUG in Chart Calculator VOLUME

View Count: 210

[2024-03-31 08:32:55]
User346098 - Posts: 38
Hi,
Chart Calculator has a bug when seeing the volume with "Show Volume". I can see you are using was a signed int to store the volume because it goes negative pass 2,147,483,647 and rotates

Why do you not use one of those BigNum and variable precision arithmetic libraries to display any size of volume ?
or this https://discuss.codechef.com/t/computing-factorials-of-a-huge-number-in-c-c-a-tutorial/1727 ?
[2024-03-31 18:24:28]
Sierra_Chart Engineering - Posts: 14230
What is the symbol of the chart?
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, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-03-31 18:42:50]
Sierra_Chart Engineering - Posts: 14230
Anyway, we will change the data type to double. It is a 32-bit signed integer but that is normally more than enough capacity for the purpose.
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, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2024-03-31 21:35:56]
User346098 - Posts: 38
It's NVDA it has massive volume, applying from 2023-01-06 to 2023-11-22 the volume overflows a number of times

can you make it 'unsigned long long' , why does it need to be 'double', volume is always an integer no 544.33 volume, and unsigned it's always positive or 0
Date Time Of Last Edit: 2024-03-31 21:37:21
[2024-04-04 10:36:38]
User346098 - Posts: 38
Penny stocks can also have massive volume because of their low price OCGN 2021-3-11
it overflows instant
[2024-04-17 20:39:40]
User346098 - Posts: 38
Please also would like to request to change the limit to higher atleast unsigned long ( or equivalent ) the Volume Per bar "Bar period type" and all the Cumulative Delta Bars study. again see OCGN 2021-04-01 together with Chart Calculator I am counting the number of bars to compare volumes

Thanks.
[2024-04-17 21:28:34]
Sierra_Chart Engineering - Posts: 14230
We are not able to make any changes at this point in time with that. That is difficult assuming that it is not already a 64-bit value. It may be 64-bit already.
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, use 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