get_option_pressure
Identify options max-pain, gamma walls, and expected move ranges for any stock or ETF to locate price magnets and support/resistance levels before expiry.
Instructions
Retrieve options-market positioning and dealer-hedging pressure zones.
Use this tool when:
You want to identify max-pain price (where option sellers face least loss at expiry) as a gravitational target near expiration.
You need to locate gamma walls (strike clusters with large open interest) that act as price magnets or resistance/support levels.
You want the expected-move range implied by the options market for the current weekly/monthly expiry cycle.
Parameters
symbol : str Exchange ticker in uppercase, e.g. "AAPL", "SPY", "NVDA".
Returns
dict with keys: symbol : str — normalized ticker max_pain : float — max-pain strike price gamma_wall : float — largest gamma concentration strike expected_move : float — ±expected move in dollars for nearest expiry squeeze_target: float — upside squeeze price target expiry_date : str — target expiry date (YYYY-MM-DD) pressure_zones: list — list of significant strike/OI concentration dicts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |