(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
Welcome to our Academy, where we offer an extensive learning platform with over 25+ comprehensive courses, all designed to elevate your trading skills.
Our curriculum covers a wide range of topics, including Technical Analysis, Options Trading, Trading Psychology, Momentum Strategies, Systematic Funds, and more.
Why choose the MenthorQ Academy?
Comprehensive Learning: Gain access to over 120 lessons and 25+ courses that cover all essential aspects of trading, from Technical Analysis to Options Trading and beyond, ensuring you have a well-rounded education.
Flexible Learning: With live recorded sessions, you can learn at your own pace, revisiting material as needed to fully grasp complex concepts and apply them in real-world scenarios.
Expert Insights: Learn directly from industry professionals, benefiting from their experience and insights to enhance your trading strategies and decision-making skills.
MenthorQ Academy 5
Whether you’re just starting your trading journey or looking to refine advanced strategies, our Academy offers a range of courses tailored to your needs. Choose from our Free, Premium, or Pro offerings to access a curated selection of lessons and resources designed to elevate your trading skills.
Free Courses
For users who are just getting started or want to explore the fundamentals, the Free Offering provides access to essential courses that lay the basis to start your trading journey. These courses are designed to provide insights on how to better leverage the Menthor Q Data, Models and Integrations. Learn More.
Getting Started with Menthor Q
Gamma Levels
How to set up your Trading Plan
How to use Menthor Q Models
How to use Blind Spots Levels
Product Training
Trading Integrations
MenthorQWebinars
MenthorQ Swing Trading Model
Trading with MenthorQ
Key Levels on Forex and Crypto
Premium Courses
The Basic courses builds on the foundational knowledge, introducing more advanced concepts and strategies. It’s ideal for traders looking to deepen their understanding and start applying more sophisticated techniques. Learn More.
Technical Analysis
Support and Resistance
Technical Indicators
Chart Patterns
Trading Examples
Trading Psychology and Risk Management
Systematic Funds and CTAs
Create an Advanced Trading Roadmap
Timing, Setup and Location
Pro Courses
The Premium Offering is designed for traders who want full access to the most advanced strategies and exclusive content. This includes live sessions, specialized trading techniques, and in-depth analysis tools. Learn More.
The Derivatives Market
Market Makers and Liquidity
Options Greeks
Term Structure, SKEW, and Tail Risk
How to use Q-Models for Trading Options
Advanced Strategies with Options
Futures Trading Club: Live Trading Sessions
SPX Daily Plan: Live Trading Sessions
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.