Send order before bar close
-
How can I send orders before the bar closes? I happen to find myself only sending orders after bar is closed.
I am using one minute charts. I want to be able to send orders before said bar closes and a new one appears.
Thanks.
-
Long story short - not possible in the backtester, because the Timer event does not work there - there is no way to detect exact time when you only have irregular ticks events.