{# Copyright (c) 2025-2026 马建军. All rights reserved. 专有软件,详见 LICENSE.zh-CN.txt #} {% extends "base.html" %} {% block title %}可开仓品种 - 国内期货 · 交易复盘系统{% endblock %} {% block content %}
当前权益 {{ '%.2f'|format(capital) }} 元({{ trading_mode_label }})。 优先展示可开 1 手且 1% 风险规则下较友好的品种;灰色为保证金不足。
| 品种 | 交易所 | 参考价 | 1手保证金 | 建议最低资金 | 状态 |
|---|---|---|---|---|---|
| {{ r.name }} {{ r.ths }} | {{ r.exchange }} | {% if r.price %}{{ r.price }}{% else %}—{% endif %} | {% if r.margin_one_lot %}{{ r.margin_one_lot }}{% else %}—{% endif %} | {% if r.min_capital_one_lot %}{{ r.min_capital_one_lot }}{% else %}—{% endif %} | {{ r.status_label }} |