fix emojies

This commit is contained in:
Dobromir Popov
2025-11-22 21:46:35 +02:00
parent e541e16e7e
commit 9a06288911
37 changed files with 528 additions and 181 deletions

View File

@@ -75,7 +75,7 @@ class RealtimePredictionLoop:
new_candle_detected, timeframe = await self._detect_new_candle(symbol)
if new_candle_detected:
logger.info(f"📊 New {timeframe} candle detected for {symbol} - running predictions")
logger.info(f"New {timeframe} candle detected for {symbol} - running predictions")
await self._run_all_model_predictions(symbol, trigger=f"new_{timeframe}_candle")
# 2. Check for pivot point