implicit conversion from 'number' to 'string'

 

Hey,

i really need help.

If i try to compile my ea the above mentioned problem appears.

implicit conversion from 'number' to 'string'


Someone here who knows why? And how i can solve this problem?


Thanks in Advance

 
See this article
Common Errors in MQL4 Programs and How to Avoid Them
Common Errors in MQL4 Programs and How to Avoid Them
  • 2014.03.25
  • MetaQuotes Software Corp.
  • www.mql5.com
To avoid critical completion of programs, the previous version compiler handled many errors in the runtime environment. For example, division by zero or array out of range are critical errors and usually lead to program crash. The new compiler can detect actual or potential sources of errors and improve code quality. In this article, we discuss possible errors that can be detected during compilation of old programs and see how to fix them.
 
Alain Verleyen:
See this article
Ah very good. Many thanks :)