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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Maybe try using OnTimer instead of OnTick and set it to repeat at some interval in OnInit
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.