| ID | 币种 | 方向 | 腿数 | 首仓TP | 当前SL | 当前均价 | 止盈盈利U |
|---|---|---|---|---|---|---|---|
| {{ g.id }} | {{ g.symbol }} | {{ g.direction }} | {{ g.leg_count }} | {% if price_fmt %}{{ price_fmt(g.symbol, g.initial_take_profit) }}{% else %}{{ g.initial_take_profit }}{% endif %} | {% if price_fmt %}{{ price_fmt(g.symbol, g.current_stop_loss) }}{% else %}{{ g.current_stop_loss }}{% endif %} | {% if g.avg_entry_display %}{{ g.avg_entry_display }}{% elif g.avg_entry is not none %}{{ g.avg_entry }}{% else %}—{% endif %} | {% if g.reward_at_tp_usdt is not none %}{{ '%.2f'|format(g.reward_at_tp_usdt) }}{% else %}—{% endif %} |
| 暂无 | |||||||
| # | 组 | 方式 | 张数 | 触发/限价 | 新SL | 状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ leg.leg_index }} | {{ leg.roll_group_id }} | {{ leg.add_mode }} | {% if leg.amount %}{{ leg.amount }}{% else %}—{% endif %} | {% if leg.limit_price %}{{ leg.limit_price }}{% elif leg.breakthrough_price %}{{ leg.breakthrough_price }}{% elif leg.fill_price %}{{ leg.fill_price }}{% else %}—{% endif %} | {{ leg.new_stop_loss }} | {{ leg.status_label or leg.status }} | {% if leg.status == 'pending' %} {% else %}—{% endif %} |
| 暂无 | |||||||