数据看板
关键位监控
实盘下单
{% if not intraday_discipline and display.show_nav_strategy %}
策略交易
{% endif %}
{% if not intraday_discipline and display.show_nav_strategy_records %}
策略交易记录
{% endif %}
{% if display.show_nav_records %}
交易记录与复盘
{% endif %}
{% if display.show_nav_stats %}
统计分析
{% endif %}
{% if options_nav_visible and display.show_nav_options %}
期权
{% endif %}
{% if options_nav_visible and display.show_nav_options_review %}
期权复盘
{% endif %}
{% if hedge_plan_nav_visible and display.show_nav_hedge_plan %}
对冲计划
{% endif %}
{% if display.show_nav_risk_policy %}
风控说明
{% endif %}
{% if display.show_nav_env_config %}
env配置
{% endif %}
系统设置
{% include 'instance_header_panel.html' %}
{% if initial_tab not in ('settings', 'risk_policy', 'env_config') and include_transfer_block %}
{% include 'instance_top_bar.html' %}
{% endif %}
{% include 'embed_page_fragment.html' %}