I added a column to display the 20 day average volume with the code "plot avg = round(average(volume, 20), 0);".
I want the values to be integers (no decimal points) and no scientific notation for numbers >= 10,000,000, but that is not currently the case.
Also, Ideally I would like each value to be comma separated, but having them sortable is more important.
Can anyone help?
Thanks!
I want the values to be integers (no decimal points) and no scientific notation for numbers >= 10,000,000, but that is not currently the case.
Also, Ideally I would like each value to be comma separated, but having them sortable is more important.
Can anyone help?
Thanks!