trading_place_algo
Place conditional orders (stop loss, take profit, trailing stop) on Binance futures. Specify symbol, side, type, quantity, and trigger price to automate trade management.
Instructions
下条件单(止损/止盈/跟踪止损)。algoType 固定为 CONDITIONAL。type 支持 STOP/STOP_MARKET/TAKE_PROFIT/TAKE_PROFIT_MARKET/TRAILING_STOP_MARKET
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 如 BTCUSDT | |
| side | Yes | 方向 BUY=买入 / SELL=卖出 | |
| type | Yes | ||
| quantity | No | ||
| price | No | ||
| triggerPrice | No | 触发价格 | |
| positionSide | No | 持仓方向(双向持仓模式时需指定) | |
| reduceOnly | No |