cob update fix

This commit is contained in:
Dobromir Popov
2025-07-28 09:46:49 +03:00
parent 240d2b7877
commit f5416c4f1e
4 changed files with 121 additions and 8 deletions

View File

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