place_iceberg_order
Place an iceberg order to split a large trade into smaller disclosed quantities, hiding the total order size while executing the full amount.
Instructions
Place Iceberg Order - large order split into smaller disclosed quantities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Order tag | |
| price | Yes | Limit price (mandatory for iceberg) | |
| broker | No | Specific broker (optional, uses active if not specified) | |
| product | Yes | Product type | |
| exchange | Yes | Exchange | |
| quantity | Yes | Total order quantity | |
| validity | No | Order validity | |
| trading_symbol | Yes | Trading symbol | |
| transaction_type | Yes | Transaction type | |
| disclosed_quantity | Yes | Quantity disclosed to market (must be less than total) |