(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
Forex just got smarter. Our new indicator suite introduces two powerful tools to navigate the FX markets: Gamma Levelson Forex and Blind Spots. These tools blend institutional options data with proprietary logic to help traders uncover hidden market dynamics.
What’s Included:
Forex Gamma Levels – Data-driven levels derived from options positioning on Forex futures (e.g., 6E for EUR/USD, 6J for USD/JPY, etc).
Blind Spots – An advanced, MenthorQ-exclusive algorithm identifying hidden reaction zones using a blend of options flow, momentum shifts, and cross-asset correlation.
✅ Asset Coverage
We now provide Forex Gamma Levels and Blind Spots on the major currency pairs:
AUDUSD and USDAUD
EURUSD and USDEUR
GBPUSD and USDGBP
CADUSD and USDCAD
JPYUSD and USDJPY
CHFUSD and USDCHF
XAUUSD
📊 Forex Gamma Levels
Gamma Levels are derived from open interest and positioning in FX futures options. These levels reflect areas where market makers are most exposed to price movement — zones where gamma hedging may force directional flows.
We analyze the options chain on major currency futures like:
EUR/USD → 6E
GBP/USD → 6B
USD/JPY → 6J
AUD/USD → 6A … and more.
From this, we calculate Gamma Levels and apply them to Forex Currency Pairs.
Gamma Levels on Forex and Blind Spots 8
Dealers often hedge aggressively when prices move around key gamma levels. These areas can lead to mean reversion, acceleration, or volatility compression, depending on gamma exposure.
Use Cases:
Trend Reversal Zones
Volatility Clusters
Session Open Planning
Scalping or Swing Entries based on GEX pivots
👁️ Blind Spots Levels on Forex
Blind Spots are hidden market reaction zones — areas where traders are likely to be caught off guard. They’re detected by our custom algorithm that blends:
🌀 Options Flow Bias (net buying/selling pressure)
⚡ Momentum Divergence
🔗 Cross-Asset Correlation
These aren’t volume nodes or liquidity pools — they’re blind zones in trader expectations.
It then maps zones where price is likely to react sharply — often without any obvious technical pattern present. You can learn more about Blind Spots here.
Gamma Levels on Forex and Blind Spots 9
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.