is there a way to convert double to string with only 2 digits after decimal point (instead of 8 by default) ?
dahumeovn:
So you want to convert a double to a string ? did you check the conversion functions ? maybe something called DoubleToStr() ?
No problem with statement like this:
But there is a disturb in case like this:
dahumeovn:
No problem with statement like this:
But there is a disturb in case like this:
Thanks for any help
Hi dahumeovn,
You already mention DoubleToStr, check again that definition and its parameter please https://docs.mql4.com/convert/DoubleToStr
ok
NormailizeDouble still remain zeros afterwards but DoubletoStr doesn't.
Thank for your remind.

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
No problem with statement like this:
Comment(Bid);
But there is a disturb in case like this:
Thanks for any help