spread_strangle
Evaluate a long strangle strategy by buying an OTM call and put for a symbol and expiry. Input strikes to analyze potential returns and risk.
Instructions
Analyze long strangle (buy OTM call + OTM put).
Args: symbol: Ticker symbol expiry: Expiration date (YYYY-MM-DD) put_strike: Put strike (below current price) call_strike: Call strike (above current price)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiry | Yes | ||
| symbol | Yes | ||
| put_strike | Yes | ||
| call_strike | Yes |