Sergio Tarquini: I probably missing some macro related knowledge here,
#define I2S(_int) IntegerToString(_int);
You wrote
string not_valid = IntegerToString(i); + " is an integer"; // '+' illegal operation use (expression has o effect)
(Almost) never add the terminating semicolon to the definition. You add it when you use it.
oh yes! thank you very match!

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
macros.mqh
EA.mq5