(function(){
var COOKIE_NAME = 'menthorq_utm_params';
var LS_KEY = 'menthorq_utm_params';
var UTM_KEYS = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content','utm_id'];
var CLICK_ID_KEYS = ['gclid','fbclid','msclkid','ttclid'];
var COOKIE_DAYS = 30;// Read UTM parameters and click IDs from current URL
var params = new URLSearchParams(window.location.search);
var trackingData = {};
var hasData = false;
var allKeys = UTM_KEYS.concat(CLICK_ID_KEYS);
for (var i = 0; i < allKeys.length; i++) {
var val = params.get(allKeys[i]);
if (val) {
trackingData[allKeys[i]] = val;
hasData = true;
}
}if (hasData) {
// Fresh tracking data found in URL — store it (overwrites previous attribution)
trackingData.captured_at = new Date().toISOString();
setCookie(COOKIE_NAME, JSON.stringify(trackingData), COOKIE_DAYS);
try { localStorage.setItem(LS_KEY, JSON.stringify(trackingData)); } catch(e) {}
return;
}// No tracking params in URL — check if cookie exists
if (getCookie(COOKIE_NAME)) return;// Cookie is missing (expired or first visit) — try to restore from localStorage
try {
var stored = localStorage.getItem(LS_KEY);
if (stored) {
var parsed = JSON.parse(stored);
if (parsed && (parsed.utm_source || parsed.gclid || parsed.fbclid || parsed.msclkid || parsed.ttclid)) {
setCookie(COOKIE_NAME, stored, COOKIE_DAYS);
}
}
} catch(e) {}// Helper: set cookie
function setCookie(name, value, days) {
var expires = new Date(Date.now() + days * 864e5).toUTCString();
var cookie = name + '=' + encodeURIComponent(value) + ';expires=' + expires + ';path=/;SameSite=Lax';
if (location.protocol === 'https:') cookie += ';Secure';
document.cookie = cookie;
}// Helper: get cookie value (returns empty string if not found)
function getCookie(name) {
var match = document.cookie.match(new RegExp('(?:^|; )' + name + '=([^;]*)'));
return match ? decodeURIComponent(match[1]) : '';
}
})();
var breeze_prefetch = {"local_url":"https://menthorq.com","ignore_remote_prefetch":"1","ignore_list":["/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
Market Maker Positioning: When the market maker is short gamma, they lose money if the underlying moves too far from the current price. To hedge, they sell into rising markets and buy into falling markets.
Volatility Effect: Selling into up-moves and buying into down-moves amplifies price swings, increasing realized volatility.
Support/Resistance Dynamics:
Negative Gamma Above Spot: Acts as resistance, because if price rises, market makers must sell more of the underlying (or futures) to remain hedged.
Negative Gamma Below Spot: Acts as support, because a falling price prompts market makers to buy, slowing the decline.
1.2 Positive Gamma
Market Maker Positioning: When the market maker is long gamma, they gain from larger price moves and are motivated to buy into rallies and sell into dips to remain delta-neutral.
Volatility Effect: This typically dampens volatility because the hedging flow is counter-cyclical—selling when prices rise and buying when they fall.
Support/Resistance Dynamics:
Positive Gamma Above Spot: Price may find resistance, as the dealer can offload some of their long positions once price pushes higher, stabilizing or capping the rally.
Positive Gamma Below Spot: Often provides support, because if the market dips into a positive gamma zone, dealers buy to hedge, propping up the price.
2. Nuance in Price Action: Considering IV Levels
2.1 If Price Is Rising
Negative Gamma Above:
High IV: The rally may stall once price reaches the negative gamma zone, as market makers’ forced selling meets heightened volatility. This often cues a short opportunity after IV cools.
Low IV: The market can drift upward more smoothly but may still hit a ceiling at negative gamma resistance, where short gamma dealers intensify selling to hedge.
Positive Gamma Above:
High IV: The rally encounters a more moderate but still effective resistance zone if implied volatility is elevated. Price can be rejected, although the reaction may be less dramatic than with short gamma.
Low IV: The rise can be gradual and controlled, with positive gamma resistance gently slowing the rally rather than abruptly reversing it.
2.2 If Price Is Falling
Negative Gamma Below:
High IV: While volatility is high, the negative gamma zone below spot can stabilize declines. Dealers buy to hedge as price nears this zone, potentially creating a supportive floor if IV begins to recede.
Low IV: A more orderly drop that eventually hits negative gamma support, where forced dealer buying can spark a bounce if the market doesn’t break the level decisively.
Positive Gamma Below:
High IV: The presence of positive gamma acts as a robust cushion if the market slides. Elevated IV indicates market stress, but the positive gamma zone can cause dealers to buy, limiting downside.
Low IV: With stable, lower implied volatility, the support is even more predictable. Price action tends to consolidate or rebound at positive gamma support due to consistent hedging flows.
3. Actionable Scenarios
Negative Gamma Resistance (High IV): When the market rallies toward a negative gamma zone above spot, watch for IV to stay high. Once the rally stalls, a short setup emerges if volatility also starts dropping.
Positive Gamma Resistance (Low IV): Price may ascend smoothly into a positive gamma zone. The final push often slows, so traders might take partial profits on long positions or initiate low-risk shorts if momentum fades.
Negative Gamma Support (High IV): A sharp sell-off can pause at negative gamma support. If implied volatility begins to fade near that level, it’s a strong sign the market may bounce.
Positive Gamma Support (Low IV): With low volatility, a controlled decline is likely to find a firm floor at positive gamma. A bounce or consolidation usually follows, offering an attractive long opportunity.
4. An Illustrative Scenario: A 20-Delta Put Moving Toward ATM
4.1 Delta Shift as the Underlying Approaches the Strike
Initial Setup: Suppose an SPX put is initially at a 20-delta with a strike of 5650. That indicates relatively moderate downside probability.
Price Decline: As SPX falls closer to 5650, the put becomes more likely to expire in the money, and its delta increases toward -50 or -60. This delta shift marks a transition from OTM to near-ATM status.
4.2 Dealer’s Hedging Activity and Support Effect
Dealer’s Risk: The dealer is short that put. As delta grows more negative, the dealer’s potential loss if the market keeps dropping rises.
Hedge Mechanics: To offset this growing negative delta, the dealer must buy more futures. When the market hits or approaches 5650, the ramped-up buying of futures can curb the decline and form support.
Stabilizing Force: If SPX hovers around 5650 without a decisive breakdown, the dealer’s continuous hedging means they’re regularly adding buy orders to balance the put’s rising delta. This repeated buying acts like a “floor.”
Potential Reversal: If the market bounces from 5650, the dealer no longer needs as large of a short hedge and may buy back more futures (unwinding partial hedges), reinforcing the bounce.
4.3 Practical Implication
If you notice an SPX put strike near the current price transitioning from 20-delta to near 50-delta, watch for a cluster of support around that strike.
If implied volatility is spiking amid this transition, the support can be even stronger because dealers become more aggressive hedgers, fearing large downside.
A successful hold or bounce near the strike can produce a short-term reversal rally, partly fueled by dealer unwinding as price stabilizes.
5. Key Takeaways for Traders
Track Gamma Levels in Relation to Spot: Understand which strikes are negative gamma vs. positive gamma, and note whether they lie above or below the current spot price.
Combine IV Analysis with Gamma States: A negative gamma zone with high IV fosters abrupt reversals; positive gamma with low IV fosters stable, slower moves.
Watch the Evolving Delta of Near-ATM Options: As a once-OTM put or call creeps toward ATM territory, dealer hedging escalates, forming potential support or resistance.
Manage Risk Around Known Gamma Zones: If you’re looking to take a long position into a falling market, waiting for it to hit negative gamma support—and for IV to taper—can improve your odds. For short setups, look for rallies into negative gamma or even positive gamma overhead combined with failing momentum.
Conclusion
Gamma states and implied volatility levels provide a powerful lens for understanding how market makers’ hedging flows influence short-term price action. Negative gamma tends to exacerbate volatility, while positive gamma stabilizes it—yet the interplay isn’t just binary.
Nuances arise in whether gamma zones lie above or below the current price and in how IV levels evolve during the approach. The example of a 20-delta put transitioning toward ATM illustrates how a rising delta can prompt dealers to buy more futures, creating a supportive floor if price hovers near that option’s strike.
By weaving these concepts together, traders can refine entry and exit decisions, exploiting or avoiding large swings that often appear “unexpected” to those who aren’t watching the gamma/IV puzzle.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.