(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
https://menthorq.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://menthorq.com/wp-content/themes/yootheme/vendor/assets/uikit/dist/js/uikit.min.js
https://menthorq.com/wp-content/themes/yootheme/vendor/assets/uikit/dist/js/uikit-icons-circle.min.js
https://menthorq.com/wp-content/themes/yootheme/js/theme.js
window.yootheme ||= {}; var $theme = yootheme.theme = {"i18n":{"close":{"label":"Close","0":"yootheme"},"totop":{"label":"Back to top","0":"yootheme"},"marker":{"label":"Open","0":"yootheme"},"navbarToggleIcon":{"label":"Open menu","0":"yootheme"},"paginationPrevious":{"label":"Previous page","0":"yootheme"},"paginationNext":{"label":"Next page","0":"yootheme"},"searchIcon":{"toggle":"Open Search","submit":"Submit Search"},"slider":{"next":"Next slide","previous":"Previous slide","slideX":"Slide %s","slideLabel":"%s of %s"},"slideshow":{"next":"Next slide","previous":"Previous slide","slideX":"Slide %s","slideLabel":"%s of %s"},"lightboxPanel":{"next":"Next slide","previous":"Previous slide","slideLabel":"%s of %s","close":"Close"}}};
What Are Options? The Power and Complexity of Options What Exactly Is an Option? In this article we will focus on what are options. An option is a contract that gives you the right, but not the obligation, to buy or sell an asset at a specified price (the strike price ) before or at a set expiration date.
There are two types of options:
Call Options: Give the holder the right to buy the asset.Put Options: Give the holder the right to sell the asset.Each option typically controls 100 shares of the underlying asset and is priced based on several factors, which we’ll explore shortly.
Key Terms to Know
What Are Options? 20 More on Options Fundamentals .
How Options Are Priced
Options are priced based on a mix of intrinsic and extrinsic value :
Intrinsic Value: Real value if exercised now.Extrinsic Value: Time and volatility value.Let’s visualize this:
Intrinsic vs. Extrinsic Value
What Are Options? 21 Notice that ATM options tend to have the highest extrinsic value because of the uncertainty about whether they will finish ITM.
Calls vs. Puts Explained Call Options (Bullish)
Profit When: Stock rises above strike + premiumMax Profit: UnlimitedMax Loss: Premium paidExample:
Buy 1 Microsoft $515 Call @ $0.37
If MSFT rises to $516 → Profit = $63
If MSFT stays below $515 → Max loss = $37
Put Options (Bearish)
Profit When: Stock falls below strike – premiumMax Profit: Strike – Stock – PremiumMax Loss: Premium paidExample:
Buy 1 Apple $180 Put @ $1.25
If AAPL falls to $170 → Profit = ~$875
If AAPL stays above $180 → Max loss = $125
Understanding the Greeks (with Visual Aids)
The Greeks are critical to risk management and strategy.
What Are Options? 22 See how you can master the option greeks here
Strategy Types: Basic to Advanced Options allow for both directional and non-directional strategies. Some common ones include:
What Are Options? 23 How MenthorQ Enhances Options Trading MenthorQ is a data-driven platform that goes beyond traditional charting and volume metrics by analyzing options market structure , including:
Gamma Exposure (GEX)
What it shows: Dealer positioning and hedging pressure.How to use: Identify areas of potential support/resistance.Example:
Large positive GEX at $200 suggests dealer hedging pressure may resist price from rising further.
If you want to dig deeper, take a look at Understanding Gamma Mechanics .
Delta Exposure (DEX)
What it shows: Directional positioning in options.How to use: Gauge the market’s directional bias.Read on more on DEX
Put Support & Call Resistance
MenthorQ visualizes “walls” of positioning where price might stall or reverse.
What MenthorQ Key Levels?
Multi-Expiration Profiles
See how open interest and GEX shift across expirations, useful for weekly traders and swing trades.
Practical Use Case — Trading AI Stocks with Options
Let’s say you want to trade NVDA (NVIDIA), a top AI stock.
MenthorQ shows:
Spot Price: $195.20Put Support: $192.50Call Resistance: $200Gamma Flip Zone: $195–$200What Are Options? 24 Trading Idea:
Sell a 195/200 Call Spread to take advantage of mechanical resistance while capping risk.
Or
Buy a 192.5 Put if price dips into high negative GEX for a potential momentum play downward.
MenthorQ helps you time these trades by visualizing where dealers are likely to hedge, creating real supply/demand zones.
Stocks vs Options — Pros and Cons
What Are Options? 25 Options provide strategic flexibility unmatched by traditional stock ownership—but require precision and insight.
That’s where MenthorQ offers a major edge.
How to Get Started With MenthorQ
To leverage MenthorQ’s options intelligence tools:
Choose a Stock or Sector – Start with AI stocks like NVDA, MSFT, or TSLA.View the GEX/DEX Charts – Understand dealer exposure and key inflection zones.Select Your Strategy – Based on whether price is near support/resistance and expected volatility.Monitor Daily Changes – MenthorQ updates key levels intraday.Adjust or Exit Based on Data – Let MenthorQ guide your exits too.Final Thoughts: Why Every Trader Should Master Options Options open the door to a more nuanced, powerful, and risk-controlled trading approach. But they require data, timing, and insight—three pillars that MenthorQ is built upon.
If you’re serious about trading the most volatile names—especially in emerging sectors like AI , learning options and using tools like MenthorQ will elevate your edge.
With options, you can do more than predict direction. You can define your risk, play volatility, and profit even in sideways markets.
The key is understanding how they work and using platforms like MenthorQ to do it smarter. Ask our AI QUIN for more.
Join us today
Access daily Market Research and our interactive Dashboard . Make better trading decisions.
MenthorQ ©2025 701 Brickell Key BLVD 33131, Miami (FL)
Quantitative Models
Resources
Company
Account UIkit.icon.add({"fa6-regular--user":"<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" width=\"20\" height=\"20\"><path d=\"M304 128a80 80 0 10-160 0 80 80 0 10160 0zm-208 0a128 128 0 11256 0 128 128 0 11-256 0zM49.3 464h349.5c-8.9-63.3-63.3-112-129-112h-91.4c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3z\"\/><\/svg>"})
https://menthorq.com/wp-content/plugins/wp-whatsapp/assets/dist/js/njt-whatsapp.js
var njt_wa_global = {"ajax_url":"https://menthorq.com/wp-admin/admin-ajax.php","nonce":"e1a180e7c2","defaultAvatarSVG":"\u003Csvg width=\"48px\" height=\"48px\" class=\"nta-whatsapp-default-avatar\" version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"\u003E\n \u003Cpath style=\"fill:#EDEDED;\" d=\"M0,512l35.31-128C12.359,344.276,0,300.138,0,254.234C0,114.759,114.759,0,255.117,0\n S512,114.759,512,254.234S395.476,512,255.117,512c-44.138,0-86.51-14.124-124.469-35.31L0,512z\"/\u003E\n \u003Cpath style=\"fill:#55CD6C;\" d=\"M137.71,430.786l7.945,4.414c32.662,20.303,70.621,32.662,110.345,32.662\n c115.641,0,211.862-96.221,211.862-213.628S371.641,44.138,255.117,44.138S44.138,137.71,44.138,254.234\n c0,40.607,11.476,80.331,32.662,113.876l5.297,7.945l-20.303,74.152L137.71,430.786z\"/\u003E\n \u003Cpath style=\"fill:#FEFEFE;\" d=\"M187.145,135.945l-16.772-0.883c-5.297,0-10.593,1.766-14.124,5.297\n c-7.945,7.062-21.186,20.303-24.717,37.959c-6.179,26.483,3.531,58.262,26.483,90.041s67.09,82.979,144.772,105.048\n c24.717,7.062,44.138,2.648,60.028-7.062c12.359-7.945,20.303-20.303,22.952-33.545l2.648-12.359\n c0.883-3.531-0.883-7.945-4.414-9.71l-55.614-25.6c-3.531-1.766-7.945-0.883-10.593,2.648l-22.069,28.248\n c-1.766,1.766-4.414,2.648-7.062,1.766c-15.007-5.297-65.324-26.483-92.69-79.448c-0.883-2.648-0.883-5.297,0.883-7.062\n l21.186-23.834c1.766-2.648,2.648-6.179,1.766-8.828l-25.6-57.379C193.324,138.593,190.676,135.945,187.145,135.945\"/\u003E\n \u003C/svg\u003E","defaultAvatarUrl":"https://menthorq.com/wp-content/plugins/wp-whatsapp/assets/img/whatsapp_logo.svg","timezone":"America/New_York","i18n":{"online":"Online","offline":"Offline"},"urlSettings":{"onDesktop":"api","onMobile":"api","openInNewTab":"ON"}};
//# sourceURL=nta-js-global-js-extra
https://menthorq.com/wp-content/plugins/wp-whatsapp/assets/js/whatsapp-button.js
var menthorq_gtm = {"system":{"ajax_url":"https://menthorq.com/wp-admin/admin-ajax.php","nonce":"e687627994","site_url":"https://menthorq.com","home_url":"https://menthorq.com","timestamp":1771256011,"environment":"production"},"debug":{"enabled":true,"environment":"production"},"user":[],"container_id":"GTM-599ZCR89"};
//# sourceURL=gtm-tracking-js-extra
https://menthorq.com/wp-content/themes/memberpress-wp-th/modules/GoogleTagManager/Assets/Public/Js/gtm-tracking.js
https://menthorq.com/wp-content/themes/memberpress-wp-th/modules/Mixpanel/Assets/Public/Js/mixpanel-tracking.js
var menthorq_common = {"system":{"ajax_url":"https://menthorq.com/wp-admin/admin-ajax.php","nonce":"8e91336386","version":"1.28.0","site_url":"https://menthorq.com","home_url":"https://menthorq.com","timestamp":1771256011},"debug":{"enabled":true,"environment":"production"}};
//# sourceURL=common-core-js-extra
https://menthorq.com/wp-content/themes/memberpress-wp-th/modules/Core/Assets/Public/Js/common.js
https://menthorq.com/wp-content/themes/memberpress-wp-th/modules/TableOfContents/Assets/Public/Js/tableofcontents.js
https://menthorq.com/wp-content/themes/memberpress-wp-th/dist/js/public.bundle.js
(function() {
'use strict';
// Function to get cookie value
function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
return null;
}
// Function to delete cookie
function deleteCookie(name) {
document.cookie = name + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';
}
// Read pending events from cookie
const cookieValue = getCookie('gtm_events_v2');
if (cookieValue) {
try {
// First decode URL encoding (browsers automatically encode cookies)
// Then decode from base64, then parse JSON
const urlDecoded = decodeURIComponent(cookieValue);
const decodedValue = atob(urlDecoded);
const events = JSON.parse(decodedValue);
// Validate that events is an array
if (!Array.isArray(events)) {
throw new Error('Events is not an array');
}
console.log('%c[TrackingManager GTM]%c Found ' + events.length + ' pending events in cookie', 'color: #4CAF50; font-weight: bold', 'color: inherit');
// Ensure dataLayer exists
window.dataLayer = window.dataLayer || [];
// Push all events to dataLayer
events.forEach(function(eventData, index) {
const dataLayerEvent = {
event: eventData.event
};
// Add all properties
if (eventData.properties && typeof eventData.properties === 'object') {
Object.keys(eventData.properties).forEach(function(key) {
dataLayerEvent[key] = eventData.properties[key];
});
}
dataLayerEvent._timestamp = eventData.timestamp;
window.dataLayer.push(dataLayerEvent);
console.log('%c[TrackingManager GTM]%c Event #' + (index + 1) + ':', 'color: #4CAF50; font-weight: bold', 'color: inherit', eventData);
});
console.log('%c[TrackingManager GTM]%c All events pushed to dataLayer', 'color: #4CAF50; font-weight: bold', 'color: inherit');
// Delete the cookie
deleteCookie('gtm_events_v2');
} catch (e) {
console.error('[TrackingManager GTM] Error parsing events from cookie:', e);
// Delete corrupted cookie
deleteCookie('gtm_events_v2');
}
}
// Also clean up old cookie format (v1) if it exists
deleteCookie('gtm_pending_events');
})();