Reduce futures grid position
pionex_bot_reduce_futures_gridReduce position size of a Pionex futures grid bot order. Specify bot order ID, current price, and reduction amount to lower exposure on an existing strategy.
Instructions
Reduce futures grid position
Reduce position size of a futures grid order. Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slippage | No | Reduction slippage | |
| buOrderId | Yes | Bot order ID | |
| condition | No | Trigger reduction price (must be > 0) | |
| openPrice | Yes | Current price | |
| reduceNum | Yes | Reduction amount: order precision * reduceNum | |
| conditionDirection | No | Trigger direction: "1" (above current) or "-1" (below current) |