Why this is happened to me help please - page 2

 
whroeder1:
Always use strict. Fixing the warnings will save you hours of debugging.
          Program Properties (#property) - Preprocessor - Language Basics - MQL4 Reference
Check your return codes for errors, report them. Don't just silence the compiler, it is trying to help you.
          What are Function return values ? How do I use them ? - MQL4 and MetaTrader 4 - MQL4 programming forum
          Common Errors in MQL4 Programs and How to Avoid Them - MQL4 Articles
Only those functions that return a value (e.g. iClose, MarketInfo, etc.) must you call ResetLastError before in order to check after.
AnthonyIvan:

wow, thanks for the word Icham, my promise to give you what i said above, remember me.

It's true & so well said, do like he said.

Reason: