place_bracket_order
Place a bracket order with stop loss and square-off target for any symbol across exchanges, with optional trailing stop loss.
Instructions
Place Bracket Order (BO) - order with both stop loss and target
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Order tag | |
| price | Yes | Limit price (mandatory for BO) | |
| broker | No | Specific broker (optional, uses active if not specified) | |
| exchange | Yes | Exchange | |
| quantity | Yes | Number of shares | |
| stoploss | Yes | Stop loss price (mandatory) | |
| squareoff | Yes | Square off/target price (mandatory) | |
| trading_symbol | Yes | Trading symbol | |
| transaction_type | Yes | Transaction type | |
| trailing_stoploss | No | Trailing stop loss (optional) |