Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 03:38:29 +0000



Post From: Ask volume Bid volume difference text

[2019-11-15 06:51:59]
DevTrader79 - Posts: 44
I want to display only number such as (234 instead of -234.00 without decimals and sign[-] negative and for positive 97 instead of 97.00) . Went to function studies8.cpp->scsf_AskVolumeBidVolumeDifferenceText(SCStudyInterfaceRef sc).
(1) do I have to set sc.DrawZeros = 0; or false; to turn off decimal zeros and display only number ?
(2) Couldn't figure out how to turn off the sign, especially (-) negative sign.
Any help is highly appreciated.
Thanks