crossy:
Hello freinds,
I want to use the "comment" for presenting number on the screen.
I use NormalizeDouble(x,2) for the x (a double variable) will be presented with 2 places after the dot (at the right side).
I want to control the the presenting of the numbers befor the the dot (at the left side).
How do I can do it.
Regards,
Y.
Any news?
Thanks..
DoubleToStr(Number,Precision) ;

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello freinds,
I want to use the "comment" for presenting number on the screen.
I use NormalizeDouble(x,2) for the x (a double variable) will be presented with 2 places after the dot (at the right side).
I want to control the the presenting of the numbers befor the the dot (at the left side).
How do I can do it.
Regards,
Y.