(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 this article you will learn how to set up the Menthor Q Indicators for Quantower. You can now access Gamma Levels and Blind Spots Levels on the platform. You can now integrate the MenthorQ data into Quantower directly via API.
What is Quantower?
Quantower is a comprehensive, multi-asset trading platform designed to cater to both novice and professional traders. It offers a wide array of analytical and trading tools, supporting various asset classes such as equities, futures, options, ETFs, and Forex. Check out the Website.
Indicator Features
Within the Indicator you have the following features:
Integration via API
Full Customization of Levels Plots and Labels
Access Multiple Levels Type:
Gamma Levels
Gamma Levels Intraday
Gamma Scalping
Gamma Scalping Intraday
Blind Spots
Swing Levels
Levels Conversion. You can convert all Levels Type from one asset to the other using Auto or Manual Ratio
How to integrate MenthorQ Levels on Quantower
Integrating the MenthorQ Levels into Quantower is very simple. To do so follow these Steps:
Log into your Account Dashboard and go under Integration. Locate the Quantower section and download the indicator.
Paste the indicator in the following folder within your computer: C:\Quantower\Settings\Scripts\Indicators
Fill up the Activation Form. You will be need to confirm your Machine ID
Check out the Video Tutorial.
Configure the Indicator on Quantower
Once downloaded the indicator go into your Quantower Indicator List and look for the MenthorQ Levels Indicator.
Quantower Integration 20
Step 1. Add your API Key
Scroll down the Indicator Settings and add your API Key. You can retrieve the API Key within the MenthorQ Account Dashboard.
Quantower Integration 21
Step 2. Choose Level Type
You can select what types of Levels you want in your chart and the Gamma Model. You can add Gamma Levels, Swing Levels (when available) and Blind Spots Levels.
For Gamma Levels we have 2 Models:
Gamma Levels. Those are the main MenthorQ Gamma Levels.
Gamma Scalping. This model allows you to access more gamma levels within a smallare range. Tailored for Futures Traders who are looking at tight areas for scalping.
You can customize each level font, style and color directly from the Settings Tab.
Quantower Integration 23
Step 4. Levels Conversions
Within Quantoweryou can now convert Levels from one asset to the other. For example you can do the following conversions:
Convert End of Day SPX Gamma Levels to ES
Convert Intraday QQQ Gamma Levels to NQ
Convert QQQ Blind Spots Levels to NVDA
Convert GLD Swing Levels to GC
Note: Conversion works with Auto and Manual Ratio. For more information about Levels conversion check out our Tutorial Videos on our Trading Integrations Course.
Quantower Integration 24Quantower Integration 25
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.