{% extends "base.html" %} {% block title %}下单监控 - 国内期货监控系统{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
市价以 FAK 即时成交报单(非限价挂单)
不在交易时间段
开仓委托先显示「挂单中」,柜台成交后写入监控;超过 {{ pending_order_timeout_min }} 分钟未成交自动撤单,可手动撤单。
最大手数 = floor(权益 × 保证金上限 {{ max_margin_pct }}% ÷ 1手保证金);当前权益 {{ '%.2f'|format(capital) }} 元。 {% if sizing_mode == 'fixed' %}仅显示最大手数 ≥ {{ fixed_lots }} 手的品种。{% endif %} 保证金优先读取 CTP 柜台合约信息。 {% if recommend_updated_at %}每日后台更新 · 最近 {{ recommend_updated_at }}{% else %}等待今日后台刷新…{% endif %}
走势:近一周日线,近3日重叠≥70%为震荡;跳空=今日开盘 vs 昨日收盘。成交量为昨日成交手数,成交额=成交量×昨收×合约乘数。支持按走势/跳空/成交量/振幅排序,可按行业筛选。
| 品种 | 交易所 | 行业 | 走势 | 是否跳空 | 参考价 | 昨日收盘 | 今日开盘 | 昨日涨跌 | 昨日振幅 | 成交量(手) | 成交额 | 1手保证金 | 1手手续费 | 最大手数 | 状态 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ r.name }} {{ r.main_code or r.ths }} | {{ r.exchange }} | {{ r.category or '—' }} | {% if r.trend_label and r.trend_label != '—' %} {% if r.trend_transition %}★ {% endif %}{{ r.trend_label }} {% else %}—{% endif %} | {% if r.gap_label and r.gap_label != '—' %} {{ r.gap_label }} {% else %}—{% endif %} | {% if r.price %}{{ r.price }}{% else %}—{% endif %} | {% if r.prev_close is not none %}{{ r.prev_close }}{% else %}—{% endif %} | {% if r.today_open is not none %}{{ r.today_open }}{% else %}—{% endif %} | {% if r.yesterday_change is not none %} {{ '%+.4f'|format(r.yesterday_change) }}{% if r.yesterday_change_pct is not none %} ({{ '%+.2f'|format(r.yesterday_change_pct) }}%){% endif %} {% else %}—{% endif %} | {% if r.yesterday_amplitude_pct is not none %}{{ '%.2f'|format(r.yesterday_amplitude_pct) }}%{% else %}—{% endif %} | {% if r.volume is not none %}{{ r.volume }}{% else %}—{% endif %} | {% if r.turnover is not none %}{{ '%.0f'|format(r.turnover) }}{% else %}—{% endif %} | {% if r.margin_one_lot %}{{ r.margin_one_lot }}{% if r.margin_source == 'ctp' %} (柜台){% endif %}{% 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 }} |
| 等待今日后台刷新推荐… | |||||||||||||||