(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
What is net GEX? Gamma measures how an option’s delta changes as the underlying price moves. Dealers who sell options must hedge this changing delta by buying or selling the underlying asset. When this gamma exposure is aggregated across all options, the resulting hedging pressure, known as net GEX becomes a measurable structural force in the market.
Net GEX combines the gamma exposure from both call and put options across strikes and expirations. The result is a net value that reflects whether call gamma or put gamma dominates.
What Is Net GEX? 17
Positive Net GEX indicates that call gamma outweighs put gamma. In this environment, dealer hedging tends to dampen volatility. As price rises, dealers sell into strength. As price falls, they buy into weakness. This behavior creates stabilization, mean reversion, and slower price movement.
Negative Net GEX indicates that put gamma dominates. In this case, dealer hedging amplifies price movement. Dealers are forced to buy as price rises and sell as price falls, increasing volatility and accelerating trends. Negative Net GEX environments are often associated with sharp directional moves and unstable price action.
Net GEX directly influences how price behaves around specific levels. Strikes with large gamma concentrations often act as reaction zones where price stalls, reverses, or accelerates.
In positive Net GEX environments, these zones behave like magnets. Price is pulled toward them and often pinned as hedging flows counteract movement. In negative Net GEX environments, the same zones can act as launch points, where price rapidly moves away once hedging flows flip.
Net GEX also provides insight into volatility expectations. Markets dominated by positive gamma tend to experience compressed volatility and choppy ranges. Markets dominated by negative gamma are prone to expansion, momentum, and disorderly moves. Shifts in Net GEX often precede changes in market behavior, making it a valuable forward-looking indicator.
Expiration Structure And The Three-Day View
Not all gamma exposure matters equally. Time to expiration plays a critical role in how powerful gamma effects become. Short-dated options, particularly those within zero to three days to expiration, carry the most immediate hedging impact. Our tool allows you to track 0DTE NetGex for tickers that have available contracts like the SPX.
What Is Net GEX? 18
Looking at Net GEX across all expirations provides a broad structural backdrop, but breaking it down by specific expirations adds precision. This is why analyzing the next expiration, the following expiration, and the expirations with the highest and second-highest gamma exposure is so important. In this chart you can see the EOD expiration for the active month to see which strike levels have more probabilities of becoming key reaction zones.
What Is Net GEX? 19
Short-dated expirations tend to influence intraday price behavior. Monthly or high-gamma expirations shape swing-level reaction zones. By separating these layers, traders can distinguish between short-term noise and structurally meaningful levels that may remain relevant over multiple sessions.
How MenthorQ Visualizes Net GEX
MenthorQ visualizes Net GEX through three complementary perspectives that together form a complete structural framework.
The two which you have already seen, the view aggregates Net GEX across all expirations and 0DTEs, providing a high-level picture of whether the market is broadly in a positive or negative gamma regime. This view helps define the overall volatility environment and directional risk.
The second view breaks Net GEX down by multiple expirations simultaneously. By displaying the nearest expirations alongside the expirations with the highest gamma exposure, traders can see how short-term and longer-term positioning interact. This is critical for identifying reaction zones that matter beyond the current session.
What Is Net GEX? 20
The third view organizes Net GEX into a detailed grid that highlights strike-level exposure which we call the Option Matrix, changes in gamma over time, and key structural levels such as call resistance, put support, and the high-volatility level. This allows traders to monitor how positioning evolves and whether gamma is building, decaying, or shifting across the curve.
What Is Net GEX? 21
Together, these views transform raw options data into a usable map of market structure.
Learn how to use the Net GEX.
Conclusion
Net GEX is not a predictive signal in isolation. It is a structural lens that explains why markets behave the way they do. By revealing where dealer hedging stabilizes price and where it destabilizes it, Net GEX helps traders understand support, resistance, volatility, and regime shifts with greater clarity.
As options markets continue to dominate price discovery, tools like Net GEX are no longer optional for serious traders. They provide context that price charts alone cannot offer. When combined with disciplined risk management and broader market analysis, Net GEX becomes a powerful framework for navigating modern markets with structure rather than speculation.