(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
This formula captures the net directional exposure of outstanding options contracts.
Call options have positive delta: they gain value when the underlying asset goes up.
Put options have negative delta: they gain value when the underlying goes down.
So, when the market has more call delta than put delta, Net Delta will be positive, implying an overall bullish skew. When put delta dominates, Net Delta turns negative, suggesting bearish tilt.
However, interpreting this number requires a deeper understanding of who is holding these positions and how they hedge.
The Two Sides: Customers vs. Dealers
Every options trade has two sides, a customer and a market maker (dealer). In most cases, MenthorQ’s Net DEX (Delta Exposure Index) assumes that the customer is initiating the trade, while the market maker is taking the opposite side.
This is crucial because market makers typically don’t want directional exposure. Their goal is to remain delta-neutral, so they hedge their positions by buying or selling the underlying asset (like SPX futures or stocks).
A Simple Example:
Suppose customers buy a large number of call options.
Those calls have positive delta, meaning the customer will profit if the market rises.
The dealer who sold those calls is short delta, and to hedge, they buy the underlying (e.g., SPX futures).
Therefore, a positive Net Delta (from the customer side) means dealers are long the underlying, having hedged their short options delta.
This is an example of MenthorQ’s NetDex
Net Delta: Understanding Dealer and Customer Positioning 8
MenthorQ Net DEX: What You’re Really Seeing
MenthorQ’s Net DEX tool analyzes customer positioning, it aggregates net delta exposure based on what customers are holding across strikes and expirations.
But to use it effectively, traders must understand that:
If customers are long delta (Net DEX is positive), then dealers are short delta and must hedge by buying.
If customers are short delta (Net DEX is negative), then dealers are long delta and hedge by selling.
So when viewing Net DEX, always flip the perspective to think about what dealers must do to remain hedged.
Why Net Delta Matters for Market Behavior
Here’s where Net Delta becomes incredibly powerful: as options expire, those deltas disappear. And so do the corresponding dealer hedges.
Let’s walk through what that means:
Scenario 1: High Positive Net Delta Expires
Customers are long delta (calls or short puts).
Dealers are short delta, hedged by buying the underlying.
Once the options expire, dealers no longer need to hold that hedge.
Result: dealers sell the underlying, which can put downward pressure on the market.
Scenario 2: High Negative Net Delta Expires
Customers are short delta (long puts or short calls).
Dealers are long delta, hedged by selling the underlying.
After expiration, dealers unwind those short hedges.
Result: buying flows enter the market, potentially lifting prices.
Net Delta: Understanding Dealer and Customer Positioning 9
These flows can be non-fundamental, driven entirely by positioning — and they often result in price reversals or trend acceleration, especially around major expiration dates.
How to Use Net Delta in Trading
Net Delta (via MenthorQ’s Net DEX) is a positional roadmap. Here are ways to apply it:
Anticipate Hedging Flows
Watch for extreme Net Delta readings ahead of large expiration events (like monthly OPEX or quarterly triple witching). Ask:
Are dealers sitting on a big delta hedge they may need to unwind?
What direction is that unwind likely to go?
Identify Pinning or Expansion Zones
Combine Net Delta with tools like Net Gamma Exposure (GEX). If delta and gamma are both concentrated around certain strikes, you may see pinning effects — price hovering around those strikes as hedging flows cancel out.
But if gamma is low and Net Delta is high, that’s a setup for fast movement once hedging disappears.
3. Watch for Post-OPEX Reversals
After expiration, big Net Delta positions vanish — and that often leads to price moves in the opposite direction of the dominant delta exposure.
Example:
If Net DEX showed strong positive delta into expiration and the market drifted up, watch for post-expiry weakness as hedges unwind.
Real-World Example
Imagine SPX is trading at 5000 and Net DEX shows strong positive delta from customer call positions between 4950 and 5050. That means:
Customers are long delta in that zone.
Dealers are short delta and have long hedges.
As those options approach expiry (say, Friday), the dealer demand to stay long decreases.
After expiry, those futures may be sold, putting pressure on SPX.
Being aware of this timing and positioning lets you front-run or fade potential flows.
Conclusion: Net Delta Is a Mirror, Flip It
Net Delta is an essential lens for viewing market structure, but only if you interpret it correctly.
Net Delta shows customer delta exposure.
That implies dealer hedging needs, which drive real-time flows.
Around expirations, these flows disappear, often causing reversals or price accelerations.
MenthorQ’s Net DEX gives traders a clear, data-driven view of this exposure, but the key is in the flip:
You’re not trading against the customer. You’re trading with or against the dealer’s hedge.
Understanding that dynamic, and applying it with timing, turns Net Delta from a confusing number into a powerful directional tool.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.