this ea is not working why?

 

hi guys hope doing well 

this ea is not working. it doesnt have any problem but i dont know why it's not working

can anyone fix it please?


thank you

Files:
 
  1. "Doesn't work" is meaningless — just like saying the car doesn't work. Doesn't start, won't go in gear, no electrical, missing the key, flat tires — meaningless.

  2. Use the debugger or print out your variables, including _LastError and find out why.
 
William Roeder:
  1. "Doesn't work" is meaningless — just like saying the car doesn't work. Doesn't start, won't go in gear, no electrical, missing the key, flat tires — meaningless.

  2. Use the debugger or print out your variables, including _LastError and find out why.

i mean does not run. and show this error

cant be executed

i dont know why!

 
ali.yarahmadi:

i mean does not run. and show this error

cant be executed

i dont know why!

Of course a Mq4 can't be executed — It's a text file of source code.

  1. Put it in the <data folder>\MQL4\Experts directory.
              Data Structure in MetaTrader 4 Build 600 and Higher - MQL4 Articles 2014.02.03
  2. Compile it with the editor.
  3. Go back to the terminal and open the navigator Window (Control+N) and drag it on to a chart.
Reason: