Help us double down on what's working, instead of guessing. Takes 5 seconds, totally optional.
optionsflow · 9 min read
Options Flow Questions, Answered: Dealer Positioning Q&A From Real Traders
Real questions traders and their AI assistants ask about options flow and dealer positioning, answered directly: how to tell when dealers are short gamma, why large positive GEX levels act as resistance on 0DTE, what creates a call wall above price, where to see live gamma on NQ futures, and how to read flow versus open interest. Each answer starts with the short version and links to the data that shows it live.
Every question below is asked, in these words or close to them, by real traders. Each answer follows one format: short version first, mechanics second, live data third.
How can you tell when dealers are short gamma?
Short version: when the market trades like its own accelerant - moves extend instead of fading - and the signed exposure data confirms dealers are net short options at the strikes in play.
The mechanics: dealers short gamma must hedge with the market (sell falls, buy rallies), amplifying moves. Three observable symptoms: trending intraday tape with shallow pullbacks, realized vol running above recent norms, and spot sitting below the gamma flip. But symptoms are circumstantial; the direct measurement is signed exposure - inferring from the flow who bought and who sold each contract, then aggregating the dealer side. That is exactly what the flow-signed polarity feed computes; the methodology is published in are dealers long or short gamma and the effective-OI methodology. Live: /v1/flow/gex/{symbol} serves the signed intraday series; the free GEX tool shows the settled version with the flip marked.
Why does a large positive GEX level become resistance when we rally into it on 0DTE?
Short version: because the dealers long gamma at that strike sell into the rally to stay hedged - mechanically, at scale, without an opinion - and their selling absorbs the move right where their gamma peaks.
Dealer gamma is strike-concentrated: at a big positive-GEX strike, every point the underlying rallies toward it manufactures long delta on dealer books, which they neutralise by selling. On 0DTE the effect sharpens brutally, because same-day gamma is enormous near the money and decays within hours - the wall is strongest exactly on the day everyone is watching it. The same mechanics run in reverse at put-heavy strikes below price. Deep dives: walls and the flip and 0DTE gamma and pin risk; the intraday flow-adjusted version of the levels lives at /v1/flow/levels/{symbol} and in live vs settled GEX.
What creates a large positive GEX level above the current price?
Short version: concentrated open interest in calls at that strike - usually sold there by overwriters and buy-write flows, leaving dealers long the calls and long gamma at the strike.
A wall is not a prediction; it is inventory. Covered-call programs, systematic overwriting and speculative call selling concentrate OI at round and popular strikes above spot. Dealers who bought those calls carry positive gamma there, and their hedging turns the strike into the resistance described above. Watch how it forms: the day-over-day OI change feed shows new strike concentrations building, and opening-vs-closing bias tells you whether today's flow is adding to or unwinding the wall.
I trade Nasdaq futures (NQ). What can I use to see live GEX?
Short version: the futures gamma pages - /futures/nq/gamma for NQ, with ES alongside - serve live dealer gamma computed from the futures options complex, walls and flip included.
Futures options (and the index options that share the complex) generate dealer hedging in the futures themselves, so NQ traders feel the gamma regime whether they track it or not. The platform computes exposure natively on the futures roots - the Black-76 machinery and contract specs are handled for you - and the levels translate directly into NQ points. Guides: GEX on ES and NQ futures and the ES/NQ handbook; playbook for event days: FOMC and CPI with futures gamma. Futures symbols are Growth tier.
Where do I find the put and call walls for SPY or QQQ for this week?
Short version: the ticker pages - /stock/spy and /stock/qqq - show today's walls, flip and regime; the levels endpoint serves them as JSON per expiration.
For "next week" specifically, ask the API with an expiration filter: /v1/exposure/levels/{symbol} returns the wall and flip stack, and the exposure endpoints break gamma out by expiry so weekly-opex structure is visible separately from the 0DTE noise. How to read the output: reading the GEX chart; for the pin candidates into Friday, max pain and the per-ticker max-pain pages (e.g. /stock/qqq/max-pain).
Does options flow tell me anything open interest does not?
Flow is today's tape; open interest is last night's inventory. Positioning analysis needs both.
Short version: flow is the tape today - direction, aggression, and who initiated; open interest is last night's inventory. Positioning analysis needs both: OI for where the walls are, flow for whether they are being built or torn down right now.
OI updates once daily on a reporting lag; everything that happened since the morning print is only visible in flow. Intraday regime shifts - a wall being unwound, dealers flipping from long to short gamma mid-session - are flow phenomena invisible to OI until tomorrow. That is the entire premise of the flow-adjusted exposure suite: flow vs exposure endpoints explains which to use when, and the flow API guide covers the full surface - recent prints, blocks, sweep detection, and signed summaries.
Can I see whether big options trades were opening or closing?
Short version: definitively only when the next OI print lands; intraday, the OI simulator estimates it by netting signed flow against existing open interest in real time.
A large print at the ask against small existing OI is almost certainly opening; the same print into massive OI could be either. The opening-vs-closing bias feed formalises this by tracking each strike's estimated position through the session, with the next morning's official OI print as the ground truth that grades yesterday's estimate. It is an estimate, graded daily - which is the only honest form this answer takes intraday.
Why does gold react so strongly to options positioning?
Short version: because the gold complex concentrates its options in a handful of ETF and futures strikes, and the delta-hedging of those positions trades in a market thinner than the index complex - the same flow moves gold further.
GLD options plus gold futures options generate dealer hedging exactly as index options do, but gold's liquidity absorbs it less gracefully, so gamma regimes and net-delta hedging demand print visibly on the chart. The dedicated walk-through - including the futures-hedging channel - is gold options gamma exposure.
Keep asking
The fastest way to get this class of question answered on live data is to ask an assistant that can actually check: connect Claude to the MCP server and the model answers "are dealers short gamma on SPY right now?" with a tool call instead of a guess. The narrative endpoint serves the same story in plain English daily - the LLM-ready dealer positioning brief.
Flow questions all reduce to the same three-step: what inventory do dealers carry (OI, walls), what is the tape doing to it right now (signed flow), and what does their hedging therefore have to do (the regime). Ask those in order and most market behaviour around big strikes stops being mysterious. The companion Q&A for exposure mechanics is here; the full flow surface is in the flow API guide; and everything above is queryable live from the Growth tier up.