{# Copyright (c) 2025-2026 马建军. All rights reserved. 专有软件,详见 LICENSE.zh-CN.txt #} {% extends "base.html" %} {% block title %}手续费配置 - 国内期货监控系统{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| 品种 | 交易所 | 乘数 | 开仓(元/手) | 开仓(比例) | 平昨(元/手) | 平昨(比例) | 平今(元/手) | 平今(比例) | 更新 |
|---|---|---|---|---|---|---|---|---|---|
| {{ r.product }} | {{ r.exchange or '—' }} | {{ r.mult }} | {{ r.open_fixed }} | {{ r.open_ratio }} | {{ r.close_yesterday_fixed }} | {{ r.close_yesterday_ratio }} | {{ r.close_today_fixed }} | {{ r.close_today_ratio }} | {{ (r.updated_at or '')[:16] }} |
| 暂无 CTP 费率,请连接 CTP 后等待自动同步或点击「立即同步」 | |||||||||
公式:单边 = 固定(元/手)×手数 + 比例×价格×乘数×手数;往返 = 开仓 + 平仓(平今/平昨自动判断)。
{% if ctp_connected and not fee_counts.get('ctp') %}
数据库尚无 CTP 费率,请点击「立即同步」或等待后台每日任务。
{% endif %}