How to run EA on every second instead of ontick?

 

Hi guys,

I would like to run EA on every seconds or x amount of seconds instead on every tick basis. (onTick())

Is it possible?

regards,

Saurabh

 
saurabhB: I would like to run EA on every seconds or x amount of seconds instead on every tick basis. (onTick()) Is it possible?
OnTimer()
Documentation on MQL5: Event Handling / OnTimer
Documentation on MQL5: Event Handling / OnTimer
  • www.mql5.com
OnTimer - Event Handling - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Reason: