Should I use OnTimer() in this case?

 

My trades are filled only at a certain X hour & Y hour.  In between those hours (X and Y), the EA has practically nothing to do.  Should I use OnTimer(), rather than OnTick()?

Any suggestions from anyone who has done this using OnTimer(), or anyone who has such experience? Thx.