(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
High IV Rank: Position Sizing In Expanding Volatility Regimes
One of the most common reactions in options trading goes like this: implied volatility rankis elevated, therefore premium is attractive, therefore selling options makes sense. That line of thinking is incomplete.
IV rank measures where current implied volatility sits relative to its own history. It does not tell you what realized volatility is doing right now. It does not tell you how unstable the underlying has become. And it certainly does not tell you whether your capital can withstand what may come next.
High IV rank is not a signal by itself. It is context. Let’s break it down in this article.
Relative Richness Versus Absolute Risk
IV rank answers a simple question: is implied volatility high compared to its past range? What it does not answer is whether implied volatility is high enough relative to current realized volatility, or whether realized volatility is accelerating.
In many cases, the names with the highest IV rank also carry the most negative volatility risk premium. Realized volatility has already expanded sharply. The market is demanding compensation for that instability.
Selling premium in that environment may look attractive on a chart of implied volatility. But if realized volatility is running hot, you are not harvesting a stable edge. You are stepping into a storm because the insurance looks expensive.
Metals markets in early 2026 provide a useful example in certain regimes. When realized volatility spikes and daily ranges expand significantly, implied volatility follows. The premium may look “rich,” but that richness reflects genuine uncertainty.
When Realized Volatility Expands
Imagine a market where average one-day moves were running at 0.8 percent. Suddenly, realized volatility expands and daily moves average 2.5 percent. That is not a cosmetic change. That is a structural shift in risk.
If your position size was calibrated to a 0.8 percent daily environment, maintaining the same size in a 2.5 percent environment dramatically increases the volatility of your PnL.
Even if implied volatility has risen and the setup appears more attractive on paper, your exposure has changed. Position sizing must adapt to realized conditions. If daily movement triples, size should contract accordingly if your goal is to maintain stable risk.
Otherwise, you are allowing the underlying asset’s volatility to dictate your PnL volatility at precisely the moment uncertainty has increased.
The Dealer Positioning Factor
Another often overlooked dimension is dealer positioning. When implied volatility is trading rich, it is frequent because dealers and other participants are already short volatility. The market demands a higher premium to compensate them for that exposure.
When many players are short volatility simultaneously, stability is not guaranteed. In fact, crowded short-vol positioning can amplify moves. If realized volatility expands further, hedging flows can reinforce instability rather than dampen it.
High IV rank in that context does not necessarily represent opportunity. It may represent stress.
The Critical Question Before Entry
Before entering a short volatility trade in a high IV environment, ask some practical questions:
If realized volatility doubles from here, can I hold this structure without being forced to adjust at the worst possible moment?
If the answer is yes, your sizing likely reflects the new regime.
If the answer is no, the issue is not the trade idea itself. It is your size.
Too often, traders evaluate trades based on theoretical edge without recalibrating exposure to the current volatility regime. They focus on premium collected rather than capital at risk.
The Discipline Of Volatility-Based Sizing
A consistent framework adjusts position size as realized volatility changes. When realized volatility is compressed, larger structures may be tolerable because daily swings are contained.
When realized volatility expands sharply, structure size should contract. The goal is not to maximize premium per trade. The goal is to stabilize the volatility of your own PnL.
This approach prevents forced adjustments during large moves and preserves the flexibility to manage the position rationally rather than reactively. We track large structure through our volatility control fund model.
High IV Rank Is Not A Green Light 5
Conclusion
IV rank tells you how implied volatility compares to history. It does not tell you whether today’s realized environment is stable, nor does it guarantee that premium is mispriced. When realized volatility expands, the correct response is not automatically to sell more premium. It is to reassess size. A trade can be conceptually sound but improperly sized.
Before selling options in a high IV regime, ask whether your capital can tolerate further expansion in realized volatility. If not, the structure may be fine, but the exposure is not.
Ask QUIN for better ways to find volatility trades.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.