dekun
3a740235ac
feat: 币种输入旁实时显示交易所现价
...
Shared SymbolLivePrice polls /api/order_defaults on input with debounce; wired to trade, key monitor, trend, and key focus forms.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 00:42:44 +08:00
dekun
efe7a57e60
fix: trade_policy 宏使用 with context 修复 500
...
Jinja imported macros did not receive trade_policy from render context, causing Internal Server Error on all instance pages.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 00:36:06 +08:00
dekun
c0ad50a7b5
feat: 账户方向与币种白名单 env 开关(三所)
...
Per-instance TRADE_DIRECTION / TRADE_SYMBOL_WHITELIST restricts UI and API for manual orders, key monitors, and strategies; includes sync script for deployment profiles.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-05 00:30:49 +08:00
dekun
65b911994c
fix: 今日统计数字改用常规字体,去掉发光效果
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 23:16:22 +08:00
dekun
9deb58a38a
feat: 监控区 2x2 布局与左上今日统计卡
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 23:10:32 +08:00
dekun
eb975b0133
fix: 交易安全审计修复 — 补偿平仓、中控同步、滚仓/趋势防护
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 22:44:16 +08:00
dekun
df28e6dfb8
fix: ccxt Gate 类名 gateio 改为兼容 gate
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 22:21:33 +08:00
dekun
4923b32bbe
feat: 新增 Plan B 整目录重装脚本,不影响 setup_env 一键安装
...
添加 deploy/reinstall.sh 备份 env、克隆、调 setup_env、恢复配置并 PM2 启动;
附带 pm2_start_all.sh 与 hub_settings 清理工具。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 22:07:59 +08:00
dekun
9f67de3677
refactor: 移除 gate_bot,统一为三所架构并更新文档
...
删除 crypto_monitor_gate_bot 目录,中控与子代理改为 binance/okx/gate 三账户;
文档与 UI 文案「四所」改为「三所」;新增清库前一次性配置备份脚本。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-04 22:00:08 +08:00
dekun
be51eee73f
fix: 中控改委托后同步计划价并去重条件单展示
...
Co-authored-by: Cursor <cursoragent@cursor.com >
pre-remove-gate-bot
2026-07-04 21:12:00 +08:00
dekun
54c1984ec7
fix: 中控 iframe 嵌入模板路径改用 REPO_ROOT
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 22:58:56 +08:00
dekun
be7896cc25
fix: OKX 持仓张数优先读 info.pos,滚仓后同步 order_amount
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 22:40:41 +08:00
dekun
394793b9d2
fix: 突破加仓按 mark 触价触发,避免漏单
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 22:31:49 +08:00
dekun
0b8f410fbe
fix: 中控持仓卡合并最新风险与保证金展示
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 22:19:07 +08:00
dekun
687a34474d
feat: 修改委托后展示最新风险,四所持仓卡增加张数
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 22:08:27 +08:00
dekun
9d9d0af31e
fix: 市价加仓预览后无法执行滚仓
...
修复 embed 壳拦截 roll-form 提交,以及策略 tab 切换后未重新绑定顺势加仓脚本的问题。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 21:42:12 +08:00
dekun
bfa3352122
feat: 系统设置增加备份恢复与默认登录 admin
...
支持手动/每日自动备份四所数据库、K线库与 env,上传 zip 一键恢复;中控默认账号 admin/admin123。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 16:39:46 +08:00
dekun
55261b7812
fix: lib 迁移后中控数据路径指向 manual_trading_hub
...
修复 hub_fund_history 等模块误读 lib/hub/manual_trading_hub 导致资金概况历史曲线丢失的问题。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 16:28:36 +08:00
dekun
5797d49d8a
refactor: 将共用代码迁入 lib/ 模块化目录
...
统一 strategy、key_monitor、trade、hub 等共用库到 lib/ 子包,并补充 lib-structure 文档,便于四所与中控维护。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-02 16:23:09 +08:00
dekun
4742a0bb9d
refactor: 移除四所统计分析页交易日历
...
删除日历 UI、bootstrap 与 /api/stats/calendar 注册;保留日/周/月统计表。内照明心档案日历不受影响。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 09:51:10 +08:00
dekun
32079bb4c2
fix: 修复统计日历 bootstrap 导致整站 500
...
日历数据改为安全 JSON 内嵌,仅统计页构建;构建失败时降级为空,避免拖垮其他页面。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 09:24:54 +08:00
dekun
3b687d17eb
fix: 统计日历服务端内嵌 bootstrap,首屏显示盈亏与笔数
...
与月统计同源 initial_calendar 写入页面,API 失败时仍渲染;四所日历路由独立注册并传入 get_db_fn。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 09:13:58 +08:00
dekun
4f784d09ac
fix: 四所统计日历显示每日盈亏与交易笔数
...
日历格子重置实例全局 button 样式,日期格展示 +X.XU 与 N 笔,标题栏汇总当月盈亏与总笔数。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 08:56:20 +08:00
dekun
052dcf63bd
fix: 四所统计日历 embed 切换后初始化与加载失败仍渲染网格
...
统一 initInstanceStatsCalendar,统计 tab 动态注入时重新挂载日历,API 异常时保留月历骨架。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 08:42:39 +08:00
dekun
ac4cdceb39
feat: 四所独立统计页日历,修复档案盈亏重复与日历交互
...
四所 index.html 统计分析页接入交易日历;内照明心剔除犯病盈亏列不再重复计入,犯病日点击显示全部交易,选中日历蓝色高亮。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 08:27:38 +08:00
dekun
14dbf25798
feat: 档案统计独立卡片、共用交易日历与四所统计页日历
...
内照明心统计表移至顶部卡片,右侧为日历/图表/交易记录;日历样式适配浅深主题,四所统计分析页同步展示按月盈亏日历。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 08:17:53 +08:00
dekun
6b872b1f43
feat: 内照明心交易日历与交易所口径成交额/手续费统计
...
新增按 08:00 切日的月历(盈亏、笔数、犯病日高亮与点击筛选);平仓时从交易所 fill 写入双边成交额与手续费,统计表与明细同步展示。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-30 08:05:46 +08:00
dekun
865567fbd3
fix: add_key 允许突破触价开仓类型通过白名单校验
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 20:55:51 +08:00
dekun
a0d57fc65e
fix: 箱体/收敛突破标记价反向越界时自动撤销监控
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 10:54:36 +08:00
dekun
5b3448b52b
feat: 关键位回调/突破触价开仓拆分与穿越触发
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 10:49:43 +08:00
dekun
e51d7824a7
fix: 全仓模式预估风险/盈利按杠杆与可用保证金计算
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-29 00:38:27 +08:00
dekun
9cb63c368a
fix: 修正突破加仓当前价与突破价的几何校验
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 23:34:59 +08:00
dekun
be8e4ce6c6
fix: 注册 strategy_roll.js 与 account_risk_badge.js 静态路由
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 23:29:56 +08:00
dekun
02255a3b02
fix: 修复斐波/突破滚仓重复脚本导致无法提交
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 23:25:27 +08:00
dekun
6352fa6be3
fix: 滚仓拒绝原因页内展示,斐波/突破隐藏预览按钮
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 23:16:59 +08:00
dekun
5a887de6f4
fix: 滚仓斐波/突破价输入框可在切换模式后编辑
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 23:07:08 +08:00
dekun
7d03e8e93e
fix: 滚仓字段显隐与浅色模式样式
...
市价加仓默认隐藏上沿/下沿/突破价(CSS+JS);说明页与预估风险条适配浅色主题。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 22:11:58 +08:00
dekun
d467760d5c
顺势加仓 v2:程序监控滚仓、文档页与平仓同步
...
重写滚仓计仓与四种加仓方式(市价/斐波/突破),程序盯 mark 触价成交;风险读监控单;pending 可删不可改;手动平仓同步结束滚仓。新增 /strategy/roll/docs 说明页与顺势加仓滚仓说明.md。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 22:03:23 +08:00
dekun
4aebe70611
Fix hub market chart live K-line updates in manual follow mode.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 19:41:17 +08:00
dekun
ee011800e1
Open instance in new tab as full page, not embed shell.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-25 22:47:02 +08:00
dekun
5cf88818c1
Open instance in new tab; add in-hub trade, monitor, and review shortcuts.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-25 22:37:54 +08:00
dekun
448e88ec55
Count instance win rate by positive PnL and show external closes as manual close.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-25 22:27:52 +08:00
dekun
0a20ee7eec
Show estimated risk, profit, and RR below manual order form.
...
Add a preview bar under the live order form with risk in red and profit in green; extend preview logic for all SL/TP modes across embed and standalone instances.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-25 19:19:32 +08:00
dekun
cfc703ae5b
Fix double POST on open position in embed shell mode.
...
Embed capture-phase form handler and allowManualOrderSubmit both submitted /add_order; skip custom forms and use a single fetch reload path.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-25 19:03:25 +08:00
dekun
2dadd93d91
Fix embed date filter reload and classify profitable stops as trailing TP.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-25 11:27:42 +08:00
dekun
924a385d6c
Fix plan history detail modal unreadable text over stats table.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-25 11:17:31 +08:00
dekun
61d79c4de1
Fix hub market chart live K-line updates without manual reload.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-24 14:48:01 +08:00
dekun
6ffae02d30
Allow roll add-ons while position-limit freeze is active.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-24 02:08:44 +08:00
dekun
9d1986d771
Exclude trend and roll monitors from position-limit freeze count.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-24 02:04:09 +08:00
dekun
322060de31
Show position-limit freeze on hub and instance risk badges.
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-24 01:58:24 +08:00