{% extends "base.html" %} {% block title %}持仓监控 - 国内期货监控系统{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
按权益 {{ '%.2f'|format(capital) }} 元筛选,仅显示可开 1 手的品种。 {% if recommend_updated_at %}更新 {{ recommend_updated_at }}{% else %}后台刷新中…{% endif %}
| 品种 | 交易所 | 参考价 | 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 }} |
| 等待后台推送推荐… | |||||