edgex_place_order
Place limit or market orders with user confirmation. For stock contracts during market closure, only limit orders are allowed.
Instructions
Place a limit or market order. For stock contracts during market closure, only limit orders are allowed. ALWAYS confirm with the user before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sl | No | Stop-loss trigger price | |
| tp | No | Take-profit trigger price | |
| side | Yes | Order side | |
| size | Yes | Order size in base asset (e.g. "0.01" for BTC) | |
| type | Yes | Order type | |
| price | No | Limit price (required for limit orders) | |
| symbol | Yes | e.g. BTC, ETH, SOL, TSLA |