#property strict usage in MT5 Expert or Indicator

 

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!

 
 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
 
Adnan S #: Thank you! everyone

You are welcome!

Reason: