budiali:
Do anyone have any idea how to make my mql5 always running even if no incoming tick on chart which I put the EA, so my EA didn't miss to get the price movement of many other currency pairs ?
Do anyone have any idea how to make my mql5 always running even if no incoming tick on chart which I put the EA, so my EA didn't miss to get the price movement of many other currency pairs ?
Hello!
I have the same question. I think it's a good idea to add new event (for example, OnTimer()).
I think try OnTimer() event.
Can you please give the example for the format/structure of mql5 using OnTimer(). Thank you
Please read the documentation about it.

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
My mql5 is multi currency correlation hedging, so my EA analyze many other currency pairs. The running of EA depend on incoming tick of the chart that I put the EA. Sometime the price of the chart which I put the EA is not move, so there is no incoming tick which make the EA not running for a while, but other currency pairs maybe still moving fast. Do anyone have any idea how to make my mql5 always running even if no incoming tick on chart which I put the EA, so my EA didn't miss to get the price movement of many other currency pairs ? Thank you very much for your help.