(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 stood out in yesterday’s session was the market’s open right around a major Reaction Zone. The Call Resistance level, the area with the highest concentration of call activity, acted as a strong reaction zone. For price action to meaningfully break above this level, a significant catalyst was needed to trigger renewed momentum.
Gold’s Cooling Phase 32
Net GEX profile is your confirmation.
You could also see from the Net GEX how much Gamma Exposure needed to be absorbed around that major Reaction Zone near the Call Resistance. This clearly highlighted the level of dealer positioning that the market had to break through before any sustained move higher could occur.
Gold’s Cooling Phase 33
Monitor the Blind Spots
During the trading day, it’s essential to monitor not only the Key Levels but also the Blind Spots. These areas often reveal secondary reaction zones where market makers adjust their hedging activity. Notice the yellow dots on the chart, they highlight points of interest that can act as short-term pivots.
When yesterday’s price broke below the 1-Day Min-Max range, traders needed to identify the next significant support areas. However, with the HVL and Put Support levels positioned much lower, the Blind Spots effectively served their purpose. The second yellow zone provided a key area of stabilization, catching the downside momentum and halting what could have been a deeper selloff.
Gold’s Cooling Phase 34
What is next for Gold?
Despite the selloff, long-term fundamentals remain intact. Central bank demand, ETF inflows, and persistent concerns over U.S. fiscal stability continue to support the bullish case for gold. Many see the correction as a “healthy positioning cleanup” that could pave the way for another leg higher once the market resets.
Let’s use GLD, the biggest Gold ETF to see where price and volatility could gravitate next. Let’s start with our Q-Scores:
Momentum is still very strong, indicating persistent price strength.
Volatility is also high, reflecting significant price fluctuations.
Option Score is at a peak, suggesting active options market participation.
Seasonality is slightly negative, which may indicate some typical seasonal headwinds around this
Gold’s Cooling Phase 35
Swing Levels
The Swing Model confirms strength, we have not seen, a major drop in the 5 day Min Max levels. See below.
Gold’s Cooling Phase 36
Finally, looking at the key levels, the two biggest reaction zones are the 1 day Min and the HVL level.
Gold’s Cooling Phase 37
The Blind Spot 7 is acting as a support level.
Gold’s Cooling Phase 38
Positioning “Smiles” at the bulls: for now.
From a positioning standpoint, there hasn’t been a notable increase in Put activity, which is typically a hallmark of market stress or capitulation. Looking at the volatility smile, the left side, representing out-of-the-money Puts, has remained relatively stable, suggesting that implied volatility in downside protection has not surged. Meanwhile, the Call skew continues to trade on the bid side, reflecting persistent demand for upside exposure and reinforcing the view of a structurally strong market.
Gold’s Cooling Phase 39
Dollar is King
Despite the recurring narrative of the “dying dollar,” it remains the world’s dominant reserve currency, and that still matters. Gold is priced in USD, so fluctuations in the dollar continue to have a direct impact on precious metals. Recent CTA positioning shows renewed strength in the dollar against all major currencies, coinciding with a technical overextension in gold right at its Call Resistance zone. The stronger dollar likely amplified profit-taking in gold, which had become increasingly stretched following its parabolic run.
Interestingly, this dynamic highlights the interplay between macro positioning and option structure, as systematic strategies rotated back into the dollar, the mechanical unwind in gold mirrored that shift. While sentiment toward the dollar remains cautious, short covering and relative rate differentials continue to provide tailwinds, suggesting its influence in cross-asset behavior is far from fading.
Gold’s Cooling Phase 40
Final Thoughts: Delta Hedging and Short-Term Risk
Even though gold’s long-term trend remains strong, there are signs that prices might pause or pull back in the short term. One reason may have to do with how market makers hedge their positions, a process known as delta hedging.
Here’s how it works: many traders have been buying call options on gold (bets that prices will go higher). The people selling those calls, the market makers, need to protect themselves from losses if gold rises. They do this by buying gold as the price moves up.
Now that volatility is starting to fall (check GVZ Gold volatility), those same market makers don’t need as much protection anymore. This means they can sell some of their gold futures they previously bought to stay delta hedged. When that happens across the market, it can cause a temporary dip in prices,even if the bigger trend is still positive.
In this chart you can see how dealers react to a specific customer positioning. The top left hand side is the current positioning in gold we have been talking about.
Gold’s Cooling Phase 41
In short:
When volatility drops, hedging flows can shift from buying to selling.
That change often leads to a short-term retracement before the market finds balance again.
So, while gold’s story remains bullish overall, a brief cooling phase could simply be the market’s way of resetting after a strong move higher.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.