Stage 07.3 - auto trading analysis cycle skeleton

This commit is contained in:
2026-04-28 13:20:59 +03:00
parent 83ab842f6e
commit d639137855
7 changed files with 178 additions and 10 deletions

View File

@@ -0,0 +1,19 @@
# 0017 — Auto Analysis Cycle before Background Loop
## Решение
Сначала реализовать run_cycle() и UI integration.
Фоновый loop вынести в следующий подэтап.
## Причины
- проще тестировать;
- безопаснее;
- меньше race conditions.
## Последствия
Анализ пока запускается только при открытии / обновлении экрана.