create_contract
Define a trading contract with type, symbol, and optional details for stocks, options, futures, forex, indices, CFDs, crypto, or bonds.
Instructions
Create a contract for trading. Types: stock, option, future, forex, index, cfd, crypto, bond.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_type | Yes | Contract type | |
| symbol | Yes | Symbol (e.g., AAPL, EURUSD) | |
| exchange | No | Exchange | SMART |
| currency | No | Currency | USD |
| expiry | No | Expiry date for options/futures (YYYYMMDD) | |
| strike | No | Strike price for options | |
| right | No | Option right: C (call) or P (put) | |
| multiplier | No | Contract multiplier |