Remove logging of new trading signals in OrderBook class
This commit is contained in:
+3
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user