validate_order_before_execution
Validate trading order parameters against a full checklist before execution, ensuring compliance without staging the order.
Instructions
Re-run the full validation checklist for an order without staging it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| quantity | Yes | ||
| entry_price | Yes | ||
| stop_loss | No | ||
| target | No | ||
| product_type | No | INTRADAY |