Show trade open/close times and hold period by target exit.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-27 15:37:37 +08:00
parent 0e3a8b08ec
commit 14c6ba51a8
9 changed files with 279 additions and 30 deletions
+11
View File
@@ -5,6 +5,17 @@
---
## 2026-07-27 — 交易记录:开仓/平仓时间与持仓周期
### 变更
1. 交易记录列表与明细展示:**开仓时间、平仓时间、持仓周期**(上海时区)。
2. **持仓周期按目标平仓计时**:净盈利达标(含默认 15U)出场为准。
3. **只平永续 / 期权残留**:平仓时间与周期以**永续平仓**时刻为准,不含期权拖到到期。
4. 只平永续时写入 `close_at_ms`;残留期权到期结算不再覆盖该策略平仓时间。
---
## 2026-07-27 — 安卓竖屏:全屏后系统锁定
### 变更