Market Regimes#
Financial markets do not behave uniformly across time. They cycle through distinct regimes — bull and bear markets, high and low volatility periods, trending and mean-reverting environments, expansion and contraction phases — with each regime exhibiting different return distributions, correlations, and factor sensitivities. Regime detection aims to identify the current market state in real time, enabling adaptive trading systems that adjust strategy parameters, position sizes, or asset allocation based on the inferred regime.
The research here covers the foundational Markov regime-switching framework introduced by Hamilton (1989), regime-switching ARCH/GARCH models for volatility, modern machine learning approaches to regime identification (Wasserstein clustering, jump models, HMM), and practical applications to Bitcoin, VIX term structures, and multi-asset portfolios. A recurring theme is the challenge of real-time regime detection — the tension between using only past data (filtered probabilities) and the inevitable lag in regime identification that limits practical utility.
Related topics include Trend Following for regime-conditional trend strategies, Momentum for momentum timing with regime filters, and Volatility Modeling for volatility-based regime characterization.
A New Approach to the Economic Analysis of Nonstationary Time Series and the Business Cycle#
James D. Hamilton introduces the Markov-switching autoregressive model, where the parameters of an autoregression are governed by a discrete-state Markov process whose realizations are not directly observed. The framework allows the mean growth rate of a nonstationary series to shift between states, with the timing and duration of regimes inferred from the data via maximum likelihood. The paper applies the model to postwar U.S. real GNP growth, identifying distinct expansion and contraction regimes that align closely with NBER business cycle dates. Published in Econometrica, Vol. 57, No. 2, March 1989.
Our summary: this is the foundational paper for all regime-switching time-series models in economics and finance. Every subsequent application of Markov-switching to volatility, asset returns, or macro variables traces back to this framework. The key insight for quantitative finance is that a single linear model often masks fundamentally different dynamics across market states, and the Hamilton filter provides a principled, real-time way to estimate which regime the market is in at each point.
Autoregressive Conditional Heteroskedasticity and Changes in Regime#
James D. Hamilton and Raul Susmel extend the Markov regime-switching framework to ARCH volatility models, allowing the parameters governing conditional heteroskedasticity to shift between discrete states. The paper models weekly returns on U.S. stock indices, permitting the ARCH intercept and persistence parameters to change with an unobserved Markov state. Published in the Journal of Econometrics, Vol. 64, 1994.
Our summary: this paper is the direct bridge between Hamilton’s 1989 regime-switching framework and modern volatility modeling. By allowing ARCH parameters to switch between states, it formalizes the intuition that volatility clustering is not uniform over time but instead governed by latent market regimes. For realized-volatility forecasting and crypto volatility work, the Hamilton-Susmel model is the ancestor of all Markov-switching GARCH variants.
Clustering Market Regimes Using the Wasserstein Distance#
This paper introduces Wasserstein k-means clustering for identifying market regimes from return distributions. Unlike standard clustering that uses Euclidean distance on summary statistics, the Wasserstein approach operates directly on distributional properties, capturing the full shape of the return distribution in each period and identifying regime changes that conventional methods miss.
Rethinking Trend Following: Optimal Regime-Dependent Allocation#
This paper develops a framework for regime-dependent time-series momentum allocation, showing that the optimal trend signal depends on the current market regime. The authors demonstrate that adapting trend parameters and allocations to the identified regime generates superior risk-adjusted performance compared to static trend following implementations.
Dynamic Mean-Variance Portfolio Allocation under Regime-Switching Jump-Diffusions with Absorbing Barriers#
This paper solves the dynamic mean-variance portfolio allocation problem under a regime-switching jump-diffusion model with absorbing barriers representing ruin. The optimal allocation policy depends on the current regime and adapts to regime transitions, providing a rigorous framework for regime-aware portfolio construction under realistic market dynamics.
Regularised jump models for regime identification and feature selection#
A regime modelling framework that jointly performs regime identification and feature selection using regularised jump models. The framework identifies the active regime from market and macroeconomic variables while simultaneously selecting features that best distinguish between regimes, improving both interpretability and regime identification accuracy compared to standard jump models.
Dynamic Asset Allocation with Asset-Specific Regime Forecasts#
This article introduces a novel hybrid regime identification-forecasting framework that leverages both unsupervised and supervised learning to generate tailored regime forecasts for individual assets. The statistical jump model derives regime labels, and a gradient-boosted decision tree classifier predicts future regimes using return features and cross-asset macro-features. The framework is applied to a multi-asset portfolio comprising twelve risky assets from 1991 to 2023.
Forecasting Market Regimes with the sUSDe Term Structure#
An exploration of how the sUSDe term structure on Pendle can serve as a forward-looking signal for crypto market sentiment and regime forecasting. The article explains how crypto prices are heavily influenced by leveraged trading in perpetual futures, and how Ethena’s sUSDe effectively captures the basis from funding rates through delta-neutral strategies.
The article demonstrates that the term spread—the difference between back month and front month implied yields—is highly correlated with underlying yield regimes and produces a stronger signal for returns than the underlying yield alone. Historical analysis supports using this term structure as a leading indicator for changes in cost of carry and BTC price levels.
By Luke Leasure.
Testing the January Barometer as a Regime Filter for Crypto Trend Models#
Research Article #46 from Trading Research Hub. Tests the January Barometer effect in cryptocurrency markets. Originally introduced by Yale Hirsch in 1972 for equities, the January Barometer suggests that January’s market performance predicts the trend for the rest of the year.
The article applies this calendar anomaly to crypto, testing whether January’s performance in Bitcoin and other cryptocurrencies has predictive power for the remaining eleven months. It also examines whether the effect can be incorporated as a regime filter into a systematic trend-following model.
By Pedma.
Adjusting Bitcoin Strategy Exposure Based on Volatility Regimes#
Research Article #26 from Trading Research Hub. Studies how volatility regimes affect trading strategy performance in Bitcoin. The study examines how adjusting portfolio exposure based on the current volatility environment can improve risk-adjusted returns.
The article tests systematic approaches to identifying and responding to different volatility regimes, from calm to highly volatile periods. By targeting specific volatility conditions or adjusting position sizes based on the prevailing regime, the strategy aims to reduce drawdowns during turbulent periods while maintaining exposure during favorable conditions.
By Pedma.
Systematic Regime Detection for Momentum Strategy Timing#
An article on the systematic approach to regime targeting for momentum trading strategies. The article argues that trading against the general market direction is one of the most common causes of losses, and presents a framework for identifying favorable market regimes.
The article covers how to define and detect market regimes, how to adjust strategy exposure based on the current regime, and how to avoid trading during unfavorable conditions. The practical framework helps momentum traders align their positions with the broader market trend while knowing when to reduce exposure.
By Pedma.
Detecting VIX Term Structure Regimes#
A practical guide to analyzing the VIX term structure using Principal Component Analysis (PCA) and Hidden Markov Models (HMM) in Python. The article argues that a single VIX number tells you almost nothing about where risk sits in the market, but the term structure reveals whether the crowd expects a crisis next week or three months from now.
The methodology uses PCA to reduce the dimensionality of the VIX term structure into interpretable components (level, slope, curvature), then applies a Gaussian Hidden Markov Model to classify the slope series into distinct regimes including contango, backwardation, and transition states. A complete Python notebook is provided for reproducing the analysis.
By Cristian Velasquez.
Mentioned by QuantSeeker in this discussion.
Regime Detection with HMM: Critical Analysis#
A critical examination of hidden Markov model-based regime detection for systematic trading, covering both the theoretical appeal and practical limitations of HMM approaches. The post discusses the strengths of the method — including its principled probabilistic framework for latent state estimation — and several critical concerns including state number sensitivity, real-time detection lag, and the challenge of distinguishing regime detection from regime prediction.
Several aspects warrant scrutiny: HMMs require the number of hidden states to be specified a priori; real-time regime detection lags regime transitions substantially; the 70% probability threshold for reducing leverage is presented without justification; and transaction costs from regime-switching strategies can erode returns significantly if regime changes are detected frequently or noisily.
By Bongani Mayaba.
Building Regime-Robust Trading Systems Through Market Cycle Analysis#
An article on building robust long-term trading systems, explaining the market dynamics of inventory accumulation and distribution. The article describes how a trading system with a reliable signal acts like a lighthouse, attracting market participants and creating the conditions for profitable trading through systematic inventory management.
The article emphasizes the importance of distinguishing between systems that work in specific market conditions (like 2020’s bull market) versus those that are genuinely robust across different regimes.
By Pedma.