What is quantitative research?
Quantitative research, in the trading context, is the disciplined empirical process of converting a financial hypothesis into a model whose output is a forecast a price, a return, a risk number, or a trade signal together with the evidence that the model is worth deploying. The output of research is not a paper but a deployable, monitored production system with a defensible performance attribution (López de Prado, 2018).
The discipline is distinct from academic finance research in three important ways. First, the success criterion is economic (the strategy makes money net of costs, after slippage and tax, in production) not statistical (the model rejects the null hypothesis in a sample). Second, the data environment is hostile: point-in-time requirements, survivorship-bias-free universes, corporate actions, and time-zone issues are not academic niceties but production correctness. Third, research is continuous, not one-shot: a model is monitored in production for decay, and decay is the principal long-run cause of model failure.
Modern quant research is the synthesis of three traditions: the statistical rigour of financial econometrics (Campbell, Lo & MacKinlay, 1997), the disciplined hypothesis-testing of the empirical methods movement (Aronson, 2007), and the modern machine-learning toolkit for high-dimensional prediction (López de Prado, 2018). The synthesis is recent most of the modern validation toolkit (combinatorial purged cross-validation, the deflated Sharpe ratio, the triple-barrier method) was developed or popularised in the 2010s.
How do you formulate a research hypothesis?
The research hypothesis is the most important decision in the process, and the most error-prone. A useful hypothesis has three properties. It is testable: it can be expressed as a specific signal function that produces a forecast on real data. It is economically motivated: there is a reason grounded in market structure, behaviour, or information flow that the signal should work. And it is not already crowded: the alpha is not already extracted by other market participants in a way that makes the signal unprofitable after costs.
The most common failure mode is the “data-mined hypothesis” a relationship found by searching through hundreds of factors, identified by its in-sample p-value, and reported as a tested hypothesis. The procedure systematically overstates the statistical significance of the discovered factor (Harvey, Liu & Zhu, 2016). The discipline's response is to require the hypothesis to be stated before the data is examined, and to assess the cost of the search process in any subsequent significance test.
In practice, useful hypotheses come from a small number of sources: academic factor literature (value, momentum, quality, size), market microstructure (the behaviour of market makers, the resolution of information asymmetry), behavioural finance (the documented biases of human decision-makers), and structural features of specific instruments (the carry trade, the volatility risk premium, the term structure of commodity futures). Hypotheses that come from “I tried a thousand things and this one worked” are almost always spurious.
What is the standard research pipeline?
The research pipeline is the standard sequence of stages that a signal passes through, from initial data query to production deployment. The first stage is data engineering: the researcher obtains the relevant data set, validates it against independent sources, and documents the data lineage. The second stage is feature engineering: the researcher constructs the candidate features (technical indicators, fundamental ratios, alternative-data signals) that the model will consume. The third stage is signal design: the candidate features are combined into a model a linear regression, a tree ensemble, a neural network, or a hand-coded rule that produces a forecast.
The fourth stage is backtest, where the signal is evaluated on historical data. The fifth stage is risk decomposition, where the signal's exposure to common risk factors (market, size, value, momentum, sector, country) is estimated. A signal that is profitable in backtest but whose returns are entirely explained by factor exposures is not an alpha it is a factor bet, and the cost of holding it should be priced accordingly. The sixth stage is execution modelling, where the impact of realistic transaction costs, slippage, and capacity constraints is incorporated. The seventh and final stage is production deployment, with continuous monitoring for decay, capacity, and unintended factor exposures.
Each stage is a gate: a signal that fails one stage should not proceed to the next. The gates are designed to be hard to pass: a signal that is profitable in backtest but loses money net of realistic transaction costs has failed the execution gate. A signal that is profitable in backtest but whose returns are entirely explained by a known factor has failed the risk gate. A signal that is profitable in backtest but whose out-of-sample period is too short has failed the validation gate. The gates exist because the cost of deploying a bad signal is much larger than the cost of rejecting a good one (Aronson, 2007).
What are the dominant methodologies?
The dominant methodologies in modern quant research are distinguished by their prediction target and the structure of the model. Cross-sectional models predict a relative ordering of assets at a given date: the model is trained on a panel of assets and a time-series of features, and its output is a rank or a score. Time-series models predict the next value of a single series: the model is trained on one asset's history, and its output is a forecast of that asset's next return.
Cross-sectional models dominate equity research because equity returns are largely explained by common factors (Fama & French, 1993; Carhart, 1997). The model output is a ranking of stocks by expected risk-adjusted return; the portfolio is constructed as a long-short portfolio that is neutral to the common factors. The information coefficient (IC) the rank correlation between predicted and realised returns is the standard performance metric. Time-series models are more common in macro, commodities, and FX, where the prediction target is the absolute return of a single instrument.
The choice of model class is the second methodological axis. Linear models (OLS, ridge, LASSO, elastic net) remain the workhorse for cross-sectional work: they are interpretable, fast, and the standard errors are well-understood. Tree-based models (random forests, gradient-boosted trees) capture non-linearities and interactions but lose interpretability. Neural networks (multi-layer perceptrons, transformers, recurrent networks) are increasingly used in time-series and high-dimensional settings, but their use in finance is constrained by the data scarcity problem: the sample sizes in finance are small by machine-learning standards, and the cost of overfitting is large. López de Prado (2018) is the standard reference on the methodological choices.
How is overfitting prevented?
Overfitting is the central methodological problem in quant research. It is the failure mode in which a model fits historical noise rather than historical signal, producing backtest performance that does not survive in production. The 2008 crisis is the most public example of overfitting at the firm level, but the issue is endemic: the empirical evidence (McLean & Pontiff, 2016) is that the post-publication performance of academic anomalies is roughly half the in-sample performance, and a large fraction of anomalies cease to be profitable at all.
The state of the art in overfitting prevention has converged on a set of techniques. The first is purged k-fold cross-validation: standard k-fold cross-validation is invalid for time-series data because observations leak across folds, so the purged variant removes observations whose labels overlap the test set (López de Prado, 2018). The second is combinatorial purged cross-validation (CPCV), which produces multiple backtest paths through the data and estimates the probability that the reported performance is the result of overfitting. The third is walk-forward optimisation: rather than fitting the model on a single historical window, the model is re-fitted periodically on a rolling window and evaluated on the subsequent out-of-sample period, producing an honest stitched out-of-sample equity curve.
The fourth technique is the deflated Sharpe ratio (Bailey & López de Prado, 2014), which corrects the reported Sharpe ratio for the number of trials (every strategy that was tried and not reported is a trial), the non-normality of returns, and the correlation between trials. The fifth is the triple-barrier method, which labels each observation not by a fixed forward return but by the first of three events touched: an upper take-profit, a lower stop-loss, or a vertical time barrier. The method produces a more realistic target for supervised learning and avoids many of the label-leakage issues of fixed-horizon returns.
How is research validated?
Validation is the discipline of determining whether a backtest is real or an artefact. The first principle is the train-test split: a model is fit on a training set and evaluated on a held-out test set, with the test set never used for any model-selection decision. The second principle is multiple testing correction: a strategy found by searching through many factors has a higher effective significance threshold than a strategy specified ex ante (Harvey, Liu & Zhu, 2016). The third principle is the out-of-sample test: the model is evaluated on data the researcher has never seen, ideally from a different time period or a different market.
The fourth principle is walk-forward validation, which simulates production: the model is re-fit periodically, evaluated on the next out-of-sample period, and the resulting equity curve is the stitched out-of-sample performance. The fifth principle is the paper-trading period: a model is run in production with no real money for several months, to confirm that the live execution, the data feed, and the model's real-time behaviour are consistent with the backtest. The sixth principle is the live track record: the model is run with real money for at least 12 months before any capital is committed beyond a small initial allocation.
The standard rule in serious quant shops is that no backtest is trusted until it has survived all six validations. The cost of capital is high; the cost of being wrong is high. The single most common failure mode at every level of the discipline is to skip a validation because the strategy looked too good. The survivorship bias of the strategy that “would have worked” is the silent killer of every quant team that ever existed (López de Prado, 2018).
What does reproducibility look like?
Reproducibility is the property that an independent team, given the same data and the same code, can reproduce the published result. It is the scientific method's basic contract; it is increasingly demanded in finance, both by journals and by the institutional investors who allocate capital to systematic strategies. The reproducibility standard in modern quant research is high: a published result should be accompanied by the data set, the code, the dependency versions, the random seeds, and the exact command-line invocation that produced the reported numbers.
The practical discipline of reproducibility has three layers. The first is code version control: every result is tied to a specific commit hash. The second is data version control: every result is tied to a specific snapshot of the data, with the snapshot's provenance documented. The third is environment reproducibility: the results should not depend on the specific version of the Python or R interpreter, the specific BLAS library, or the specific random number generator state. The most common tool for the third layer is a container image (Docker) or a pinned environment specification (Nix, conda-lock).
The reproducibility standard is not just academic. A reproducible research process is also a more efficient research process: the same infrastructure that supports external reproducibility also supports internal handover (when a researcher leaves the team) and internal debugging (when a strategy that worked last year stops working this year). A team that cannot reproduce its own results cannot iterate on them. The most successful quant firms in the industry treat reproducibility as a first-class engineering discipline, not as a publication requirement (Aronson, 2007).
What are the honest limits of quant research?
The honest limits of quant research are the same as the honest limits of quantitative finance more broadly, but sharpened by the research setting. The first limit is data scarcity: financial data is, by machine-learning standards, very small. A daily time series of US equities from 1960 is roughly 16,000 observations; an intraday tick series of a single name is larger but is dominated by microstructure noise. The small sample size means that the signal-to-noise ratio of any individual feature is small, and the model is perpetually one regime change away from failure.
The second limit is non-stationarity. The statistical properties of financial returns change over time, in ways that are not always predictable. The value factor worked for most of the 20th century, struggled in the 1990s and 2000s, and came back in the 2010s; the momentum factor has its own regime cycle; the volatility risk premium has had periods of compression and expansion. A model that is fit on a single historical regime will not survive a regime change.
The third limit is selection bias at the population level. The strategies that work are the ones that get published and capitalised; the strategies that don't work are quietly abandoned. The published literature is therefore a biased sample of the strategy space, and the post-publication decay documented by McLean & Pontiff (2016) is a direct consequence. The honest practitioner designs for the regime change that they know is coming, even if they cannot predict when; the dishonest practitioner assumes the backtest is real, and is surprised.