ezyquant_execution.executing.async_execute_on_timer#

async ezyquant_execution.executing.async_execute_on_timer(settrade_user: Investor | MarketRep, account_no: str, signal_dict: Dict[str, Any], on_timer: Callable[[ExecuteContextSymbol], Awaitable[None]], interval: float, start_time: time, end_time: time, pin: str | None = None, event: Event | None = None)#

Same as execute_on_timer but on_timer is async function.