Stage 07.1 - auto trading skeleton UI, state machine and mock controls

This commit is contained in:
2026-04-28 11:17:22 +03:00
parent cea74da4c4
commit b48d9c7f35
7 changed files with 336 additions and 9 deletions

View File

@@ -85,10 +85,21 @@
---
## Stage 07 — Observability
⏳ логирование
⏳ алерты
⏳ метрики
## Stage 07 — Auto Trading
### 07.1
✔ auto trading skeleton UI
✔ state machine
✔ mock controls
### 07.2
⏳ real settings
### 07.3
⏳ background loop
### 07.4
⏳ strategy plugin architecture
---

View File

@@ -0,0 +1,37 @@
# Stage 07 — Auto Trading Roadmap
## Цель
Добавить автоторговлю.
---
## 07.1 — Skeleton UI
✔ экран автоторговли
✔ state machine
✔ mock controls
---
## 07.2 — Real settings
⏳ стратегия
⏳ риск
⏳ символ
---
## 07.3 — Background loop
⏳ scheduler
⏳ market polling
⏳ signal loop
---
## 07.4 — Strategy plugins
⏳ plugin architecture
⏳ strategy registry
⏳ signal execution