set_stop_loss
Set a stop-loss order on an existing position to limit downside risk. Specify the trading pair and stop price; position size auto-detects from your current holdings.
Instructions
Set ONLY a stop loss order for an EXISTING position
Args: coin: Trading pair (e.g., "BTC", "ETH") - must have an existing position stop_loss_price: Stop loss price position_size: Position size (will auto-detect from existing position if not provided)
Note: This is specifically for setting ONLY stop loss on EXISTING positions. Use set_take_profit_stop_loss if you want both TP and SL, or place_bracket_order for new positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | ||
| position_size | No | ||
| stop_loss_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||