Stage 07.4.3.4 — Telegram strong signal alerts via EventBus

This commit is contained in:
2026-05-03 09:15:34 +03:00
parent 24c910fade
commit af2d27761f
6 changed files with 280 additions and 1 deletions

View File

@@ -349,6 +349,10 @@ class AutoTradeService:
"signal": state.last_signal,
"repeat_count": state.last_signal_repeat_count,
"confidence": state.last_signal_confidence,
"symbol": state.symbol,
"strategy": state.strategy,
"leverage": state.leverage,
"reason": state.last_signal_reason,
},
)