diff --git a/bfxbot/bfxbot.py b/bfxbot/bfxbot.py index 9e16533..cb3bbfa 100644 --- a/bfxbot/bfxbot.py +++ b/bfxbot/bfxbot.py @@ -54,6 +54,7 @@ class BfxBot: self.__status[symbol].add_order(o) # emitting new tick event + ## TODO: handle _on_new_tick() from Strategy await self.__status[symbol].__add_event__(Event(EventKind.NEW_TICK, self.__ticker.current_tick)) def symbol_event_handler(self, symbol) -> EventHandler: