{# 实盘下单监控 · 开仓表单(实例页与中控嵌入共用) #}
{% from 'trade_policy_fields.html' import trade_policy_symbol, trade_policy_direction with context %} {{ trade_policy_symbol('symbol', 'order-symbol') }} {{ trade_policy_direction('direction', 'order-direction') }} {% from 'order_entry_model_fields.html' import order_entry_type_fields with context %} {{ order_entry_type_fields() }} {% from 'order_leverage_fields.html' import order_leverage_fields with context %} {{ order_leverage_fields() }}
{% from 'symbol_live_price_snippet.html' import symbol_live_price_hint %} {{ symbol_live_price_hint('order-symbol-live-price', 'order-symbol', 'order-direction') }} 成交价以交易所回报为准
{% if not intraday_discipline %} {% else %} {% endif %}
{% if not can_trade and (open_block_note|default('')) %}{{ open_block_note }}{% endif %}
{% include 'order_plan_preview_bar.html' %}