Placing order without a tick

 

Hello,

like in topic, if I don't have a tick, can I place pending order in OnTimer interrupt at specific time? 

 

Sure, why not.
A tick means someone has placed an order.

 
Sure you can. Nothing has changed, so why do you want to do it now, but not on the last tick?
 

I want place an order for example 1 second before end of 1 minute bar, before news release. Sometimes there is no tick even for severals seconds.

I implemented placing order in OnTimer at specific time and it's working fine, thank you.