place_order
Place buy/sell orders on Angel One for NORMAL, STOPLOSS, AMO, or ROBO varieties. Get the order ID on successful placement.
Instructions
Place a buy/sell order on Angel One. Supports NORMAL, STOPLOSS, AMO, ROBO varieties. Returns order ID on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Set true to bypass soft quantity/value limits | |
| price | No | Limit price (for LIMIT orders) | |
| variety | Yes | Order variety | |
| duration | Yes | Order duration | |
| exchange | Yes | Exchange | |
| quantity | Yes | Quantity to trade | |
| stoploss | No | Stop loss value (for BO/SL orders) | |
| ordertype | Yes | Order type | |
| squareoff | No | Square off value (for BO orders) | |
| producttype | Yes | Product type | |
| symboltoken | Yes | Symbol token from search_scrip | |
| triggerprice | No | Trigger price (for SL orders) | |
| tradingsymbol | Yes | Trading symbol (e.g. RELIANCE-EQ) | |
| transactiontype | Yes | BUY or SELL |