How to make EA Work quickly

 
Which Scripts will be the least busy EA?
 

You keep posting short cryptic questions with no detail.

How do you expect to have a proper answer with so little information?

 
Fernando Carreiro #:

You keep posting short cryptic questions with no detail.

How do you expect to have a proper answer with so little information?

The EA is busy or Sleep. I want it to be active after every second. how is it possible to do that? Example :  Which Scripts will be the least busy EA?
 
MR. #: The EA is busy or Sleep. I want it to be active after every second. how is it possible to do that? Example :  Which Scripts will be the least busy EA?

Then show your code and explain yourself in detail.

If you have difficulty with English then use the auto-translation tool.

 
Your topic has been moved to the section: MQL4 e MetaTrader 4 — In the future, please consider which section is most appropriate for your query.
 
MR. #:

Now please explain your issue in detail. If there are errors, show the log output.

By the way, you have several compiler warnings you should address ...

return value of 'OrderSelect' should be checked test3.mq4       46      7
return value of 'OrderSelect' should be checked test3.mq4       101     7
return value of 'OrderDelete' should be checked test3.mq4       105     10
return value of 'OrderModify' should be checked test3.mq4       111     16
return value of 'OrderSelect' should be checked test3.mq4       116     7
return value of 'OrderDelete' should be checked test3.mq4       120     10
return value of 'OrderModify' should be checked test3.mq4       126     16
 
MR. #: The EA is busy or Sleep. I want it to be active after every second. 
No you don't. Nothing has changed. You do not want to sleep. Return and wait for a new tick to arrive and reevaluate.
Reason: