(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
At the core of Net DEX lies delta hedging — a risk management strategy used by market makers to stay delta-neutral. When options are bought or sold by clients, dealers accumulate exposure (positive or negative delta). To prevent directional risk, market makers hedge by buying or selling the underlying asset.
This continuous balancing act allows market makers to avoid large P&L swings due to price moves in the underlying. But this process — especially when occurring in aggregate — creates market effects that can be observed and traded around.
Net DEX Explained 5
Market Maker Goal: Stay Delta-Neutral
Market makers aim to keep their books delta-neutral. That means offsetting client-driven option flows with opposing trades in the underlying asset. For example, if a market maker sells a call option (gaining negative delta), they might hedge by buying the underlying stock or index.
The goal isn’t to make a directional bet — it’s to flatten risk. However, when positioning is one-sided, their collective hedging activity starts to influence prices, volatility, and support/resistance levels.
Positive vs Negative Net DEX
Positive Net DEX: This means market makers, on net, are long delta. They benefit if the underlying price rises. To stay delta-neutral, they will likely sell the underlying as the price rises — effectively acting as a dampener on bullish moves.
Negative Net DEX: In this case, market makers are net short delta and stand to benefit if the underlying falls. If prices drop, they will buy the underlying to hedge — which can cause sharp rebounds, squeezes, or intraday reversals.
The implications of these regimes are significant. In positive Net DEX conditions, rallies are often sold into. In negative Net DEX regimes, dips are bought — sometimes aggressively.
Effects of Net DEX on Volatility
The hedging mechanics create feedback loops:
Positive Net DEX → Damping Volatility As price rises, dealers sell the underlying to hedge — applying pressure that slows the ascent. As price falls, they buy — providing support. This results in mean-reverting behavior and lower volatility.
Negative Net DEX → Amplifying Volatility
When prices fall, market makers must buy to cover short delta — which adds fuel to rebounds. If prices rise, they may sell to re-balance. This can lead to choppy, high-volatility conditions.
Understanding the net positioning of dealers can offer clues to how responsive — or unstable — price action might be around key levels.
How Traders Can Use Net DEX
Net DEX can be used in multiple ways:
Volatility Forecasting: Knowing the net delta positioning helps predict if upcoming sessions may be calm or chaotic.
Identifying Support/Resistance: Delta clusters tend to act as “reaction zones” where hedging pressure builds.
Sentiment Gauge: Net long delta often reflects bullish sentiment among traders; net short delta often coincides with downside protection or bearish speculation.
Risk Management: Trading into areas with large dealer hedging interest can help reduce risk and improve timing.
Benefits of Using MenthorQ’s Net DEX
MenthorQ’s Net DEX model offers a visual breakdown of dealer delta positioning by strike. This allows traders to:
See where the bulk of delta exposure sits
Anticipate where hedging flows may concentrate
Map out likely inflection zones for reactions
Gauge how options market structure interacts with price action
When combined with MenthorQ’s Gamma, Vanna, and Charm models, Net DEX becomes a foundational tool for tracking the behavior of market makers — the hidden hands shaping short-term flow.
Trade Strategies Based on Net DEX
Here’s how you can translate Net DEX regimes into actual trades:
High Positive Net DEX Strategy:
Expect dealers to sell into rallies
Consider premium selling setups (e.g., call spreads, iron condors)
Use mean-reversion strategies
Favor short vol setups if realized vol remains low
High Negative Net DEX Strategy:
Expect dealers to buy dips
Favor long vol or breakout strategies
Consider long gamma trades like straddles or strangles
Prepare for intraday reversals or volatility surges
Being aligned with dealer behavior helps reduce false signals and improves the odds of staying on the right side of flow.
Support and Resistance Zones from Net DEX
When dealer delta is heavily concentrated around a specific strike (e.g., SPX 5400), price may repeatedly bounce or fail around that level due to mechanical hedging. These areas act like magnet levels, where dealer flow dominates.
Overlaying this with Gamma and options expiry data strengthens conviction in reaction zones — useful for both directional trades and volatility setups.
Pairing Net DEX With Other Tools
Net DEX doesn’t operate in isolation. Combine it with:
Gamma Exposure: Know if the market is in a “pinning” regime or has tail risk.
Vanna & Charm Models: Anticipate flows from time decay and vol shifts.
Macro Models: Layer in Fed policy, dollar strength, or geopolitical catalysts.
Technical Levels: Confirm alignment between options positioning and chart structure.
This integrated approach gives traders both flow awareness and macro context — a rare edge in volatile markets.
Conclusion: Net DEX as a Compass for Flow-Driven Markets
In a market where options activity shapes price action more than ever, tools like Net DEX offer traders a way to see what’s happening behind the curtain.
By tracking the net delta exposure of market makers, traders can better anticipate when volatility will rise or fall, where key support/resistance levels will form, and how to construct trades that align with — rather than fight — the flow.
MenthorQ’s Net DEX model provides a clean, visual, and tactical way to use this data in real time. Combined with other Q Models, it forms the backbone of a modern options trader’s playbook.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.