analyze_options_strategy
Calculate max profit, loss, break-even, and Greeks for multi-leg options strategies like spreads and straddles, and visualize risk/reward with a profit/loss chart.
Instructions
Analyze an options strategy to calculate max profit, max loss, break-even points, Greeks, and generate a profit/loss chart. Supports complex multi-leg strategies like spreads, straddles, iron condors, and butterflies. Helps visualize risk/reward before entering a trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| legs | Yes | Strategy legs (options positions) | |
| symbol | Yes | Stock ticker symbol | |
| strategy | Yes | Strategy type | |
| expirationDate | Yes | Expiration date in YYYY-MM-DD format |