(function(){
var CN = 'menthorq_utm_params';
var LK = 'menthorq_utm_params';
var UK = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content','utm_id'];
var CK = ['gclid','fbclid','msclkid','ttclid','twclid'];
var CD = 30;
var AK = UK.concat(CK);function sC(n,v,d){var e=new Date(Date.now()+d*864e5).toUTCString();var c=n+'='+encodeURIComponent(v)+';expires='+e+';path=/;SameSite=Lax';if(location.protocol==='https:')c+=';Secure';document.cookie=c;}
function gC(n){var m=document.cookie.match(new RegExp('(?:^|; )'+n+'=([^;]*)'));return m?decodeURIComponent(m[1]):'';}
function sv(d){var j=JSON.stringify(d);sC(CN,j,CD);try{localStorage.setItem(LK,j);}catch(e){}}
function hk(o){if(!o)return false;for(var i=0;i<AK.length;i++)if(o[AK[i]])return true;return false;}
function nm(d){if(!d)return null;if(d.first)return d;if(hk(d))return{first:d,last:d};return null;}
function ld(){var r=gC(CN);if(r){try{var n=nm(JSON.parse(r));if(n)return n;}catch(e){}}try{var s=localStorage.getItem(LK);if(s){var n=nm(JSON.parse(s));if(n)return n;}}catch(e){}return null;}
function mg(p,n){var o={};if(p)for(var k in p)o[k]=p[k];for(var k in n)o[k]=n[k];return o;}var ps = new URLSearchParams(window.location.search);
var fd = {}, has = false;
for (var i = 0; i < AK.length; i++) {
var v = ps.get(AK[i]);
if (v) { fd[AK[i]] = v; has = true; }
}// Click-ID synthesis: when only a click-id is present (no utm_source), derive
// utm_source/utm_medium so downstream analytics groups under the right channel.
var SY = {
gclid: ['google', 'cpc'],
fbclid: ['facebook', 'cpc'],
msclkid: ['bing', 'cpc'],
ttclid: ['tiktok', 'cpc'],
twclid: ['twitter', 'cpc']
};
if (has && !fd.utm_source) {
for (var sk in SY) {
if (fd[sk]) { fd.utm_source = SY[sk][0]; fd.utm_medium = SY[sk][1]; break; }
}
}if (has) {
fd.captured_at = new Date().toISOString();
var ex = ld();
// Last-touch: merge new fields ON TOP of previous last (preserva campi pregressi)
var newLast = ex && ex.last ? mg(ex.last, fd) : fd;
// First-touch: se ex.first ha almeno un UTM, e' completo e sticky.
// Se ex.first esiste ma e' click-id-only (orphan), completa con i campi nuovi.
// Se ex.first non esiste, usa fd come first.
var newFirst;
if (ex && ex.first) {
var firstHasUtm = false;
for (var i = 0; i < UK.length; i++) if (ex.first[UK[i]]) { firstHasUtm = true; break; }
newFirst = firstHasUtm ? ex.first : mg(ex.first, fd);
} else {
newFirst = fd;
}
sv({first: newFirst, last: newLast});
return;
}var raw = gC(CN);
if (raw) {
try {
var p = JSON.parse(raw);
if (!p.first && hk(p)) sv({first: p, last: p});
} catch(e) {}
return;
}try {
var s = localStorage.getItem(LK);
if (s) { var n = nm(JSON.parse(s)); if (n) sv(n); }
} catch(e) {}
})();
var breeze_prefetch = {"local_url":"https://menthorq.com","ignore_remote_prefetch":"1","ignore_list":["/account/","/login/","/thank-you/","/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
The Core Mechanic: Delta Hedging and Implied Volatility
Every time an investor buys or sells an option, a dealer sits on the other side of the trade. To remain neutral, dealers must delta hedge, meaning they buy or sell the underlying asset in proportion to the option’s delta. But delta isn’t static. It shifts based on three major inputs:
Underlying price
Time decay
Implied volatility
This third input, IV, is especially important during macro events, earnings, or periods of stress, as volatility repricing can force large, reflexive hedging flows.
Dealer Hedging by Option Type and IV Regime
To make sense of the interactions, we look at a two-dimensional framework:
Customer Position: Long or short, ITM or OTM, calls or puts.
Implied Volatility Change: Increasing or decreasing.
Each cell in this matrix dictates a change in delta for the dealer, and thus a hedging action in the underlying index or stock.
When Implied Volatility Goes Up
Here’s what happens when implied vol rises:
Volatility-Driven Flows 8
This regime creates a mix of buy and sell flows, but several key patterns emerge:
Long OTM Calls and Short OTM Puts create dealer buying pressure — often seen during bullish volatility surges.
Long OTM Puts becoming ITM flips GEX and VEX, and forces dealer selling — this is how panic cascades begin.
Short ITM Calls becoming more sensitive (i.e., higher delta) force dealers to buy aggressively into rallies.
When Implied Volatility Goes Down
When IV contracts, option deltas also shift: but in the opposite direction.
Volatility-Driven Flows 9
In this lower-volatility regime:
Dealer hedging tends to stabilize the market, especially when short OTM calls and long ITM calls dominate.
Dealer selling of the underlying is less intense, and the flows are often smaller than in volatility spike environments.
Notably, if dealers are long gamma, falling IV reinforces that positioning, keeping markets pinned or range-bound.
Feedback Loops: From Skew to GEX to Market Impact
This grid is not just theoretical. Real-world options positioning, especially in index options like SPX, leads to reflexive behaviors:
When implied volatility rises, delta increases on OTM options.
Dealers must buy underlying to hedge long gamma or sell to hedge short gamma.
These flows impact price, which further alters delta and IV, creating a feedback loop.
This is particularly visible during macro stress events, where customer hedging demand (buying OTM puts) causes:
Dealers to sell futures to stay hedged.
Index prices to fall.
Deltas on puts to rise.
More dealer selling.
A similar mechanism works in reverse during bear market rallies, where falling VIX and collapsing skew force dealer buying.
Practical Implications for Traders
Watch GEX and VEX
High GEX = dealers are long gamma = stabilizing flows.
Negative VEX = dealers short vega = sensitive to vol changes.
Follow Vol Regimes
Rising IV = higher reflexivity and more volatile hedging activity.
Declining IV = compressed flows, often conducive to reversion trades.
Don’t Ignore Positioning Context
Expiry timing, open interest concentrations, and dealer inventory all matter.
Use tools like Options Score, Skew, and Dealer Delta Exposure to gauge crowding.
Conclusion: Dealer Hedging Is the Engine Behind Price Reflexivity
Understanding how option dealers hedge based on changes in delta, which in turn is impacted by implied volatility shifts, unlocks a powerful edge for traders. The framework above, while simplified, is applicable to many real-world flows in SPX, QQQ, single stocks, and even macro options like VIX.
Every tick in implied volatility doesn’t just alter option value, it sets off a chain of rebalancing actions that pull liquidity into or out of the market. The more aware you are of where the crowd is positioned and how vol is changing, the more effectively you can anticipate the next major inflection point.
Let volatility be your signal: not just your risk.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.