%%
Thanks :)
Vivs: How can I include % in StringFormat() function?
| If you read the documentation, PrintFormat - MQL4 Documentation just above the flags section, it says: If you need to output the percent sign in the format string, use the format specification %%. |

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
How can I include % in StringFormat() function?
I was trying this instruction to display % sign after the stopOut value:
string msg = StringFormat("\nA/C Stop-Out: %g %",stopOut);
But, this instruction is not displaying any result.