(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
In today’s fast-paced financial markets, traders and investors seek objective, data-driven insights to enhance their decision-making. The Q-Score, derived from our proprietary Quant Models, offers a comprehensive scoring system that evaluates assets based on four key factors: Momentum, Seasonality, Volatility, and Options.
The Menthor Q-Score brings the power of institutional factor investing directly to retail traders—for the first time. This approach is traditionally used by hedge funds and asset managers; a factor-based approach evaluates securities based on quantifiable characteristics like momentum, volatility, sentiment, positioning, and risk regimes.
The point is — the Q-Score doesn’t replace your strategy. It makes it smarter.
By assigning a numerical score to each factor, the Q-Score provides a structured approach to market analysis. You can find the Q-Score on the Dashboard.
The Menthor Q-Score 17
Take a look at this Tutorial Video on the Menthor Q-Score.
Breaking Down the Q-Score Components
Momentum Score
The Q-Score Momentum Model reflects the underlying trend strength of an asset. Our proprietary quant models analyze price action and technical indicators to determine whether an asset exhibits bullish or bearish momentum.
A higher momentum score suggests strong positive price action, while a lower score indicates weakness or potential downside pressure. Traders can use this score to align their positions with prevailing market trends. Our model assigns a score ranging from 0 to 5:
0: Bearish Momentum
3: Neutral Momentum
5: Bullish Momentum
The Menthor Q-Score 18
Seasonality Score
The Q-Score Seasonality Model assesses the historical performance of an asset over a specific time frame. Using 20 years of historical data, our model examines the price behavior of an asset over the next five days and assigns a score ranging from -5 to 5:
-5:Low Seasonality. Indicates a Bearish seasonality
0: No Seasonality. No significant seasonal trend
5:High Seasonality. Indicates a Bullish seasonality
By leveraging the seasonality score, traders can anticipate potential price movements based on past performance and create advanced strategies. Our Seasonality score looks at the trend for the next 5 days.
The Menthor Q-Score 19
Volatility Score
The Q-Score Volatility Model measures the magnitude of price fluctuations of an asset. Our model assesses realized volatility to determine the likelihood of price swings. The volatility score ranges from 0 to 5:
5: High Volatility Environment, indicating large price fluctuations.
Traders can combine the Volatility Score with IV Rank (Implied Volatility Rank) and Implied Volatility to identify potential volatility arbitrage opportunities. When volatility is low, option premiums tend to be lower, making certain strategies like long straddles less favorable, while high volatility may present opportunities for selling premium.
The Menthor Q-Score 20
Option Score
The Q-Score Options Model ranks an asset based on activity in the options market, providing insight into trader sentiment and expected price direction. The score ranges from 0 (bearish) to 5 (bullish):
0: Strong Bearish Sentiment from the options market.
5: Strong Bullish Sentiment from the options market.
By combining the Options Score with the Momentum Score, traders can gain additional confirmation for potential moves. This forward-looking model integrates key options market indicators to forecast price direction and sentiment shifts.
The Menthor Q-Score 21
How Traders Can Use the Q-Score
The Q-Score provides a structured, quantitative perspective on market conditions. Here are some key ways traders can utilize it:
Trend Confirmation: Use the Momentum Score alongside the Options Score to validate bullish or bearish trends.
Seasonal Patterns: Leverage the Seasonality Score to identify historically strong or weak periods for an asset.
Volatility-Based Strategies: Adjust trading strategies based on the Volatility and Option Scores—favoring trend-following trades in low-volatility environments and mean-reversion trades in high-volatility conditions. These two indicators, together with IV Rank can also be great tools for options buyers or sellers
Options Market: Incorporate the Options Score to gauge sentiment and potential shifts in market positioning.
The Q-Score serves as a dynamic tool for traders, helping them adapt to evolving market conditions. By integrating multiple quantitative factors, it offers a holistic view of asset performance. Traders can refine their entries and exits by aligning strategies with momentum, seasonality, volatility, and options activity, enhancing their decision-making precision.
Who is the Q-Score for?
Q-Score is versatile and can be used by various types of investors and traders.
Swing Traders can use the Q-Score to identify favorable entry points.
Options Traders can use the Q-Score to gauge market sentiment and positioning from the options market, helping identify bullish or bearish setups.
Futures Traders can use Q-Score signals to set tighter stops or avoid trades when scores indicate unfavorable conditions, thus managing risk in volatile markets.
Position Traders can use Q-Scores to identify assets with strong trends and favorable historical performance over medium to longer timeframes.
Trading Examples using the Q-Score
Now let’s look at some examples on how to use the Q-Score for trading and look at the different factors.
Options Score
The Option Q-Score distills options market sentiment into a simple 0–5 scale—0 being strongly bearish, 5 strongly bullish. Watching how the score changes can reveal shifts in trader expectations and positioning.
Rising Q-Score → Growing bullish sentiment, often a sign of confidence in higher prices.
Falling Q-Score → Increasing bearish sentiment or hedging, signaling caution.
A move from neutral (≈3) to strongly bullish (4–5) may suggest options traders are betting on a rally, favoring long setups. A sharp drop from high to low can indicate a defensive turn, prompting reduced exposure. Even when the score stays high, approaching resistance might signal a pause or consolidation before the next move.
Momentum Score
The Momentum Q-Score measures an asset’s trend strength on a 0–5 scale—0 meaning strong bearish momentum, 5 meaning strong bullish momentum. Watching how it changes helps swing traders spot shifts in trend direction and strength.
Rising score → Trend is strengthening, often supporting trades in the same direction.
Falling score → Trend is weakening or turning bearish, signaling caution.
A move from neutral (≈3) to 5 suggests a trend gaining fuel, while a drop from 5 to 1–0 can point to momentum exhaustion or a bearish turn. Used alongside other signals like options sentiment or seasonality, it helps refine trade timing and manage risk.
Seasonality Score
The Seasonality Q-Score measures an asset’s short-term historical price tendencies—typically over the next 5 days—on a scale from -5 (strong bearish seasonality) to +5 (strong bullish seasonality). It helps traders spot recurring patterns based on years of past data.
Rising score → Asset is entering a historically strong period, favoring upside setups.
Falling score → Asset is approaching a historically weak period, signaling caution.
By aligning trades with seasonal strength and avoiding historically weak windows, traders can improve timing, manage risk, and better anticipate market rhythm.
Volatility Score
The Volatility Q-Score measures current and expected market volatility—ranging from calm, low-risk conditions to high-volatility, fast-moving markets. For swing traders, it’s a key tool for adapting strategy and managing risk.
Rising score → Expect wider price swings, greater uncertainty, and potentially more trading opportunities—but also higher risk.
Falling score → Anticipate calmer conditions, smaller price moves, and lower risk of sudden shocks.
Sharp increases can signal a shift to a more volatile market regime, while steady declines may point to stable trends. Used alongside other Q-Scores, it helps traders refine entries, exits, and position sizing to match market conditions.
How to build a Quant Strategy using the Menthor Q-Score
The Menthor Q-Score can also be used to create Quant Trading Strategies. Learn how to use our Q-Score to create Quant Trading Strategies using Momentum, Volatility, Seasonality and Options Models.
Check out our Strategies. Access the Documentation with full backtest: