Gate one-open-per-expiry by historical expiry_ymd across days.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-03 07:35:44 +08:00
parent 5c334a4d89
commit a10ecf7409
10 changed files with 49 additions and 44 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ claim 开仓槽 status=opening
|------|------|------|
| `min_option_hours` | 12 | 过滤过近到期 |
| `min_option_leverage` | 100 | 权利金不能太贵 |
| `one_expiry_per_day` | true | 同到期日一天只开一次 |
| `one_expiry_per_day` | true | 每个到期只开一次(跨日,按 expiry_ymd 历史占用) |
| `fixed_direction_enabled` | false | 固定方向 |
| `fixed_perp_side` | long | long→Put / short→Call |
| `atm_open_offset_enabled` | false | ATM 偏差开关 |