cob update fix
This commit is contained in:
@ -597,7 +597,7 @@ class RealtimeRLCOBTrader:
|
||||
for symbol in self.symbols:
|
||||
await self._process_signals(symbol)
|
||||
|
||||
await asyncio.sleep(0.1) # Process signals every 100ms
|
||||
await asyncio.sleep(0.5) # Process signals every 500ms to reduce load
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Error in signal processing loop: {e}")
|
||||
|
Reference in New Issue
Block a user