
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
anuj71 #: Error : 'booltostring' - function not defined output.mq4 31 7
For me, it giving values like 0 and 1. 0 For false and 1 for True.
Both returning values 0 not "FALSE".You got a compile error because there is no such function as "booltostring".
You are getting 0 and 1, because you are not using "#property strict". Always use it.
Place it right at the beginning of your code ...
Example ...
Output ...