diff --git a/utils/orderbook.py b/utils/orderbook.py index 302f837..1bca727 100644 --- a/utils/orderbook.py +++ b/utils/orderbook.py @@ -200,9 +200,9 @@ class OrderBook: self.last_signal = current_signal if current_signal != SIGNALES.NEUTRAL: - logger.info( - f"NEW SIGNAL: {current_signal} detected! ({micro_vs_mid_bps:.1f} bps)" - ) + # logger.info( + # f"NEW SIGNAL: {current_signal} detected! ({micro_vs_mid_bps:.1f} bps)" + # ) # await self.execute_trading_signal( # current_signal,