spread_iron_condor
Analyze an iron condor options strategy by providing symbol, expiry, and strikes for long/short puts and calls. Assess potential profit, loss, and key levels for this multi-leg trade.
Instructions
Analyze iron condor (sell strangle + buy protective wings).
Args: symbol: Ticker symbol expiry: Expiration date (YYYY-MM-DD) put_long: Long put strike (lowest) put_short: Short put strike call_short: Short call strike call_long: Long call strike (highest)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiry | Yes | ||
| symbol | Yes | ||
| put_long | Yes | ||
| call_long | Yes | ||
| put_short | Yes | ||
| call_short | Yes |