Merge commit 'd49a473ed6f4aef55bfdd47d6370e53582be6b7b' into cleanup

This commit is contained in:
Dobromir Popov
2025-10-01 00:32:19 +03:00
353 changed files with 81004 additions and 35899 deletions

View File

@@ -591,7 +591,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}")