Add key-level auto trade, AI analysis, and trading UX improvements.

Key monitors use 5m close triggers with WeChat alerts and box/convergence auto orders; add pending-order worker, structured WeChat notify, AI settings/messages, session clock, CTP margin sizing, and dual-layer position limits.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-28 10:36:56 +08:00
parent 0109b59f27
commit 840e88daad
33 changed files with 2514 additions and 143 deletions
+1
View File
@@ -15,6 +15,7 @@ NAV_TOGGLES: dict[str, str] = {
"plans": "开单计划",
"market": "行情K线",
"strategy": "策略交易",
"ai": "AI 分析",
}
DEFAULT_NAV: dict[str, bool] = {k: True for k in NAV_TOGGLES}