(function(){
var CN = 'menthorq_utm_params';
var LK = 'menthorq_utm_params';
var UK = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content','utm_id'];
var CK = ['gclid','fbclid','msclkid','ttclid','twclid'];
var CD = 30;
var AK = UK.concat(CK);function sC(n,v,d){var e=new Date(Date.now()+d*864e5).toUTCString();var c=n+'='+encodeURIComponent(v)+';expires='+e+';path=/;SameSite=Lax';if(location.protocol==='https:')c+=';Secure';document.cookie=c;}
function gC(n){var m=document.cookie.match(new RegExp('(?:^|; )'+n+'=([^;]*)'));return m?decodeURIComponent(m[1]):'';}
function sv(d){var j=JSON.stringify(d);sC(CN,j,CD);try{localStorage.setItem(LK,j);}catch(e){}}
function hk(o){if(!o)return false;for(var i=0;i<AK.length;i++)if(o[AK[i]])return true;return false;}
function nm(d){if(!d)return null;if(d.first)return d;if(hk(d))return{first:d,last:d};return null;}
function ld(){var r=gC(CN);if(r){try{var n=nm(JSON.parse(r));if(n)return n;}catch(e){}}try{var s=localStorage.getItem(LK);if(s){var n=nm(JSON.parse(s));if(n)return n;}}catch(e){}return null;}
function mg(p,n){var o={};if(p)for(var k in p)o[k]=p[k];for(var k in n)o[k]=n[k];return o;}var ps = new URLSearchParams(window.location.search);
var fd = {}, has = false;
for (var i = 0; i < AK.length; i++) {
var v = ps.get(AK[i]);
if (v) { fd[AK[i]] = v; has = true; }
}// Click-ID synthesis: when only a click-id is present (no utm_source), derive
// utm_source/utm_medium so downstream analytics groups under the right channel.
var SY = {
gclid: ['google', 'cpc'],
fbclid: ['facebook', 'cpc'],
msclkid: ['bing', 'cpc'],
ttclid: ['tiktok', 'cpc'],
twclid: ['twitter', 'cpc']
};
if (has && !fd.utm_source) {
for (var sk in SY) {
if (fd[sk]) { fd.utm_source = SY[sk][0]; fd.utm_medium = SY[sk][1]; break; }
}
}if (has) {
fd.captured_at = new Date().toISOString();
var ex = ld();
// Last-touch: merge new fields ON TOP of previous last (preserva campi pregressi)
var newLast = ex && ex.last ? mg(ex.last, fd) : fd;
// First-touch: se ex.first ha almeno un UTM, e' completo e sticky.
// Se ex.first esiste ma e' click-id-only (orphan), completa con i campi nuovi.
// Se ex.first non esiste, usa fd come first.
var newFirst;
if (ex && ex.first) {
var firstHasUtm = false;
for (var i = 0; i < UK.length; i++) if (ex.first[UK[i]]) { firstHasUtm = true; break; }
newFirst = firstHasUtm ? ex.first : mg(ex.first, fd);
} else {
newFirst = fd;
}
sv({first: newFirst, last: newLast});
return;
}var raw = gC(CN);
if (raw) {
try {
var p = JSON.parse(raw);
if (!p.first && hk(p)) sv({first: p, last: p});
} catch(e) {}
return;
}try {
var s = localStorage.getItem(LK);
if (s) { var n = nm(JSON.parse(s)); if (n) sv(n); }
} catch(e) {}
})();
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 lesson, you’ll learn the step-by-step process to connect your TradingView account to access all of MenthorQ’s proprietary indicators. We’ve developed a series of indicators specifically for the platform, and this connection is essential to unlock them within your TradingView workspace.
To begin the connection process, navigate to the Getting Started section in your MenthorQ dashboard and click on Connect your TradingView account. Alternatively, you can access this feature by going to the App section and selecting TradingView. The critical detail here is that you must use your TradingView user ID, not your email address—using your email will prevent the connection from working.
To locate your user ID, go into TradingView and click on your account icon at the top left of the screen. Select the first option showing your account name and click on Profile. You’ll find your user ID displayed as text on this page—simply copy it. Return to the MenthorQ dashboard, paste your user ID into the connection field, and click Save and connect. After a few moments, you’ll receive a confirmation that your account is connected.
Once connected, all MenthorQ indicators become accessible in TradingView under the Indicators Invite Only section. Simply click on Indicators, navigate to Invite Only, and you’ll see all the MenthorQ indicators you’ve been enabled to use. Click on any indicator to add it to your chart, where you can access settings and customize it for your trading needs.
If you ever need to switch accounts, you can disconnect your current TradingView account from the MenthorQ dashboard and reconnect a different one. This flexibility ensures you can manage multiple accounts or update your connection as needed.
Video Chapters
00:00 – Introduction to connecting TradingView account
00:30 – Navigating to the TradingView connection section
00:54 – Finding your TradingView user ID in your profile
01:42 – Connecting and saving your account
02:15 – Accessing indicators in the Invite Only section
Key Takeaways
You must use your TradingView user ID, not your email address, to successfully connect your account
Your user ID is found by clicking your account icon in TradingView and selecting Profile
Once connected, all MenthorQ indicators appear under the Indicators Invite Only section in TradingView
You can disconnect and reconnect different TradingView accounts at any time from the MenthorQ dashboard
Video Transcription
[00:00:00.07] - Speaker 1 You.
[00:00:04.17] - Speaker 1 In this video we're going to go through how to connect your TradingView account within TradingView. We have developed a series of indicators and by connecting your account you'll be able to get access to all of them. So the first step is come to our getting started section right here. If you haven't completed it everything and click on either connect your TradingView account. I already connected so I see it as completed, but you'll be able to click on that and click on the Start Start section.
[00:00:30.13] - Speaker 1 If you don't see it, just go under our app and then we're gonna go on the TradingView section. So just click on TradingView. Once you click on the Trading View section, you can now connect your account. The user ID or TradingView user ID you need to connect can be found in your TradingView profile. So you would need to use your user ID, not your TradingView email.
[00:00:54.25] - Speaker 1 If you use your email, that wouldn't work. So we need to look at our user ID. Let's go into TradingView and see where we can find that. To find your user id, simply scroll all the way at the top left where you see the icon or like a symbol of your account. Click on the symbol and just click on the first option right here where you see your account name and click on Profile.
[00:01:21.18] - Speaker 1 By clicking on your profile you'd be able to copy your user id which is the text that you see here. And this is our user id. So do not use the Mentor queue testing account user ID. You need to go into your TradingView and actually copy your training View account. Copy it and let's go back to our dashboard, paste the account there, click Save and connect.
[00:01:42.07] - Speaker 1 Just wait a few moments and then you receive a pop up here saying that your account was connected and now you'll be able to see the connection option. If you want to connect a different TradingView account, you will need to disconnect and reconnect a different account. But here you can see basically all the indicators that you were unable to and now let's go back into TradingView. Once your account is connected, you'll be able to find the indicators under the Indicators Invite Only section. So by clicking here you will see now all the Mentor queue indicators that you've been enabled to and just simply click on the indicator to add it to your chart.
[00:02:25.18] - Speaker 1 And basically within the indicator you can access our settings and we're going to cover this indicator in a separate video. But as as you saw, very simple. Click on your Trading View account, connect your account and then your indicator will be under the invite only section of your TradingView indicator settings.
var menthorq_gtm = {"system":{"ajax_url":"https:\/\/menthorq.com\/wp-admin\/admin-ajax.php","nonce":"4c11b822d9","site_url":"https:\/\/menthorq.com","home_url":"https:\/\/menthorq.com","timestamp":1786926885,"environment":"production"},"debug":{"enabled":false,"environment":"production"},"user":[],"container_id":"GTM-599ZCR89"};