What is quantitative trading?
A comprehensive introduction to systematic, model-driven trading for institutional investors — from signal generation to execution and risk supervision.
Definition and scope
Quantitative trading is the practice of making investment decisions through mathematical models, statistical analysis of historical data, and algorithmic execution. It is the operational antithesis of discretionary trading: where a discretionary manager forms views from research, intuition, and experience, a quantitative manager forms views from a model, evaluates them on out-of-sample data, and executes them mechanically.
The two approaches are not mutually exclusive — many institutional firms combine them — but the underlying philosophies differ. Discretionary trading optimises for insight: the ability to identify mispricings invisible to rules-based analysis. Quantitative trading optimises for process: the ability to extract small, persistent edges across thousands of decisions, with statistical discipline making the difference between a good month and a long-term track record.
Most institutional capital today is deployed via systematic, model-driven strategies. The reasons are operational: systematic strategies scale better with capital, are easier to risk-manage at the firm level, do not depend on the continued availability of any single individual, and produce auditable decision traces that meet regulatory requirements. The intellectual case for quantitative trading is one thing; the institutional case is overwhelming.
Signal generation
The signal-generation layer is where the strategy's view of the market is encoded. A signal is a quantitative input — typically a number between -1 and +1, or a Z-score, or a probability — that, conditional on a current state of the market, expresses an expected return or expected risk for an instrument over a defined horizon.
Signal sources span a wide spectrum. Price-based signals use only historical prices and volumes — momentum, mean-reversion, volatility breakouts, cross-asset spreads. Fundamental signals use financial statements, valuation ratios, growth metrics, and quality measures. Macroeconomic signals use inflation, growth, monetary-policy, and trade-flow data. Alternative-data signals use everything else — satellite imagery, AIS shipping, NLP-derived sentiment, web-traffic data.
A serious quantitative strategy combines dozens to hundreds of signals, each capturing a different facet of expected return. The combination is rarely linear. Signals interact: a momentum signal in a high-volatility regime carries different information from a momentum signal in a low-volatility regime. The signal-aggregation layer — typically tree-based ensembles, factor models, or hierarchical mixers — converts the raw signal set into a forward-looking expected-return estimate per instrument.
The discipline at the signal-generation layer is honest evaluation. Walk-forward backtesting with proper trial counting separates the signals that contain real predictive content from the signals that are statistical artefacts of the search process. Most candidate signals do not survive this gate.
Portfolio construction
The signal layer produces expected returns. The portfolio-construction layer converts those expected returns into actual position sizes, accounting for risk budget, correlation structure, transaction costs, capacity, and constraints.
Three approaches dominate. Mean-variance optimisation sizes positions to maximise expected return for a given variance level. The framework is mathematically clean and operationally fragile — extremely sensitive to forecast errors and prone to extreme position concentrations. Used most commonly with Black-Litterman regularisation and explicit constraints.
Risk parity sizes positions to equalise their marginal contribution to portfolio variance. The framework eliminates dependence on return forecasts, which is its main strength. Hierarchical Risk Parity (López de Prado, 2016) extends this with a clustering-based diversification structure that is dramatically more stable than vanilla risk parity.
Multi-objective optimisation via NSGA-II or related Pareto-search algorithms trades multiple objectives simultaneously: return, variance, correlation, turnover, drawdown sensitivity. The framework makes trade-offs explicit rather than implicit and produces portfolios whose properties match mandate constraints by construction rather than approximation.
Across our four live strategies, portfolio construction uses a multi-objective optimiser running over an HRP-stabilised weight space, with Kelly-VT-derived strategy-level allocations. The architecture combines the diversification stability of HRP, the trade-off transparency of multi-objective search, and the position-sizing rigour of Kelly framework.
Execution
A portfolio of intended weights is not yet a portfolio of actual positions. The execution layer moves capital into and out of instruments at the lowest possible total cost — bid-ask spread, market impact, opportunity cost of delay, slippage.
Execution is itself a quantitative discipline. The canonical metric is implementation shortfall: the difference between the average price actually paid (or received) and the mid-price at the moment the trade decision was made. A trade decision worth 30 bps of expected return that loses 12 bps to implementation shortfall has a 60% lower live edge than the model implied.
Execution algorithms vary by instrument and horizon. VWAP and TWAP spread orders evenly through a defined window, minimising signalling at the cost of opportunity. Implementation-shortfall algorithms balance impact against opportunity over the horizon, accelerating when the price moves favourably and decelerating when it moves adversely. Liquidity-seeking algorithms post aggressive and passive orders opportunistically, capturing top-of-book and reducing impact at the cost of execution-time variance.
FX execution in particular is a specialist discipline. The decentralised liquidity stack, last-look quoting, and counterparty-tier dynamics create execution failure modes that do not exist in equity markets. An institutional FX desk that treats execution as an afterthought will systematically underperform a desk that treats it as a first-order research problem.
Risk supervision
Position generation, portfolio construction, and execution combine to put capital at risk. The risk-supervision layer monitors that risk, attributes it to its sources, and intervenes when limits are breached.
A complete institutional risk framework combines several layers. Pre-trade risk checks confirm that a proposed trade fits within position, sector, and concentration limits before execution. Real-time portfolio risk monitoring tracks VaR, expected shortfall, and stress-scenario PnL on a tick-by-tick basis. Drawdown control mechanisms reduce gross exposure as peak-to-trough losses accumulate. Tail-risk monitors run Monte Carlo and regime-conditional stress simulations to estimate plausible worst-case outcomes from the current portfolio state.
The non-negotiable layer is the hard equity circuit-breaker — an automated cut-out at a defined drawdown level (we use −30%) below which the strategy de-risks completely, regardless of cause. The circuit-breaker is what defines the worst-case loss the strategy commits to. Every other layer is allowed to fail. The circuit-breaker is not.
Risk supervision is the layer that distinguishes institutional from non-institutional quantitative trading. Strategies without rigorous, automated, multi-layer risk supervision have systematically failed at scale, even when their signal generation was strong. The history of quantitative trading is full of strategies whose alpha was real but whose risk management was inadequate, and who blew up not because the alpha disappeared but because the risk machinery did not contain a tail event when it arrived.
Data and infrastructure
The four layers above sit on top of a data and infrastructure stack that is rarely visible to the outside but determines whether the strategy actually works.
Data infrastructure requirements are stringent. Point-in-time history for fundamentals, exchange-confirmed historical prices, vendor-clean alt-data feeds, real-time market data delivered at low latency. The data costs alone for an institutional quantitative shop run into seven or eight figures annually, and the engineering effort to keep the data clean and queryable is comparable to the alpha-research effort. Strategies degrade from data quality before they degrade from model failure, in our experience.
Compute infrastructure requirements scale with the research throughput. A research team running thousands of backtests per week needs distributed compute (typically Kubernetes-orchestrated CPU clusters with GPU access for ML workloads), a feature store that caches expensive computations, and a results database that tracks every backtest run for future audit. Without this infrastructure, research throughput collapses and strategy quality with it.
Production infrastructure requirements are different again. Sub-second latency from market data to order placement, redundant connectivity to multiple venues, automated failover, real-time risk monitoring, comprehensive audit logging. The production stack is operationally separate from the research stack, with strict change-control between them. A strategy is not 'live' until it has cleared production gates that have nothing to do with backtest performance.
Why systematic, not discretionary
The intellectual case for systematic over discretionary trading rests on three observations.
First, statistical edge is small. The information ratio of even a strong quantitative strategy is typically 1.0–1.5; the corresponding hit rate on individual trades is 52–55%. Capturing a 52% hit rate consistently requires hundreds of trades, mechanically executed, without the survivorship-bias-prone selectiveness of discretionary decision-making.
Second, cognitive biases are persistent. Human discretionary traders overweight recent information, anchor on irrelevant references, hold losers too long and cut winners too early. Decades of behavioural-finance research shows these biases are robust to training and experience. Systematic strategies, by construction, do not have them.
Third, scale and operational risk. A discretionary strategy depends on the continued availability and judgement of specific individuals; a systematic strategy depends on infrastructure that can be redundant, audited, and improved. At institutional scale, this matters operationally as much as it matters intellectually.
Quantitative trading is not magic, and it is not the only valid approach. The best discretionary managers have produced track records that no systematic strategy approaches. But for an institutional mandate that needs to be transferable, scalable, auditable, and risk-controlled, the systematic approach is the institutional default. Across our research desk, every strategy is systematic by construction. The discretion lives in the choices the research team makes about which models to deploy and which signals to combine — not in the trade-by-trade decision that an algorithm executes mechanically.
Discuss this with the research desk.
If your team is working on related problems — risk architecture, portfolio construction, signal research — we are open to a briefing. Institutional and professional partners only.
Request Briefing