{% extends "base.html" %} {% block title %}持仓监控 - 国内期货监控系统{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
市价将按最新行情价报单
数据来自 CTP 柜台(交易所回报),浮盈等为柜台实际值。
最大手数 = floor(权益 × 保证金上限 {{ max_margin_pct }}% ÷ 1手保证金);当前权益 {{ '%.2f'|format(capital) }} 元。参考止损/止盈按 20 跳、盈亏比 2:1 估算。 {% if recommend_updated_at %}每日后台更新 · 最近 {{ recommend_updated_at }}{% else %}等待今日后台刷新…{% endif %}
| 品种 | 交易所 | 参考价 | 参考止损 | 参考止盈 | 1手保证金 | 1手手续费 | 最大手数 | 状态 |
|---|---|---|---|---|---|---|---|---|
| {{ r.name }} {{ r.main_code or r.ths }} | {{ r.exchange }} | {% if r.price %}{{ r.price }}{% else %}—{% endif %} | {% if r.ref_stop_loss %}{{ r.ref_stop_loss }}{% else %}—{% endif %} | {% if r.ref_take_profit %}{{ r.ref_take_profit }}{% else %}—{% endif %} | {% if r.margin_one_lot %}{{ r.margin_one_lot }}{% else %}—{% endif %} | {% if r.open_fee_one_lot is defined and r.open_fee_one_lot is not none %}{{ r.open_fee_one_lot }}{% else %}—{% endif %} | {% if r.max_lots is not none and r.max_lots > 0 %}{{ r.max_lots }}{% else %}—{% endif %} | {{ r.status_label }} |
| 等待今日后台刷新推荐… | ||||||||