Draft Order
draft_orderDraft a stock order (buy/sell) with symbol and quantity for human review and approval. Prevents automatic order execution, requiring manual confirmation in the dashboard.
Instructions
Drafts an order for human review and approval in the Streamlit Dashboard. For safety, the assistant 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. |