(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
CTAs Funds are important players in the market as they add or remove liquidity based on specific price level triggers. Our CTAs Model help confirm the direction of a trend and can be used in conjunction with our gamma levels for better decision making and risk management.
How can you benefit from this quantitative model?
Institutional Positioning
By tracking CTAs, you can observe institutional systematic positioning, enabling you to make data-driven decisions.
Trend Following
CTAs tend to enhance market trends. Knowing when these funds activate long or short positions can provide valuable insights into market movements.
Extensive Coverage
Our Model cover a wide range of asset classes from equities to commodities to forex and bonds.
Growing Influence
Systematic funds are gaining increasing importance in the market. With assets under management growing year over year and the implementation of AI, their influence is expected to continue rising and becoming more significant.
Institutional Positioning
Our CTAs Model leverage proprietary factors similar to those used by investment banks, offering you insights into current positioning based on the latest asset spot prices.
Reaction Triggers
Identify CTA positioning and price levels that shape CTA trends, allowing you to pinpoint institutional market reaction zones effectively.
Enhanced Market Analysis
Combine CTAs positioning with Q-Models to achieve a more comprehensive market view. For instance, one way is integrating CTAs with Key Levels and the 1D Expected Move provides a clearer understanding of potential reaction zones.
Extensive Coverage
Benefit from extensive coverage across a variety of markets, enabling you to pinpoint CTA positioning and price levels that influence trends and institutional reaction zones.