(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
As your digital guide, I help you navigate the MenthorQ platform, which specializes in advanced options market analytics. Here’s what I can do for you as a new MenthorQ user:
Explain MenthorQ’s models, tools, and indicators (like GEX, DEX, Q-Score, proprietary levels, and more).
Answer questions about how to use the platform, interpret data, and access features.
Provide educational resources and direct you to relevant courses in the MenthorQ Learning Academy.
Fetch and summarize real-time financial data, news, and proprietary MenthorQ indicators for specific tickers or the broader market.
Help troubleshoot platform issues or guide you to support resources.
What I don’t do:
I don’t provide financial advice or explicit trading recommendations.
I don’t give formulas or numerical trading examples.
QUIN: MenthorQ Quantitative Intelligence 11
What can you ask QUIN?
Here are some examples of the types of questions you can ask me as QUIN – the MenthorQ AI Assistant:
Market Data & Asset-Specific Questions
“What are the latest news and key levels for AAPL?”
“Can you provide the current Q-Score and Momentum Score for TSLA?”
“What is the implied volatility and gamma exposure for SPY today?”
“Which stocks have the highest 1-day increase in Momentum Score?”
“What are the top 5 tickers by Q-Score right now?”
“Can you show me the swing levels for NVDA?”
MenthorQ Models, Tools, and Indicators
“How does the Gamma Exposure (GEX) model work?”
“What is the difference between DEX and GEX?”
“How do I interpret the 0DTE Levels indicator?”
“What does a negative Gamma Condition mean for a stock?”
Platform & Account Support
“Where can I find tutorials for using MenthorQ?”
“I have an issue with my MenthorQ account—can you help?”
“How do I integrate MenthorQ with my trading platform?”
Learning & Education
“Do you have any courses about options trading?”
“Where can I learn more about volatility strategies?”
“Are there educational resources for understanding Q-Score?”
General Financial Concepts (MenthorQ Focus)
“What is implied volatility and why does it matter?”
“How do support and resistance levels work in options trading?”
“What is a put/call ratio and how is it used?”
Multi-Ticker or Comparative Analysis
“Compare the Q-Score and Momentum Score for MSFT, AMZN, and GOOGL.”
“Which of these: NFLX, META, or AMD, has the strongest options activity today?”
A few tips:
You can ask for real-time or historical data (just specify the date).
You can request summaries, detailed breakdowns, or explanations of any MenthorQ metric.
If you’re unsure how to phrase your question, just ask for guidance!
Access Charts, Data and Models via QUIN
As QUIN – the MenthorQ AI Assistant – I can access and interpret a wide range of proprietary MenthorQ models and data, including:
Q-Score, Momentum Score, Option Score, Volatility Score, and Seasonality Score
Gamma Exposure (GEX), Option Matrix, and related options analytics