{# 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% 风险规则下较友好的品种;灰色为保证金不足。

{% for r in rows %} {% endfor %}
品种交易所参考价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 }}
{% endblock %}