(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
Gold Futures, Gold ETFs, and Where Gamma Comes From
Gold can be traded through several instruments, but the two most important for gamma analysis are gold futures and gold ETFs.
Gold futures, such as the GC contract traded on COMEX, are standardized agreements to buy or sell a fixed amount of gold at a future date. These contracts are highly liquid, margin-based, and heavily used by institutions, hedgers, and active traders. The options written on gold futures form one of the deepest sources of gold gamma exposure in the market.
Gold ETFs, most notably GLD, offer a more accessible vehicle for investors seeking exposure to gold prices without trading futures. While GLD represents shares backed by physical gold, the options market on GLD is extremely active and contributes meaningful gamma exposure that can influence short-term price behavior.
Gamma levels are derived from these options markets. By aggregating open interest across strikes and expirations, traders can identify price zones where dealer hedging activity is likely to intensify. These zones often act as support, resistance, or volatility triggers, regardless of whether the underlying exposure comes from futures options or ETF options.
You can find both GLD and GC in MenthorQ dashboard together with an immediate summary of price, volatility and our Q-Scores.
Gamma measures how quickly delta changes as price moves. For dealers who sell options, this creates a need to dynamically hedge using the underlying asset. The larger the gamma exposure at a given price level, the more aggressive that hedging activity becomes.
When dealers are long gamma, their hedging flows tend to dampen price movement. They sell gold as price rises and buy gold as price falls, which suppresses volatility and encourages mean reversion. When dealers are short gamma, the opposite occurs. Hedging flows reinforce price movement, leading to faster trends and higher volatility.
Gamma Exposure, or GEX, aggregates this effect across all options positions. In gold, GEX highlights where the market is structurally positioned to either absorb price movement or amplify it.
This is particularly important in gold because price often trades around well-defined reaction zones. These zones are not random. They are frequently tied to large concentrations of options open interest in GC futures options or GLD options, where dealer hedging flows become dominant.
This is the typical Net GEX profile for GLD which shows you immediately where market makers are long or short.
Gold Futures and Gamma Levels Explained 12
If you are new to Net GEX watch this:
Differences Between Gold Futures GEX and Gold ETF GEX
While gold futures and gold ETFs track the same underlying asset, their gamma dynamics are not identical.
Gold futures options tend to reflect institutional positioning, hedging demand from producers and consumers, and macro-driven exposure. Gamma levels derived from GC options often define broader structural zones that matter over multiple sessions or weeks.
GLD options, by contrast, capture a mix of institutional and retail activity. They tend to be more influential for short-term price action, especially around popular strikes and near-term expirations. This makes GLD gamma particularly useful for identifying intraday reaction zones and short-term volatility pockets.
When both futures-based gamma and ETF-based gamma align at similar price levels, those zones tend to exert an outsized influence on gold price behavior. When they diverge, price action can become more erratic as competing hedging flows interact.
Understanding both sources of gamma provides a more complete view of gold’s structural landscape.
You can download our gamma levels on NinjaTrader among other platforms. Find all of ourintegrations here.
Gold Futures and Gamma Levels Explained 13
Using Gold Gamma Levels in Practice
Gold gamma levels are most effective when used as a framework rather than a signal.
Traders can start by identifying key gamma levels such as major call resistance zones, put support zones, and the gamma flip level where net dealer exposure changes sign. These levels help define whether gold is likely to trade in a compressed range or experience volatility expansion.
Secondary gamma levels and blind spots often explain why gold pauses or reverses after breaking an obvious technical level. These zones frequently correspond to less visible but still meaningful concentrations of options exposure.
Modern trading workflows allow these gamma levels to be overlaid directly on price charts. Integrations with platforms such as TradingView make it possible to visualize gold gamma levels alongside traditional technical analysis. Execution-focused platforms like NinjaTrader allow futures traders to monitor gamma-driven reaction zones in real time while managing risk in GC or Micro Gold contracts.
Used together, these tools help traders anticipate where liquidity is likely to appear, rather than reacting after price has already moved. In this short video Patrick and Fabio explain how to effectively use the levels on Gold futures.
Conclusion
Gold’s price behavior is shaped by more than macro headlines and chart patterns. Options positioning plays a critical role in determining where gold stabilizes, where it accelerates, and where volatility changes regime.
Gamma levels and Gamma Exposure provide a structural lens into these dynamics. By analyzing GEX across both gold futures options and gold ETF options, traders gain insight into dealer hedging behavior that is invisible on standard price charts.
Whether trading GC futures, GLD, or related options, understanding gold gamma levels helps explain why certain price zones matter more than others. Integrated thoughtfully into a broader trading framework, gamma analysis allows traders to move from reactive decision-making to a more informed, positioning-aware approach to the gold market.