Commit Graph

55 Commits

Author SHA1 Message Date
dekun 1b3f661bad fix: label trend breakeven handoff as 趋势回调 across four exchanges
Set order monitor and trade record source to trend pullback after handoff; unify hub and instance display; add migration script for legacy rows.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 06:30:14 +08:00
dekun 2c01d11fe1 style(hub): color-code monitor card strategy stat chips
Use shared cyan for breakout/fib keys, purple for watch keys, green for trends, and orange for roll groups.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 23:30:33 +08:00
dekun 98038b1945 feat(hub): show key/trend/roll counts on monitor cards
Add per-card strategy stats chips for breakout, fib, and watch key levels plus trend and roll plan counts when non-zero.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 23:25:43 +08:00
dekun 7957a62c65 fix(hub): use single position table header on desktop monitor cards
Render all exchange positions in one table row group instead of repeating column headers per symbol.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 23:20:34 +08:00
dekun 833c51e34a feat(hub): simplify desktop monitor cards to positions only
Move orders, key levels, entrust, trend plans, and roll groups to fullscreen detail view.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 23:15:55 +08:00
dekun ed3ff747f4 feat(hub): mobile 2x2 exchange alert dashboard tiles
Phone monitor list shows per-exchange tiles with offline, >10% float loss, and missing SL alerts; tap opens full desktop-style detail view.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 23:07:59 +08:00
dekun d07357b98e fix(hub): merge mark price from Flask snapshot and fix board refresh
Sync hub positions with instance price_snapshot (order_prices and position_marks).
Fix monitor board UI when hub restarts (version rewind) and queue snapshot fetches.
Expose board aggregate status on /api/ping for diagnostics.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 22:44:01 +08:00
dekun c1fda1e7d5 feat(hub): show exchange mark price on monitor positions
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 22:25:23 +08:00
dekun 5b6babd699 feat(hub): background board poll every 5s with SSE snapshot updates
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 22:17:23 +08:00
dekun 6a76993ca8 fix(hub): prevent monitor board stuck on slow aggregate polling
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 21:47:11 +08:00
dekun b5f66a0db2 feat(hub): show cached monitor board when returning from market area
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 21:40:29 +08:00
dekun f95118065d feat(hub): exchange price precision, entry price, and trend DCA display
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 21:25:24 +08:00
dekun d9b1b324f9 修复中控保本状态 2026-06-03 16:41:48 +08:00
dekun cf3e2ee1c9 feat: 持仓快照盈亏比与交易所止损已保本标识
盈亏比固定用开仓 initial_stop_loss 计算,人工改委托后不变化;轮询交易所止损触发价相对成交价判定已保本,四所实例与中控统一显示绿色标识。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 16:31:03 +08:00
dekun 01d26e9833 修复趋势回调止盈误显与行情区成交量被裁切的问题
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 13:45:19 +08:00
dekun 21ef97cbdb 监控跳转行情区:展示入场价、止盈止损与委托单并在K线标注
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 13:38:44 +08:00
dekun 1f13638732 监控区持仓合约点击跳转行情区
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 12:29:08 +08:00
dekun 2f1ca6fb5a 行情区:默认200根、增量刷新、振幅与TV式现价倒计时
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 11:30:43 +08:00
dekun d942e5b088 行情区:60s 刷新、横向 OHLCV、交易所标识、价格自动按钮
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 11:19:20 +08:00
dekun ba681c7a58 中控行情区与 K 线本地库(15 天滚动、按需拉取)
新增行情区单图与周期切换,K 线优先读 hub_kline.db,不足时经各实例 /api/hub/ohlcv 补齐;无后台定时更新。含回滚标签说明与单元测试。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-02 10:58:59 +08:00
dekun 9115523df7 修复中控 2026-05-30 12:33:20 +08:00
dekun a084c272b9 修复中控 2026-05-30 12:26:06 +08:00
dekun 26004fb0e7 修复中控 2026-05-30 12:19:05 +08:00
dekun c882a5e565 修复中控 2026-05-30 12:13:33 +08:00
dekun acbd9576bc 中控 2026-05-30 12:08:56 +08:00
dekun 0a1c38a9d6 更新中控 2026-05-27 09:50:03 +08:00
dekun 6bf7237ddb 更新中控 2026-05-27 09:30:31 +08:00
dekun 55f50a645b 更新中控 2026-05-27 09:23:56 +08:00
dekun 3ff17a4b60 修改前端 2026-05-25 17:42:53 +08:00
dekun 325f12c0a7 增加反代 2026-05-25 11:49:53 +08:00
dekun 1e36086465 修复okx止盈止损 2026-05-25 11:25:14 +08:00
dekun 436d2aef6c 修复okx止盈止损 2026-05-25 11:19:33 +08:00
dekun 5f4f33cc10 修复中控 2026-05-25 08:02:06 +08:00
dekun e89708726f 增加手机端自适应 2026-05-25 07:46:45 +08:00
dekun 5935b5449e 前端ui 2026-05-24 08:44:16 +08:00
dekun 8b0607d83f 前端ui 2026-05-24 08:41:31 +08:00
dekun eebb658dc5 前端ui 2026-05-24 08:35:15 +08:00
dekun 695a785832 前端ui 2026-05-24 08:27:40 +08:00
dekun 88f4166bb7 前端ui 2026-05-24 08:15:31 +08:00
dekun 3b97a59562 中控增加条件单委托 2026-05-24 08:09:08 +08:00
dekun a3218f4fbd 中控增加条件单 2026-05-24 07:35:48 +08:00
dekun a4c13fd8cd 增加单仓平仓 2026-05-23 16:52:28 +08:00
dekun 80150227e3 修复排列 2026-05-23 16:48:37 +08:00
dekun 952d57ab6d 修复bug 2026-05-23 16:39:35 +08:00
dekun 4222b657cb 中控增加 2026-05-23 12:22:35 +08:00
dekun c00a45165b 增加用户名 2026-05-22 11:49:41 +08:00
dekun cd129b6a25 增加密码 2026-05-22 11:44:34 +08:00
dekun 661305c26a 删除中控下单区 2026-05-22 11:38:20 +08:00
dekun 427f94e0e8 修复前端 2026-05-22 11:29:34 +08:00
dekun 8b3ab87715 修复前端 2026-05-22 11:12:00 +08:00