{% 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 %}