(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
In the past, being a successful trader often meant mastering a handful of technical indicators and following price charts religiously. That era is gone. Today’s markets are driven by speed, scale, and sophisticated data. Algorithms dominate trading floors, institutions run hundreds of strategies simultaneously, and information asymmetry is widening. In this new reality, traders—especially retail traders—need more than just moving averages or MACD signals. They need an Edge.
But how do you find your edge?
Through data. Through factors. Through structure. This is exactly where the Menthor Q-Score becomes essential.
Check out our Full Video Tutorial.
The Failure of Traditional Indicators
Let’s be blunt: Most indicators fail. Not because they’re inherently flawed, but because they’re overused.
If everyone uses RSI or MACD the same way, that signal gets arbitraged out. The alpha it once offered becomes beta—just noise baked into the market. This is what’s known as Alpha Decay: the gradual erosion of an indicator’s predictive power as it becomes widely adopted.
The result? Traders chase ghost signals, enter late, and exit wrong. The edge is gone before it even appears.
Retail traders are especially vulnerable. With limited access to institutional-grade tools, they end up relying on public scripts and outdated strategies—unknowingly competing in a game where the odds are stacked against them.
The Menthor Q-Score: A Smarter Way to Trade
At MenthorQ, we’ve built a solution designed to level the playing field for the retail trader: The Q-Score.
Backed by proprietary quant models, the Q-Score combines four key factors to assess the quality of a trading setup:
Momentum – Measures trend strength using proprietary signals.
Seasonality – Analyzes 20 years of data to find repeatable price behaviors.
Volatility – Captures risk and price fluctuation levels.
Options Flow – Gauges sentiment and positioning through options market activity.
Each factor is scored from 0 to 5 (or -5 to 5 for Seasonality), giving you a transparent, structured framework to make decisions—not guesses.
How the Q-Score Protects Your Alpha
The Q-Score doesn’t just give you a number. It gives you context.
It tells you:
Is this asset moving with real conviction (Momentum)?
Is there a seasonal edge I can exploit (Seasonality)?
Is the market calm or chaotic (Volatility)?
Are institutions betting bullish or bearish (Options)?
By combining these, the Q-Score helps you:
Confirm trends instead of chasing them.
Align trades with historical probabilities.
Adjust strategy based on volatility (mean reversion vs breakout).
Validate directional bias with options sentiment.
This multi-factor framework drastically reduces false positives and helps protect you from alpha decay. You stop reacting and start strategizing.
Quant Strategies using Q-Score
MenthorQ has developed a series of Quant Strategies using the Q-Score.
Institutions have had factor models and quant dashboards for years. Retail traders haven’t—until now.
The Q-Score puts institutional-level data into your hands, without the noise, the guesswork, or the lag of traditional indicators. It’s how you stop following the market and start understanding it.
No more trading blind. No more chasing the crowd. Just clear, actionable, data-driven insights.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.