draft_order
Draft trade orders for human review. Orders are not executed directly; manual approval is required.
Instructions
Drafts an order for human review and approval in the Streamlit Dashboard. For safety, Claude NEVER places orders directly. All orders must be drafted and manually approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | BUY or SELL. | |
| symbol | Yes | Ticker symbol (e.g. AAPL, TSLA). | |
| quantity | Yes | Number of shares. | |
| order_type | No | LMT (Limit) or MKT (Market). | LMT |
| limit_price | No | The limit price if order_type is LMT. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |