UTC {{ list_window.label }}统计切日 {{ stats_bundle.stats_reset_hour|default(reset_hour) }}:00
{{ exchange_display }}
{% if trade_policy.badge_text %}
{{ trade_policy.badge_text }}
{% endif %}
{% include 'force_close_header_badge.html' %}
{{ risk_status.status_label|default('正常') }}
{% include 'instance_theme_toggle.html' %}
{% include 'instance_header_stats.html' %}
{% set _coin_margin = (options_enabled|default(false)) and (options_margin_mode|default('coin')) == 'coin' %}
{% set _show_perp = (show_perp_funds|default(true)) or _coin_margin %}
{% set _trading_margin_mode = 'coin' if _coin_margin else 'usdc' %}
交易{{ trading_account_label(current_capital, options_trading_eth, options_trading_btc, margin_mode=_trading_margin_mode) }}资金{% if funding_usdt is not none %}{{ funds_fmt(funding_usdt) }}U{% else %}—{% endif %}总资{% if total_funds is not none %}{{ funds_fmt(total_funds) }}U{% else %}—{% endif %}