3acor Posted January 7, 2023 Report Posted January 7, 2023 (edited) Is that possible to do currently, if not can this be implemented? It is very hard to read when the number is big the way it currently is. Thanks Edited January 7, 2023 by 3acor Quote
Jerry Medved Posted January 7, 2023 Report Posted January 7, 2023 assuming "value" contains the value of the scan result, set the scan result to String.Format(new MT.Util.ScaleFormatter(), "{0:K#,##0.00}", value) Quote
3acor Posted January 7, 2023 Author Report Posted January 7, 2023 It is posting blank when I am writting on here using the code you sent me. not sure why. Anyway, it tells me "Possible security violation" when I type in the code Quote
Jerry Medved Posted January 7, 2023 Report Posted January 7, 2023 Make it just:String.Format(new ScaleFormatter(), "{0:K#,##0.00}", value) 1 Quote
3acor Posted January 9, 2023 Author Report Posted January 9, 2023 Is there a way to add a string next to a number in the scan result? For example, if the scanresult is volatility, how can I add a "%" next to the number? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.