{# 资金与统计条(顶栏 / 系统设置共用,单行展示) #}
交易所
{{ 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_eth, options_margin_mode, options_underly|default('ETH')) }}
期权交易账户
{{ options_funding_label(options_trading_usdc, options_trading_usdt, options_trading_eth, options_margin_mode, options_underly|default('ETH')) }}
{% endif %}
实时盈亏