Adnan S:I have not been able to find and clear information on "#property strict" usage. If you can share a link where usage of #property strict is explained, I will greatly appreciate it. Thank you!
"#property strict" is only for MQL4. In MQL5 it is ignored because it is always enabled.
However, if you use conditional compilation for making your code compatible with both MQL4 and MQL5, then always use the strict property.
Thank you! everyone
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
I have not been able to find and clear information on "#property strict" usage.
If you can share a link where usage of #property strict is explained, I will greatly appreciate it.
Thank you!