{# 资金与统计条(顶栏 / 系统设置共用,单行展示) #}
交易所
{{ exchange_display }}
交易日
{{ trading_day }}
总交易
{{ total }}
胜率
{{ rate }}%
盈亏比
{% if profit_loss_ratio is not none %}{{ profit_loss_ratio }}{% else %}—{% endif %}
总资金
{% if total_funds is not none %}{{ funds_fmt(total_funds) }}U{% else %}—{% endif %}
{% if options_enabled %}
期权资金账户
{{ options_funding_label(options_funding_usdc, options_funding_usdt) }}
期权交易账户
{{ options_funding_label(options_trading_usdc, options_trading_usdt) }}
{% endif %}
实时盈亏