(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":["/account/","/login/","/thank-you/","/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
MenthorQ delivers a unified trading intelligence layer: QUIN for structured market analysis, a full Academy for skill growth, and a data-driven dashboard for methodical decision-making.
QUIN
Ai Trading Assistant
AI analysis with structured market logic. Query tickers, interpret signals, and break down setups with a consistent decision-making framework.
Daily market briefing delivered to your inbox: curated news, technical levels, key flows, and context from the MenthorQ models. A fast, structured way to stay aligned with what matters before the session opens.
The free account includes access to QUIN AI trading assistant, a preview of 50+ quantitative models with delayed data, 400+ guides in our Finance Wiki, 500+ Academy video lessons, daily market newsletters, and access to our Discord trading community. No credit card required.
No. MenthorQ offers instant access with just your email. No credit card, no trial period limits on educational content. You can explore QUIN, the Academy, and our methodology without any payment information.
QUIN is MenthorQ’s AI trading assistant built specifically for options and futures traders. It provides structured market analysis, interprets gamma levels and options flow signals, and helps you build a consistent decision-making framework. Query any ticker and get institutional-grade insights in plain language.
Gamma Levels identify price zones where market makers must hedge their options positions, creating support and resistance areas. MenthorQ is the only platform offering Futures Options Gamma Levels, helping traders anticipate where institutional hedging activity may impact price action.
Forever. The free account has no expiration. Access QUIN, the Academy, daily newsletters, and Discord community indefinitely. Upgrade only when you’re ready for real-time data and full model access.
MenthorQ covers 1000+ tickers including major indices (SPX, SPY, QQQ), futures (ES, NQ, RTY, CL, GC), individual stocks (AAPL, TSLA, NVDA, META), and crypto (BTC, ETH). The free preview includes representative samples across all asset classes.
Start your Journey now
Explore the MenthorQ methodology, test QUIN, study the Academy, and understand how our models work