prepare_order
Validate and stage an order for approval. Returns a token for human authorization; delivery sells are displayed as recommendations only.
Instructions
Validate and STAGE an order. Never executes. In live mode returns an approval_token; the human must approve before execution. Delivery sells are blocked and returned as recommendation-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| quantity | Yes | ||
| entry_price | Yes | ||
| stop_loss | No | ||
| target | No | ||
| product_type | No | INTRADAY | |
| order_type | No | MARKET |