Is there any limit on how many variables you can use in one EA? - page 3

 
stesforex:

Yes, I never get any error message but the program just doesn't run properly - it didn't do what it's coded to do.

It did EXACTLY what's it's coded to do. Your code is wrong. Period. Stop blaming something else and take responsibility.

  1. You didn't use SRC
  2. You try to open a file and don't bother to check if it worked
    File_Name = ...
    Handle = FileOpen(File_Name, FILE_CSV|FILE_WRITE, ',');
    if (FileWrite(Handle, tickets2mo ...

    See What are Function return values ? How do I use them ? - MQL4 forum

  3. Did you install in program file\* on Vista/Win7?
 
WHRoeder:

It did EXACTLY what's it's coded to do. Your code is wrong. Period. Stop blaming something else and take responsibility.

  1. You didn't use SRC
  2. You try to open a file and don't bother to check if it worked

    See What are Function return values ? How do I use them ? - MQL4 forum

  3. Did you install in program file\* on Vista/Win7?


After further error detection, the problem was narrowed down to almost the same problem this member has before: https://www.mql5.com/en/forum/130059

I noticed there was never a solution to that post. Could you guys check that out?

Reason: