Stage 07.4.3.5 — Debug commands & test mode

This commit is contained in:
2026-05-03 11:13:19 +03:00
parent af2d27761f
commit 8adfab7220
10 changed files with 917 additions and 26 deletions

View File

@@ -129,19 +129,19 @@
✔ confidence scoring
✔ UI integration
### 07.4.3.1 — UI Optimization
#### 07.4.3.1 — UI Optimization
✔ compact auto screen
✔ state-based rendering (OFF / RUNNING / OBSERVING)
✔ minimal trading layout
✔ duplicate info removal
### 07.4.3.2 — Engine Decoupling (NEXT)
#### 07.4.3.2 — Engine Decoupling (NEXT)
✔ split analysis / UI refresh
✔ fast price polling (1s)
✔ slow UI updates (event-driven / 60s)
✔ anti-flood protection
### 07.4.3.3 — Paper Position & Execution Engine
#### 07.4.3.3 — Paper Position & Execution Engine
- добавлен ExecutionEngine
- реализованы paper-позиции (LONG / SHORT)
- интеграция с AutoTradeService
@@ -149,7 +149,7 @@
- логирование paper execution
- EventBus события (paper_position_opened)
### Stage 07.4.3.4 — Telegram Strong Signal Alerts
#### Stage 07.4.3.4 — Telegram Strong Signal Alerts
- EventBus-driven уведомления
- Фильтрация READY сигналов
- Поддержка BUY / SELL
@@ -157,6 +157,15 @@
- Интеграция с Journal
- Runner полностью управляет Telegram-уведомлениями
#### Stage 07.4.3.5 — Debug Commands & Test Mode ✅
- DEBUG_ENABLED env flag
- debug_force_signal API
- instant EventBus processing
- Telegram debug commands
- state inspection (/debug_state)
- journal logging for debug actions
- full pipeline testing without market dependency
### 07.4.4
⏳ Grid Strategy

View File

@@ -96,7 +96,7 @@
---
### 07.4.3.1 — UI Optimization
#### 07.4.3.1 — UI Optimization
✔ компактный экран автоторговли
✔ разделение OFF / ACTIVE / OBSERVING
✔ убраны дубли (WAITING / HOLD и т.д.)
@@ -104,7 +104,7 @@
---
### 07.4.3.2 — Engine Decoupling (NEXT)
#### 07.4.3.2 — Engine Decoupling (NEXT)
⏳ разделение:
- analysis loop (частый)
- UI loop (редкий)
@@ -119,7 +119,7 @@
---
### Stage 07.4.3.3 — Paper Position & Execution Engine
#### Stage 07.4.3.3 — Paper Position & Execution Engine
- добавлен ExecutionEngine
- реализованы paper-позиции (LONG / SHORT)
- интеграция с AutoTradeService
@@ -129,7 +129,7 @@
---
## Stage 07.4.3.4 — Telegram Strong Signal Alerts
#### Stage 07.4.3.4 — Telegram Strong Signal Alerts
- EventBus-driven уведомления
- Фильтрация READY сигналов
- Поддержка BUY / SELL
@@ -144,6 +144,18 @@
---
#### Stage 07.4.3.5 — Debug Commands & Test Mode ✅
- DEBUG_ENABLED env flag
- debug_force_signal API
- instant EventBus processing
- Telegram debug commands
- state inspection (/debug_state)
- journal logging for debug actions
- full pipeline testing without market dependency
---
### 07.4.4
⏳ Grid strategy