get_strategies
Build iron condor option strategies for an underlying, specifying target days to expiration, wing width, and short strike delta to generate the option legs and probability of profit.
Instructions
Build candidate iron condor setups for an underlying.
Selects an expiration near target_dte and proposes an iron condor
with short strikes around the given target delta and the requested wing
width. Returns the four legs (short/long put, short/long call) and an
estimated probability of profit.
Args: symbol: Underlying ticker symbol, e.g. "SPY". target_dte: Desired days to expiration (default 45). wing_width: Distance in strikes between short and long legs. short_delta: Target absolute delta for the short strikes (~0.16 corresponds to roughly a 1-standard-deviation short strike).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| target_dte | No | ||
| wing_width | No | ||
| short_delta | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||