How can i automaticly repeat the task of my EA when it's done can you help please thanks. - page 3

 
John Davis:

Maybe try using OnTimer instead of OnTick and set it to repeat at some interval in OnInit

I  change the source code and add the OnTimer() with an interval in OnInit and still not repeating the task i start to believe that it is probably the fact that i' m running my platform on LInux Ubuntu with wine.
 

Put an Alert in your OnTick. If you see the alert, it is running; your problem is your code.

Put an Alert in your OnTimer. If you see the alert, it is running; your problem is your code.