{% include 'strategy_subnav.html' %}
执行前可用开发者工具 POST /strategy/roll/preview 查看 JSON 预览。
| ID | 币种 | 方向 | 腿数 | 首仓TP | 当前SL |
|---|---|---|---|---|---|
| {{ 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 %} |
| 暂无 | |||||
| # | 组 | 方式 | 张数 | 新SL | 状态 |
|---|---|---|---|---|---|
| {{ leg.leg_index }} | {{ leg.roll_group_id }} | {{ leg.add_mode }} | {{ leg.amount }} | {{ leg.new_stop_loss }} | {{ leg.status }} |
| 暂无 | |||||