mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 21:34:21 +08:00
- 交易盈亏指标改为收益率口径(avg_win/loss/max_win/loss = pnl/cost_basis) - 平均持仓天数改用真实日历日相减(原 YYYYMMDD 整数差跨月放大) - 盈亏比无亏损时记 999.0(原 0.0,与 100% 胜率自相矛盾) - 新增 Trade.cost_basis 字段 + engine 填充 - 3 个回归守卫;870 单测全绿,ruff/mypy strict/前端 vue-tsc 通过