{% extends "base.html" %} {% block title %}持仓监控 - 国内期货监控系统{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ trading_mode_label }} {% if ctp_status.connected %}CTP 已连接{% else %}CTP 未连接{% endif %} {{ risk_status.status_label }} 权益 {{ '%.2f'|format(capital) }} {% if ctp_account.available is defined and ctp_status.connected %} 可用 {{ '%.2f'|format(ctp_account.available) }} {% endif %}

期货下单

开仓、加仓由程序在「策略交易」中执行,经 CTP 自动报单至 SimNow / 期货公司柜台。

计仓模式 {{ sizing_mode_label }} {% if sizing_mode == 'risk' %} · 单笔风险 {{ risk_percent }}% {% endif %}
风控状态 {{ risk_status.status_label }}
程序监控 {{ monitor_count }} 笔 {% if roll_count %}· 滚仓组 {{ roll_count }}{% endif %}
{% if active_trend %}
趋势回调 #{{ active_trend.id }} {{ active_trend.symbol }} {{ '多' if active_trend.direction=='long' else '空' }} 已开 {{ active_trend.lots_open or 0 }}/{{ active_trend.target_lots }} 手
{% endif %}
{% if not ctp_status.connected %}

请先连接 CTP,程序报单才会进入柜台。

{% endif %} {% if ctp_status.last_error %}

{{ ctp_status.last_error }}

{% endif %}

持仓监控

加载中…

品种推荐

按当前权益 {{ '%.2f'|format(capital) }} 元筛选; 灰色为保证金不足,优先展示可开 1 手且风险规则较友好的品种。

品种交易所参考价1手保证金建议最低资金状态
品种推荐加载中…
{% endblock %} {% block extra_js %} {% endblock %}