(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
MenthorQ is a pioneering Trade Tech company giving retail investors access to sophisticated tools and insights once reserved for institutional traders. Our mission is simple: turn enormous market datasets into clear, actionable visuals and analytics so you can trade with confidence.
We deliver advanced quantitative models, daily market insight, and a robust toolkit that helps you interpret options flow, read liquidity, track Gamma Levels, and understand how market makers and positioning shape price. From free resources for beginners to a full professional suite for advanced traders, MenthorQ scales with you.
MenthorQ Product Offering
Explore our complete product line across Models, Memberships, Academy, and Integrations. Start free to learn the workflow, then upgrade to unlock dashboards, automation, and pro‑level coverage.
MenthorQ Trading Models. Over the past three years, our team has built models to illuminate market dynamics, sentiment, and investor positioning. Built for Retails, Powered by Data. Learn More
MenthorQ Trading Integrations. Connect MenthorQ Data and Gamma Levels with 10+ Trading Applications, from TradingView to NinjaTrader to TrendSpider and others. Learn More
MenthorQ QUIN: our AI Trading Assistant. Navigate the MenthorQ ecosystem with intelligent precision. Ask, analyze, and discover market insights powered by our advanced models — all through a single AI interface. Learn More
MenthorQ Academy. Markets are complex and evolving. The MenthorQ Academy is a structured, practical journey that teaches you to trade with data. 20+ courses and 200+ video lessons. Learn More
MenthorQ Memberships
Our product suite is organized into Memberships. Choose the access level that fits your workflow. All paid plans include continuous updates to our models and improving coverage.
Free Membership
Start Free and start learning with MenthorQ. With the Free Account you get access to the following tools:
Daily Newsletter
Free Academy
Access to Quin (limited queries)
Preview of our Trading Dashboard
Access our Free Community on Discord
Join our Weekly Live Events
Who it’s for: Curious and learning traders validating a data‑driven approach.
Join Premium to get full access to our Trading Dashboard, Premium Academy, Trading Models, Gamma Levels, Trading Integrations, full access to Quin and more.
Trading Dashboard with interactive Gamma/Liquidity, positioning, and volatility tools
Coverage: Stocks, ETFs, Crypto, Indices, and Futures
Premium Discord
Live Premium sessions
Integrations with 10+ trading applications
Premium Academy. Access 300+ Video Lessons
Who it’s for: Active traders who want full coverage, data driven models and actionable insights.
Pro
With Pro you are taking trading to another level. On top of all the features on Premium you get full access to our Live Trading Sessions.
Everything in Premium, plus:
Live Trading Sessions with Pro Traders. 24+ Hours per Week Live in the market
The focus of Pro is trading Futures from Gold, Forex, ES and NQ
Who it’s for: Active traders who want to take trading to a new levels. Join Pro Traders, Leverage the MenthorQ Data and learn how to build a trading routine with MenthorQ.