(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
Implied Volatility (IV) is the market’s forecast of future volatility, priced into the option’s premium.
Realized Volatility (RV) is the actual volatility that plays out in the underlying asset over time.
When you purchase an option, you’re effectively buying a “volatility forecast.” If the market ends up moving more than implied, you’ve paid a cheap premium relative to how much actual movement you’re capturing via hedges. That’s where the edge comes in.
Here’s the golden rule:
RV > IV = Profitable gamma scalping
RV < IV = Potential losses from theta decay
Gamma Scalping in Practice
Gamma scalping is a delta-neutral strategy used when you own long gamma—typically via long at-the-money options. As the price of the underlying asset moves, your option’s delta changes. To remain hedged, you continuously adjust your position in the underlying.
Here’s a practical walkthrough:
Open a long option position
Buy an at-the-money call or put, or use a straddle/strangle structure.
You now have positive gamma and pay for implied vol.
Monitor price movements
As the asset price moves up or down, delta shifts.
You hedge your position by selling into strength and buying into weakness.
Capture P&L through hedges
These intraday or intra-week trades generate profit when realized volatility is high.
Your goal: make enough through scalping to offset the theta decay of the option.
Exit before expiration decay accelerates
As expiration nears, theta speeds up.
The ideal window is when gamma is still high but decay is manageable (2–10 days to expiry).
Why the Strategy Works Best When RV > IV
Let’s quantify the logic:
You buy an option with 30% IV, which translates to a one-standard-deviation expected move of ±2% for the week.
If the underlying asset moves ±3–4% intraday (as in many crypto or tech stocks), you’re harvesting extra movement not priced into the premium.
Each hedge trade captures slippage between current and expected movement—similar to market making in volatile conditions.
In short, you’re buying cheap volatility and selling expensive realized movement through your hedges.
This is especially effective in:
Post-event environments where IV has collapsed but markets remain reactive
Assets known for intraday mean-reverting behavior (e.g., BTC, AAPL)
Market regimes with headline sensitivity (macro catalysts, earnings, regulatory shifts)
What Happens When RV < IV?
This is where the trap lies.
When realized vol drops below implied vol:
The underlying asset is calmer than expected.
You hedge less frequently—fewer opportunities to generate profit.
Meanwhile, theta decay is eating away at your position daily.
Net result: you paid too much for the option, and it’s not “moving enough” to justify the premium.
This regime often happens:
Ahead of known catalysts (e.g., FOMC, CPI) where traders bid up IV
In grinding bull or bear markets with low dispersion
In post-event cooldowns where both IV and RV drop together
Traders need to monitor volatility surfaces, skew, and historical vol metrics to avoid entering gamma scalps when IV is overstated.
Risk Management and Practical Tips
To succeed with gamma scalping, focus on these principles:
Only pay for cheap IV
Look for 10–20% IV ranks on a historical percentile basis.
Favor assets with event catalysts behind them or mean-reverting intraday flows.
Stay close to the money
Gamma is highest near the strike; avoid deep OTM options unless directional bias is strong.
Don’t overstay the trade
Gamma decays rapidly with time. Scale out before theta accelerates.
Use the right hedging tools
Spot markets for crypto
Futures or ETFs for equities and indices
Choose the most liquid venue for tight execution
Track realized volatility metrics
Use 5-day or 10-day realized vol vs. current IV.
Tools like MenthorQ or TradingView’s historical volatility indicators help estimate the edge.
Conclusion: The Volatility Arbitrage Play
Gamma scalping isn’t about calling direction—it’s about exploiting mispriced volatility. When the market underestimates how much something will move, traders equipped with long gamma and active hedging can repeatedly harvest value.
But the key is this: RV must exceed IV.
Otherwise, you’re simply bleeding option premium for noise-level price moves. Knowing when volatility is underpriced—and when it’s likely to revert higher—is the edge. And in fast-moving markets like crypto and tech, that edge is often hiding just beneath the surface.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.