{# Copyright (c) 2025-2026 马建军. All rights reserved. 专有软件,详见 LICENSE.zh-CN.txt #} {% extends "base.html" %} {% block title %}开单计划 - 国内期货 · 交易复盘系统{% endblock %} {% block content %}
开盘前制定,当日有效;请先选择主力合约,下方为进行中计划。
| 日期 | 品种 | 方向 | 决策区间 | 决策理由 | 状态 |
|---|---|---|---|---|---|
| {{ p.plan_date or '' }} | {{ p.symbol_name or p.symbol }} | {{ '多' if p.direction == 'long' else '空' }} | {{ p.zone_lower }}~{{ p.zone_upper }} | {{ p.decision_reason or '—' }} | {% if p.status == 'closed' %}完成 {% elif p.status == 'expired' %}失效 {% else %}{{ p.status }}{% endif %} |
| 暂无历史 | |||||