futures_quick_order
Set stop-loss or take-profit orders for Binance futures by specifying current price and offset percentage. Automatically calculates trigger price and places conditional order.
Instructions
一键设置止损或止盈单。传入当前价格和偏移百分比,自动计算触发价并下条件单
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 | |
| side | Yes | 持仓方向对应的平仓方向 | |
| positionSide | No | 持仓方向,双向持仓模式必填 | |
| orderType | Yes | 订单类型:STOP_LOSS=止损, TAKE_PROFIT=止盈 | |
| currentPrice | Yes | 当前参考价格 | |
| offsetPercent | Yes | 偏移百分比,如"5"表示 5%。止损=低于现价,止盈=高于现价 | |
| quantity | No | 平仓数量,不传则传 closePosition=true 全平 |