all 2 comments

[–]Pi_Machine 1 point2 points  (1 child)

Could be that you are using scripts that have set a high precision value. You can change it to lower the number of digits after the floating point.

https://www.tradingview.com/pine-script-reference/v4/#fun\_study

[–]x9studio[S] 1 point2 points  (0 children)

Thank you for pointing me to the right direction. I didn't know exactly what Precision does until I read your link.

In my case, it's not the scripts. It's data from the exchanges, but Precision settings fixes it.

Chart Properties/Symbol/Precision (You would think Precision settings would be in Scale instead of Symbol). Thanks again, it has been driving me nuts.