The math is the easy part. The operational discipline is where multi-strategy portfolios live or die.
From notebook to live capital
The previous two posts in this series argued for multi-strategy investing on mathematical grounds and walked through the allocation methods. This post is about everything that happens between “I have N candidate strategies and an allocation method” and “the portfolio runs in live trading and survives.”
This is the part of the workflow that gets least attention in the literature and most attention in real desks. Most quants spend 80% of their writing time on the research front (signal generation, backtesting, hyperparameter tuning) and 20% on operations. Most quants spend 50% of their actual time on research and 50% on operations. The literature reflects the writing distribution; reality reflects the time distribution.
What follows is the end-to-end framework I have converged on after a decade of running multi-strategy systematic books across asset classes. The components are not exotic. The discipline is.
Step 0: Setting the universe
Before anything else, you have to decide what’s in scope. This is more than a list of strategies; it’s a set of choices about what you’ll consider and what you won’t.
The dimensions to decide:
— Asset classes (futures only? equities? FX? credit? multi-asset?) — Holding periods (intraday? days? weeks? months?) — Strategy families (trend? mean-reversion? carry? fundamental factors? macro?) — Geographic scope (US only? G10? EM?) — Capacity constraints (small-cap eligible? micro-cap excluded?)
These choices interact. A universe that mixes intraday equity strategies with monthly macro futures is operationally challenging because the rebalancing cadences differ. A universe that mixes US large-cap with EM small-cap is challenging because data quality and execution costs differ. The right scope is one you can operationally manage with your tooling, not one that maximizes theoretical diversification.
The output of Step 0 is a one-page document: in scope, out of scope, why. Reviewed annually.
Step 1: Strategy intake and incubation
Each candidate strategy enters the universe through a defined intake process. The process exists to prevent two failure modes: bad strategies sneaking into the live book, and good strategies being prematurely killed.
The intake stages:
Research candidate. Standalone backtest with honest splits (in-sample / out-of-sample / true OOS). Initial composite score computed. If the composite is below 0.05, the strategy doesn’t proceed.
Paper portfolio. The strategy enters a paper book — same composite weighting as the live book would use, but no capital deployed. Tracked for at least 6 months. The paper P&L is compared to the backtest expectation. If realized P&L drifts more than 30% from expected over the 6 months, investigation before promotion.
Half-sized live. The strategy enters the live book at 50% of the designed weight. Rolling DSR is monitored. After at least 6 months at half size and rolling DSR confirming the signal, the strategy is promoted to full size.
Full size. Full designed weight. Continued monitoring with the standard framework.
This 18-month total intake process feels slow. It is slow. It catches the strategies that look great in backtest and disappoint in production, which is most strategies.
Step 2: Allocation and sizing
Monthly process. Re-rank the universe by composite score. Compute the covariance matrix on the rolling 36-month window with Ledoit-Wolf shrinkage. Solve for target weights using the allocation method chosen (typically risk parity for this stage; see Blog #2 of this series).
Apply constraints:
— Maximum risk contribution per strategy: 25-30%. — Maximum risk contribution per risk-driver cluster: 40-50%. — Vol target on the aggregate portfolio: typically 10-15% annualized. — Margin cap: 70-85% of available margin.
Translate continuous target weights to integer contract sizes. This is where the operational reality bites. A target weight of 17% on a strategy that trades a single futures contract worth $200K notional, in a portfolio capitalized at $5M, translates to (5M × 0.17 / 200K) = 4.25 contracts. You round to either 4 or 5. The rounding choice should preserve the risk budget, not the notional budget.
For very small target weights (below 5% in a small portfolio), the integer constraint may force you to under-size to zero contracts. This is fine; satellite strategies are satellites for a reason. Trying to express tiny weights in integer contracts produces noise.
The output of Step 2 is a target portfolio: a specific contract count per strategy, with documented composite scores, target risk contributions, and realized risk contributions.
Step 3: Rebalancing logic
Rebalancing too often kills returns through transaction costs and adds noise. Rebalancing too rarely lets the portfolio drift away from its design. The trade-off is real.
The rebalancing rule I use:
— Rebalance monthly as the default cadence. — Rebalance a specific strategy only if its current weight differs from its target weight by more than 25% of the target. (Equivalent to a no-trade band of ±25%.) — Never rebalance more frequently than weekly, regardless of triggers. — Always rebalance after a strategy is removed (to redistribute its risk budget) or added (to make space).
The 25% no-trade band is a key parameter. Tighter bands (say 10%) produce more turnover and lower realized returns. Wider bands (say 50%) let the portfolio drift further from design. 25% is approximately the right balance for most portfolios I’ve worked with; you should tune it for your turnover costs and your risk tolerance.
Step 4: Monitoring
The monitoring discipline is the most important and most neglected part of multi-strategy operations. The signals to monitor, the cadence at which to monitor them, and the response thresholds are non-trivial choices.
Daily. P&L per strategy, portfolio P&L, realized vs. expected vol. One screen, one report. No decisions taken at this cadence except to catch operational issues (data feed failures, broker problems, signal errors).
Weekly. Risk contribution per strategy, effective N, rolling 3-month pairwise correlations, rolling 12-month DSR per strategy. Investigate anomalies (a strategy’s risk contribution jumping by 50% in a week, a correlation that has flipped sign, a DSR lower bound that has crossed zero).
Monthly. Full composite-score recomputation. Comparison of realized vs. designed risk budget. Scenario stress tests against named regimes (2008-like, 2020-like, 2022-like). Regime check: which named regime does the current macro environment most resemble?
Quarterly. Full strategy review. One page per strategy: is it still working, why or why not, what’s the forward expectation, do we hold, reduce, or remove. A formal decision is recorded.
The monitoring outputs feed two artifacts: a status dashboard (real-time) and a quarterly portfolio review document (formal). The first is for daily operations; the second is for governance.
Step 5: Strategy removal
Strategies leave the book on documented triggers, not on feeling. The trigger list:
- Composite score below 0.05 for two consecutive monthly reviews.
- Rolling DSR lower bound below zero for 8+ consecutive weeks.
- CUSUM or Page-Hinkley signal on residuals (P&L vs. backtest expectation) firing red status.
- Identified structural change in the strategy’s environment that the operator considers permanent.
When a trigger fires, the strategy moves to “review” status — not “removed”. A removal decision is made deliberately, in writing, with rationale. The default action upon a trigger firing is reduce-to-half-size while gathering more evidence.
After the removal decision, the strategy goes to “monitoring half-size” for three months. This catches false positives. If the strategy recovers during the monitoring period, it can be reinstated at full size. If it does not, it is fully retired.
The discipline of trigger-based removal is what prevents the operator from holding onto losing strategies on hope. Hope is not a strategy; trigger-based removal is.
Step 6: Documentation and governance
Every decision — entry, exit, sizing change, override, methodology change — is logged in a structured log. The log fields:
— Date. — Strategy or universe affected. — Action taken (entry, exit, weight change, override, methodology change). — Quantitative rationale (composite score change, DSR shift, trigger firing). — Operator name (or names). — Date of next review.
The log is reviewed quarterly. The review answers: are decisions clustering around overrides? Are overrides clustering around specific operators or specific reasons? Is the framework being applied consistently across strategies?
Documentation is the slowest-burning component of operational discipline. It is also the one that compounds most powerfully over years. A portfolio that has been governed with documented decisions for three years has a track record that an allocator can audit. A portfolio that has been run on intuition for three years does not, regardless of how good the intuition was.
Step 7: Annual portfolio-level review
Once a year, the portfolio gets a top-down review. The questions:
— Did the framework do what it was supposed to do? Specifically: were target weights honored within tolerance? Were monitoring signals acted on? Were removal triggers fired on the strategies that subsequently underperformed (so the framework caught them) or missed (so the framework needs adjustment)?
— Were the realized portfolio properties (Sharpe, vol, max DD, effective N) consistent with design? If not, where did the design break down?
— Were overrides material? At year-end, attribute portfolio performance between “framework decisions” and “operator overrides”. If the override contribution is negative, the operator should override less. If positive, the operator should override more, or the framework should be updated to capture the operator’s source of edge.
— What are the strategic priorities for the next year? Adding strategies in a specific factor that’s under-represented? Removing strategies in an over-represented one? Methodological changes (new covariance estimator, new allocation method)?
The annual review produces a written document. It is reviewed at the next year’s review against what actually happened. This is the long-term meta-process that keeps the framework honest.
What I would skip if I had to
Not every operation can do all of this on day one. If you’re starting from scratch with a single strategy and 50K-500K of capital, the realistic minimum subset is:
— Step 0 (define the universe in writing). — Step 1 (intake process — at least half-sized live for 6 months before full). — Step 2 (monthly allocation with inverse-vol weighting; risk parity later). — Step 3 (monthly rebalancing with 25% no-trade band). — Step 4 (daily P&L tracking, weekly risk-contribution check, monthly composite recompute). — Step 6 (decision log, even informal).
Steps 5, the formal quarterly reviews, and Step 7 — these become essential as the book grows past 4-5 strategies and capital grows past $1M. Below that, you can run a lightweight version and add discipline as you scale.
What you cannot skip even on day one is the documentation. The log. The decisions. The rationale. This is the foundation everything else is built on. Without it, you have no track record, no auditable framework, no defense against your own future biases.
Closing argument
The end-to-end implementation of a multi-strategy portfolio is, at root, a set of mechanical decisions made on a documented cadence. Universe definition. Strategy intake. Allocation and sizing. Rebalancing. Monitoring. Removal. Documentation. Review.
None of these steps is glamorous. None of them gets written up in trading magazines. All of them are what separate a portfolio that exists as a research artifact from a portfolio that runs your capital reliably for years.
If you build systematic strategies and you’re not running some version of this framework, you are depending on luck and personal vigilance more than you realize. Personal vigilance does not survive a busy month, a difficult drawdown, a competing demand on your attention. The framework does. That is the entire value of the discipline.
The math of multi-strategy investing is a known good. The operational discipline is what converts the math into compound returns over decades. The framework outlined in this post is the version I have converged on. Other versions are defensible. No version is optional.
This closes Series 1. Series 2, beginning soon on the blog and on LinkedIn, takes the technical deep dives — Hierarchical Risk Parity, Nested Clustered Optimization, covariance denoising, Ledoit-Wolf shrinkage, Bayesian portfolio construction — that build on this operational foundation. The math comes back.
References
- López de Prado, M. (2018). Advances in Financial Machine Learning. Wiley, Chapters 14–17.
- Bailey, D.H., López de Prado, M. (2014). The Deflated Sharpe Ratio. Journal of Portfolio Management 40(5).
- Bailey, D.H., Borwein, J.M., López de Prado, M., Zhu, Q.J. (2017). The Probability of Backtest Overfitting. Journal of Computational Finance 20(4).
- Ledoit, O., Wolf, M. (2004). A Well-Conditioned Estimator for Large-Dimensional Covariance Matrices. Journal of Multivariate Analysis 88(2).
- Black, F., Litterman, R. (1992). Global Portfolio Optimization. Financial Analysts Journal 48(5).
- DeMiguel, V., Garlappi, L., Uppal, R. (2009). Optimal Versus Naive Diversification. Review of Financial Studies 22(5).
Get the monthly Market Regime Note
Regimes, volatility and correlations across major futures markets — with the code behind the charts. Free.
Subscribe →