prepare_order
Validate and stage a trading order without execution; returns an approval token requiring human confirmation before live execution.
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 |