Learning Objectives
- Place a strategy idea on the strategy map by linking it to a strategy family, a plausible source of edge, and the dominant feasibility constraints and failure modes.
- Define a versioned trading setup in decision-time terms: what is tradable, when decisions are made, what information is admissible, how scores become positions, and which constraints and costs are treated as material.
- Define "better" economically and keep model diagnostics, signal diagnostics, and strategy outcomes in distinct roles during research and evaluation.
- Design a time-series evaluation protocol that preserves chronology, prevents overlap leakage, and separates model selection from final performance estimation.
- Establish a narrow baseline checkpoint with timing, coverage, and trading-intensity sanity checks before expanding the search space.
- Keep search auditable, reproducible, and countable using a simple trial taxonomy and automatic run logging.
From idea to evidence with the ML4T workflow
The live trading loop is defined as a five-step cycle (observe, score, map to positions, execute, monitor) alongside its research counterpart, which builds evidence about live behavior without shifting assumptions. Nine case studies spanning ETFs, equities, crypto, futures, FX, and options serve as scaffolds for the remainder of the book. The reader takes away a concrete mental model of how research iteration mirrors deployment and why timing discipline is the single most important guardrail.
Mapping strategies and sources of edge
A two-lens framework for evaluating strategy ideas before building models: strategy families (price-based, fundamental, microstructure, market mechanics) classify ideas by their dominant constraints, while sources of edge (risk compensation, liquidity provision, flow predictability, informational advantage) explain why returns might persist. The section documents why most published anomalies fail in practice — post-publication decay, implementation gaps, and definitional sensitivity — and teaches readers to answer four questions about any idea before committing to experimentation.
Defining the trading setup
The trading setup is specified as the fixed evaluation environment: universe rules, decision schedule, score-to-trade mapping, constraints, and cost model class. The section distinguishes mechanics changes (which require a new setup version) from parameter tuning (which stays within a version), using a detailed ETF momentum example. Comparability across experiments depends on keeping the trading setup invariant and versioned.
Setting objectives and evaluation metrics
A three-layer metric framework separates model diagnostics (can the model learn the label?), signal diagnostics (does the output behave like a tradable signal?), and strategy outcomes (does the process produce economic value under costs?). Using strategy-level outcomes to drive every micro-decision during development invites overfitting to simulator details. The reader learns to keep metric roles separate and reserve strategy-level evaluation for late-stage confirmation.
Evaluation protocol for time series
Five forms of data leakage (label, standardization, threshold, survivorship, point-in-time) explain why standard k-fold cross-validation fails on financial data. The section covers walk-forward CV with expanding and rolling windows, temporal buffers to prevent overlap leakage, sealed holdout test sets, nested walk-forward for rolling retuning, and combinatorial methods like CPCV. Evaluation design commitments — window lengths, step size, buffer sizes, test periods — are non-negotiable protocol choices rather than tuning parameters.
Establishing a baseline checkpoint
The baseline checkpoint is the smallest runnable specification that answers whether the trading setup supports enough stable structure to justify deeper work. Three preflight checks (timing sanity, coverage sanity, trading-intensity sanity) and a narrow first reference run earn the right to expand models and features in later chapters. A failed baseline usually calls for revising the setup rather than optimizing around a brittle definition.
Search accounting and run logging
Every research iteration must be logged with provenance, configuration, artifact pointers, and decision gates to support comparability and reproducibility. A four-level trial taxonomy (strategy, trial family, trial, run) connects run logging to the Deflated Sharpe Ratio and pre-registration as defenses against selection bias. Without countable search, iteration becomes untraceable and selection bias becomes invisible.
Summary
Related Case Studies
See where these chapter concepts get applied in end-to-end trading workflows.
ETF Cross-Asset Exposures
All six model families compared across 100 ETFs spanning 9 asset classes
Crypto Perpetuals Funding
Alternative data and non-standard frequencies in 24/7 crypto markets
NASDAQ-100 Microstructure
Intraday microstructure signals across 114 stocks at 15-minute frequency
S&P 500 Equity + Option Analytics
Combining options-derived features with equity data for multi-source prediction
US Firm Characteristics
Classic factor investing with ML on monthly fundamental data
FX Spot Pairs
Momentum and carry factors in the world's most liquid market
CME Futures
Carry signals across 30 products — data quality as the critical variable
S&P 500 Options (Straddles)
Direct options trading and why equity-style cost models fail for options
US Equities Panel
Large-scale cross-sectional prediction across 3,200 stocks with 16 walk-forward folds
01 Where Ideas Come From
02 Cv Foundations
03 Case Study Overview
2 primer topics providing foundational concepts for this chapter.
97 references cited in this chapter.
Narasimhan Jegadeesh and Sheridan Titman (1993) — The Journal of Finance · 11065 citations
This seminal paper establishes the existence of 'Momentum' in stock prices, showing that buying past 6-month winners and selling losers generates ~1% monthly excess returns over medium horizons (3-12 months).
PRABIR BURMAN et al. (1994) — Biometrika
Extends cross-validation to stationary dependent data by leaving out a local time block around each test point (h-block CV) and adding a correction term so prediction error estimates remain accurate even when a fixed fraction of data is removed.
Thomas H. Goodwin (1998) — Financial Analysts Journal
Goodwin explains what the information ratio (IR) actually measures, how to annualize and test it statistically, and shows (using 1986–1995 institutional manager data) that “good” IR levels are highly style- and benchmark-dependent.
More Than You Ever Wanted to Know About Volatility Swaps
Kresimir Demeterfi et al. (1999)
On Over-fitting in Model Selection and Subsequent Selection Bias in Performance Evaluation
Gavin C Cawley and Nicola L C Talbot (2010) · 2191 citations
This paper demonstrates that the variance of model selection criteria can lead to overfitting hyperparameters, resulting in poor generalization and an optimistic bias in machine learning performance evaluations if proper nested validation protocols are not used.
Daniel Egloff et al. (2010)
Tobias J. Moskowitz et al. (2011)
This paper documents the existence of time series momentum across a wide range of asset classes, where past 12-month returns positively predict future returns, and shows that a diversified portfolio of time series momentum strategies delivers substantial abnormal returns.
Ian Martin (2011)
Christoph Bergmeir and José M. Benítez (2012) — Information Sciences
This paper investigates the use of cross-validation techniques for evaluating time series forecasting models, comparing them to traditional methods and suggesting a blocked cross-validation approach to address theoretical concerns.
Clifford S. Asness et al. (2013) — The Journal of Finance
Value and Momentum strategies work consistently across eight diverse asset classes and markets, and their negative correlation allows a combined strategy to achieve a Sharpe ratio of 1.45, significantly outperforming either strategy alone.
David H. Bailey and Marcos Lopez de Prado (2014) · 110 citations
The paper introduces the Deflated Sharpe Ratio (DSR), a statistic that adjusts performance metrics for the probability of backtest overfitting caused by multiple testing and non-normal returns.
David H. Bailey et al. (2015) · 119 citations
This paper proposes a practical, model-free way to estimate how likely your “best” backtest is a false positive caused by trying many strategy variations on the same data.
Kent Daniel and Tobias J. Moskowitz (2016) — Journal of Financial Economics · 2 citations
Momentum strategies suffer predictable crashes during bear market rebounds because past losers behave like high-beta call options; a dynamic weighting strategy based on market volatility can double the Sharpe ratio.
Does Academic Research Destroy Stock Return Predictability?
R. David McLean and Jeffrey Pontiff (2016) — Journal of Finance · 851 citations
Stock return predictors published in academic journals lose 58% of their performance after publication due to a combination of statistical bias (data mining) and arbitrage trading.
Christoph Bergmeir et al. (2018) — Computational Statistics & Data Analysis
The paper shows that standard random K-fold cross-validation can be valid for autoregressive time-series forecasting—if (and largely only if) the model’s forecast errors are serially uncorrelated—often making it better than single holdout out-of-sample evaluation.
Advances in Financial Machine Learning
Marcos Lopez de Prado (2018) — John Wiley & Sons · 106 citations
Robert D. Arnott et al. (2018)
This paper proposes a research protocol for backtesting investment strategies, particularly in the context of machine learning, to mitigate the risk of overfitting and false positives due to limited financial data.
Campbell R. Harvey and Yan Liu (2019) · 70 citations
A comprehensive meta-analysis of over 400 published investment factors, arguing that most are false positives resulting from p-hacking and multiple testing failures.
Stephen Bates et al. (2021) · 428 citations
This paper analyzes cross-validation (CV) for prediction error estimation, showing it estimates the average error across datasets rather than the error of the specific fitted model, and introduces nested cross-validation (NCV) to improve confidence interval coverage.
Jacques Joubert et al. (2024) — The Journal of Portfolio Management
A practitioner-focused guide to designing more reliable backtests by choosing the right backtest type, avoiding common simulation biases, and correcting Sharpe-ratio inference for multiple strategy trials.
Jacques Joubert et al. (2024)
A practitioner-focused guide to three backtest frameworks (walk-forward, resampling, Monte Carlo) and to avoiding common biases—especially selection bias from multiple testing that inflates Sharpe ratios.
Ian Dew-Becker and Stefano Giglio (2025)
The Elements of Quantitative Investing
Giuseppe A. Paleologo (2025) — John Wiley & Sons
A Century of Evidence on Trend-Following Investing
Brian Hurst et al. · 185 citations
Using a novel dataset extending back to 1880, this paper demonstrates that trend-following strategies have consistently generated positive returns across all decades and 8 out of 10 major financial crises.
A study of cross-validation and bootstrap for accuracy estimation and model selection
Ron Kohavi — Morgan Kaufmann Publishers Inc. · 13436 citations
This paper compares cross-validation and bootstrap methods for estimating the accuracy of classifiers and for model selection, finding that stratified tenfold cross-validation is generally a better scheme in terms of bias and variance.
Jun Shao (1993) — Journal of the American Statistical Association
Shao shows that the ubiquitous leave-one-out cross-validation (and AIC/Cp/related criteria) is asymptotically inconsistent for linear-model variable selection, and that consistency requires an “opposite” split where the validation set is most of the data (n_v/n → 1) while the training set still grows (n_c → ∞).
Value versus growth: The international evidence
Eugene F Fama and Kenneth R French (1998) — The journal of finance
This seminal paper validates the 'value premium' as a pervasive global phenomenon across 13 major markets and emerging economies, demonstrating that value stocks outperform growth stocks due to risk compensation (relative distress) rather than just US-specific data mining.
Halbert White (2000) — Econometrica · 1769 citations
This paper introduces a 'Reality Check' procedure to test whether the best model found during a specification search has genuine predictive power over a benchmark, accounting for data snooping biases.
André F. Perold (2004) — Journal of Economic Perspectives
This paper explains the intuition, derivation, and practical uses of the CAPM—showing that only non-diversifiable (market) risk should command a risk premium and that beta links expected returns to market risk.
Robert J. Elliott et al. (2005) — Quantitative Finance
Provides a concrete state-space (Kalman filter + EM estimation) framework for pairs trading by modeling the spread as a mean-reverting Gaussian process observed with noise and using deviations from the filtered/predicted spread to trigger trades.
Nicolae Garleanu et al. (2005)
Alessio Saretto and Pedro Santa-Clara (2006)
Mark Broadie et al. (2007)
Joseph Engelberg et al. (2008)
This paper explains when and why pairs trading makes money, showing profits are highest when divergences come from temporary liquidity shocks or differential reaction speeds to common news, and lowest when divergences reflect firm-specific value-relevant news.
Tim Bollerslev et al. (2008)
Robert Bianchi et al. (2009) — University of Queensland
A Gatev-style pairs-trading strategy applied to 27 commodity futures (1990–2008) produces statistically significant, market-neutral excess returns—especially in Energy—supporting the idea that arbitrageurs are paid for enforcing the Law of One Price.
Marco Avellaneda and Jeong-Hyun Lee (2010) — Quantitative Finance · 325 citations
The paper builds and backtests market-neutral US equity mean-reversion (“stat arb”) strategies where signals come from stock residuals after removing systematic risk via PCA factors or sector ETFs, showing Sharpe ratios around 1–1.5 pre-cost with notable degradation after 2002 and a severe drawdown during August 2007.
Narasimhan Jegadeesh and Sheridan Titman (2011) — Annual Review of Financial Economics
A comprehensive review and update of the momentum anomaly, highlighting that while the strategy remains robust (13.5% annual profit 1990-2009), it is subject to severe crashes (e.g., -36.5% in 2009) driven by time-varying market beta during recoveries.
Trading in the presence of cointegration
Alexander Galenko et al. (2012) — The Journal of Alternative Investments
The paper derives and backtests a dollar-neutral long/short trading strategy that exploits mean reversion implied by cointegration, proving positive expected profit under idealized conditions and showing stronger empirical performance with weekly (vs daily) sampling for a 4-ETF global equity set.
David H. Bailey and Marcos Lopez de Prado (2012) · 147 citations
The paper replaces “point-estimate Sharpe ratio” with a probability-of-skill metric (Probabilistic Sharpe Ratio, PSR) that adjusts for non-normal returns and track-record length, and extends this idea to a portfolio-selection concept called the Sharpe Ratio Efficient Frontier (SEF).
João Caldeira and Guilherme V. Moura (2013) — SSRN Electronic Journal
The paper builds and backtests a market-neutral pairs trading strategy for Brazilian equities that selects stock pairs via cointegration and ranks them by in-sample Sharpe, achieving ~16% annual excess returns with low market correlation out-of-sample (2006–2012).
David H. Bailey et al. (2014)
The paper demonstrates—via an online simulator—that even very simple trading strategies can look great in-sample purely by trying enough parameter combinations, yet fail out-of-sample because the apparent edge is just backtest overfitting.
Heiko Jacobs and Martin Weber (2014)
Pairs trading delivers persistent abnormal returns internationally and in the U.S., and this paper shows that profitability is higher when divergence is driven by common news under investor distraction and when limits-to-arbitrage are tight.
David H. Bailey et al. (2014) — Notices of the American Mathematical Society · 150 citations
The paper shows mathematically and via simulations how trying many strategy variations can manufacture high in-sample Sharpe ratios that collapse (or even turn negative) out-of-sample, and it proposes a “minimum backtest length” requirement tied to the number of trials.
Bruno Feunou et al. (2015)
Tim Bollerslev et al. (2015)
Online tools for demonstration of backtest overfitting
David H Bailey et al. (2015) — Available at SSRN 2597421
This paper introduces two free online simulators (BODT and TMST) that show how optimizing many strategy variants on the same backtest can manufacture high in-sample Sharpe ratios that collapse out-of-sample—and why metrics like the Deflated Sharpe Ratio are needed to correct for multiple testing.
Pedro Barroso and Pedro Santa-Clara (2015) — Journal of Financial Economics
This paper demonstrates that the risk of momentum strategies is time-varying and predictable, and that managing this risk through volatility scaling significantly improves the Sharpe ratio and reduces crash risk.
Marcos Lopez de Prado (2015)
This paper argues that most published backtests in empirical finance are statistically unreliable because they ignore multiple testing and other sources of performance inflation, and it proposes practical corrections (Deflated Sharpe Ratio and Probability of Backtest Overfitting).
Hossein Rad et al. (2016) — Quantitative Finance
Using all liquid US equities from 1962–2014, the paper compares distance-, cointegration-, and copula-based pairs trading and finds that distance/cointegration remain economically meaningful after costs (~33–38 bps/month) while the copula approach is much weaker net (~5 bps/month) but maintains steadier trade frequency in recent years.
Sendhil Mullainathan and Jann Spiess (2017) — Journal of Economic Perspectives
This paper discusses how machine learning (ML) can be integrated into econometrics, emphasizing its strength in prediction ($\hat{y}$) rather than parameter estimation ($\hat{\beta}$), and provides guidance on applying ML techniques effectively in economic research.
Christopher Krauss (2017) — Journal of Economic Surveys
A structured survey of pairs trading/statistical arbitrage research that compares five major modeling frameworks and highlights what actually survives transaction costs and other market frictions.
Mario Carrasco Blázquez et al. (2018) — European Research on Management and Business Economics
The paper compares five common pair-trading pair-selection/residual-construction techniques and concludes that cointegration (and, closely related, distance) produces residual spreads with the best mean-reversion/stationarity properties—hence the highest profit potential in principle.
S. Endres and J. Stübinger (2019) — Applied Economics
The paper derives closed-form optimal entry/exit thresholds for pairs trading when spreads follow a Lévy-driven Ornstein–Uhlenbeck process, and reports very large net returns on 1-minute S&P 500 data (1998–2015), especially in sectors with strong mean reversion, volatility, and jump activity.
Nick Baltas and Robert Kosowski (2019)
Optimizes Time-Series Momentum (TSMOM) by reducing turnover ~36% via efficient volatility/trend estimation and improving post-crisis performance through dynamic correlation-based leverage.
Alice's Adventures in Factorland: Three Blunders That Plague Factor Investing
Robert D. Arnott et al. (2019) — Journal of Portfolio Management
Factor investing returns are consistently overstated due to data mining and crowding, while risks are understated due to non-normal tail behavior and vanishing diversification during crises.
Ing-Haw Cheng (2019)
Peter Akioyamen et al. (2020) — Proceedings of the First ACM International Conference on AI in Finance
The paper proposes a PCA + k-means + classifier pipeline to detect U.S. macro “regimes” (crisis vs non-crisis) and shows how regime predictions can drive profitable tail-hedging and tactical allocation strategies out-of-sample (2014–2020).
Stefano Giglio et al. (2021) — The Review of Financial Studies
This paper develops a robust framework for multiple hypothesis testing of alphas in linear asset pricing models, controlling for data snooping, omitted factors, and missing data, and demonstrates its superior performance in hedge fund evaluation.
Andrew Y. Chen and Tom Zimmermann (2021) · 185 citations
This paper provides an open-source dataset and code demonstrating that nearly 100% of published cross-sectional stock return predictability results can be successfully reproduced, challenging claims of widespread non-replicability and p-hacking.
Marcos López de Prado (2022) — The Journal of Portfolio Management
The paper derives closed-form (analytic) formulas for Sharpe-ratio Type I and Type II error rates under multiple testing (familywise), showing how selection among many backtests can dramatically inflate false discoveries and how power depends on sample size and non-normality.
Marcos Lopez de Prado (2022)
The paper argues that current factor investing relies on spurious associational correlations rather than causal mechanisms, and proposes adopting 'Causal Factor Investing' using causal graphs and do-calculus to distinguish true drivers of returns from statistical artifacts.
Sid Browne et al. (2023) — The Journal of Portfolio Management
The paper proposes statistically testable definitions of “timing” (win frequency) and “sizing” (win/loss magnitude) skill for systematic strategies, and shows which strategy types look better or worse in inflation and recession regimes.
Ai Deng (2023) — Economics Letters
This paper provides a theoretical result for time series cross-validation, investigates the impact of validation sample size, and proposes an alternative method for constructing validation samples, finding that varying validation sample sizes can improve model selection performance in certain situations.
Marcos López de Prado (2023) — The Journal of Portfolio Management
The paper argues that standard factor investing is flawed because it treats associational regression betas as causal effects without establishing a causal graph, leading to spurious anomalies and portfolio risks.
Michele Aghassi et al. (2023) — The Journal of Portfolio Management
A comprehensive defense of factor investing (Value, Momentum, Carry, Defensive) arguing that recent underperformance is consistent with historical risk profiles rather than structural decay or overcrowding.
Dan diBartolomeo (2023) — The Journal of Portfolio Management
Because not all active managers can beat a sensible benchmark, conventional information ratios (IR = active return / tracking error) are structurally upward biased—and the bias grows with IR—so “maximize IR” can lead investors to prefer managers whose apparent skill is most overstated.
Dirk G. Baur and Thomas Dimpfl (2023) — The Journal of Portfolio Management
Using randomized portfolios of large US stocks, the paper tests the famous rule “cut your losses and let your profits run” and finds that threshold-based “cut” strategies consistently underperform simple buy-and-hold—even during crises—because losers often rebound while winners exhibit stronger persistence.
David Blitz (2023) — The Journal of Portfolio Management
A strategic review of factor investing that argues for specific modernizations—including intangible-adjusted value, continuous trading, and short-term signals—to overcome the performance stagnation of generic Fama-French factors.
Benton Chambers et al. (2024) — The Journal of Portfolio Management
This paper demonstrates that simple, model-free definitions of Value, Carry, Quality, and Momentum generate robust risk-adjusted returns across US Investment Grade, High Yield, and Emerging Markets, with a multi-factor US High Yield portfolio achieving an Information Ratio of 0.68 after transaction costs.
Marcos Lopez de Prado et al. (2024)
This paper argues that mainstream (associational) factor model specification practices systematically select misspecified models—especially by mis-handling confounders and colliders—causing disappointing live factor performance and even systematic losses, and it calls for rebuilding factor research around causal graphs and do-calculus.
Kevin J. DiCiurcio et al. (2024) — The Journal of Portfolio Management
A two-stage framework that first uses unsupervised learning to identify market risk regimes (Normal, Correction, Bear) and then uses supervised learning to predict winning equity factors within those regimes, outperforming static and business-cycle approaches.
Bruce I. Jacobs et al. (2025) — The Journal of Portfolio Management
Smart beta inherits the limitations of standard factor models—especially time-varying and post-publication-decaying factor premiums—so long stretches of underperformance are normal, and truly durable outperformance likely requires a more dynamic, proprietary multifactor (“smart alpha”) process.
Alejandro Lopez-Lira et al. (2025)
LLMs can appear to “forecast” economics/markets pre-cutoff because they often memorize realized historical outcomes, making pre-cutoff forecast evaluation fundamentally non-identifiable and prone to lookahead bias.
Marcos Lopez de Prado et al. (2025)
This paper is a practical and statistical “user manual” for Sharpe ratio inference, showing how to correct for non-Normality, serial correlation, small samples, and multiple testing so you don’t mistake noise for skill.
Yizhan Shu and John M. Mulvey (2025) — The Journal of Portfolio Management · 2 citations
A dynamic factor allocation strategy using Sparse Jump Models (SJM) to identify active return regimes improves the Information Ratio from 0.05 to ~0.45 compared to an equal-weighted benchmark.
Chuan Shi and Xiangbin Lian (2025)
A comprehensive guide demonstrating that trend-following efficacy relies more on time-scale selection than specific indicators, supported by simulations and empirical evidence from Chinese futures (16.24% annualized return).
Does Peer-Reviewed Research Help Predict Stock Returns?
Andrew Y Chen et al.
Peer-reviewed cross-sectional stock return predictors deliver only a ~2 bps/month out-of-sample advantage versus a very naive data-mining procedure on 29,000 accounting ratios, and “risk-based” theoretical justifications do not improve (and may worsen) post-sample robustness.
Robert Novy-Marx
The paper shows that backtests of strategies built by combining and signing multiple signals are severely overfit—so conventional t-stat thresholds (e.g., 1.96) dramatically overstate statistical significance, often requiring critical values as high as ~4–7 instead.
The Statistics of Sharpe Ratios
Andrew W. Lo (2002) — Financial Analysts Journal · 739 citations
This paper derives the sampling distribution, standard errors, and correct time-aggregation rules for estimated Sharpe ratios, showing that the common √12 annualization can be badly wrong when returns are serially correlated (e.g., overstating hedge-fund Sharpe ratios by up to 65%).
Gary B. Gorton and K. Geert Rouwenhorst (2005)
This paper examines the historical performance of commodity futures as an asset class, finding that they offer similar returns and Sharpe ratios to equities but with negative correlation to stocks and bonds, making them a valuable diversification tool and inflation hedge.
Robert Novy-Marx (2012) — Journal of Financial Economics
This paper argues that momentum is primarily driven by firms' performance 12 to seven months prior to portfolio formation, not by recent past performance, and this holds across various asset classes.
Nicolas Huck and Komivi Afawubo (2015) — Applied Economics
Using S&P 500 constituents from August 2000 to September 2011, the paper shows that cointegration-based pair selection delivers high, stable, and transaction-cost-robust pairs-trading alpha, while the popular distance method does not.
George Bonne et al. (2018)
Establishes a standardized framework for classifying equity portfolio factor exposures into 8 groups using the Barra GEMLT model, defining specific thresholds for what constitutes a significant factor tilt.
Bayesian Estimation Supersedes the t-Test
Mike Meredith and John Kruschke (2018)
The paper explains how the R package BEST replaces classical t-tests with Bayesian estimation, yielding posterior distributions (not just p-values) for mean differences, effect sizes, variances, and robustness to outliers via a t-distribution likelihood.
John Lehoczky and Mark Schervish (2018) — Annual Review of Statistics and Its Application
A historically organized survey of how equity-market data, statistical models, and trading strategies evolved from pre-CRSP fundamentals/technical analysis to statistical arbitrage, machine learning, and today’s electronic limit-order-book/HFT markets.
Francisco Barillas and Jay Shanken (2018) — The Journal of Finance · 336 citations
This paper develops a Bayesian asset pricing test to compare different factor models and finds that models including a momentum factor, along with updated value and profitability factors, outperform recent models by Hou, Xue, and Zhang (2015a, 2015b) and Fama and French (2015, 2016).
Matthew Clegg and Christopher Krauss (2018) — Quantitative Finance
The paper upgrades classical cointegration pairs trading by modeling spreads as a mixture of a mean-reverting component and a random walk (“partial cointegration”), and shows this produces ~12% annualized net returns on S&P 500 constituents (1990–2015) while standard distance/cointegration variants largely fail on the same dataset.
Paul Schneider et al. (2020) — The Journal of Finance
This paper argues that low-risk anomalies, such as betting-against-beta, are explained by investors requiring compensation for coskewness risk, and that controlling for skewness renders the alphas of these strategies insignificant.
Eric L. Manibardo et al. (2020)
This paper argues—via a structured literature review plus a multi-dataset benchmark—that deep learning is not consistently better than simpler ML for short-term road-traffic forecasting, and that many published comparisons are methodologically weak.
Doron Avramov et al. (2021) · 50 citations
Deep learning strategies show strong profitability in difficult-to-arbitrage stocks and high limits-to-arbitrage market states, but this performance significantly erodes with economic restrictions and high trading costs, despite their ability to identify economically interpretable mispricing.
Andrew Ang et al. (2023) — The Journal of Portfolio Management
A panel of industry experts defends the persistence of the Value factor despite historic drawdowns, argues for integrating ESG as alpha signals rather than standalone factors, and outlines the role of NLP and machine learning in modern factor construction.
Peng Liu (2023) — The Journal of Portfolio Management
The paper shows how Bayesian optimization (BO) can tune trading-strategy parameters (treated as a noisy black-box Sharpe-ratio function) more efficiently than manual or random search, using pairs trading as a worked example.
Shuo Yu et al. (2023) — ACM
The paper proposes an RL-based alpha-mining framework that generates a set of interpretable formulaic alphas optimized jointly for how well they perform together in a downstream model, rather than mining alphas one-by-one.
Robert A. Jarrow (2025) — The Journal of Portfolio Management
For digital assets with zero fundamental value (like Bitcoin or meme tokens), buy-and-hold strategies mathematically guarantee negative risk-adjusted returns; the optimal strategy is a market-timing approach with a fixed profit-taking barrier.
Riondato
A practitioner-oriented survey of how to estimate the Sharpe ratio, form confidence intervals, and run hypothesis tests—highlighting where common “asymptotic normal” shortcuts break down and when bootstrap methods are preferable.
Marshall J. Horton — The Quarterly Review of Economics and Finance
This paper empirically debunks the predictive power of Japanese Candlestick patterns, showing that signal outcomes are statistically indistinguishable from random chance.