Quant · Research Process

The Anatomy of a Signal: From Market Data to Tradable Hypothesis

A thousand strategies with no edge whatsoever produce a best in-sample Sharpe ratio of 1.46. Five genuine signals planted among them did not survive the ranking, so search both manufactures false positives and buries small true effects.

Issue date
Last revised
Selection noise in a search over strategies with no edgeSimulated annualised Sharpe ratios plotted against the number of candidate strategies searched, on a logarithmic horizontal axis from 1 to 5,000. Every candidate is drawn with a true Sharpe ratio of exactly zero. The best in-sample Sharpe ratio rises steadily with the number of trials, reaching about 1.5 at 1,000 trials, and closely tracks the analytic expected maximum. The out-of-sample Sharpe ratio of that same selected strategy stays near zero at every trial count.Simulation: what a search over zero-edge candidates produces400 repetitions, seed 20260101-0.50.00.51.01.5ANNUALISED SHARPE RATIO1251025501002505001k2k5kNUMBER OF CANDIDATE STRATEGIES SEARCHED (log scale)best in-sample Sharpe (reported)same strategy, out of sampleanalytic expected maximum1,000 trials: 1.46 in sample0.01 out of sampleEvery candidate here has a true Sharpe ratio of exactly zero.The in-sample winner is a record of how hard the search looked, nothing else.
Selection noise in a search over strategies with no edgeSimulated annualised Sharpe ratios plotted against the number of candidate strategies searched, on a logarithmic horizontal axis from 1 to 5,000. Every candidate is drawn with a true Sharpe ratio of exactly zero. The best in-sample Sharpe ratio rises steadily with the number of trials, reaching about 1.5 at 1,000 trials, and closely tracks the analytic expected maximum. The out-of-sample Sharpe ratio of that same selected strategy stays near zero at every trial count.Simulation: zero-edge search-0.50.00.51.01.5ANNUALISED SHARPE RATIO15251005002kNUMBER OF CANDIDATE STRATEGIES SEARCHED (log scale)best in-sample (reported)same one, out of sampleanalytic maximumat 1,000 trials: 1.46 in sample,0.01 out of sampleEvery candidate has true Sharpe of zero.The winner records the search, not an edge.
Figure 1 · The price of searching A backtested Sharpe ratio is a function of how many configurations were tried. Here every candidate has a true Sharpe of exactly zero, so the entire rising line is selection, and the flat line below it is what the selected strategy actually delivers next. Reporting the winner without the trial count reports a property of the search and calls it a property of the strategy. Source: Simulated. No market data is used in this figure. Notes: 2520 independent daily observations per candidate, split into 1260 in-sample and 1260 out-of-sample; returns drawn from a normal distribution with mean zero and standard deviation 1.0 per cent per day; 400 repetitions per trial count; NumPy PCG64 seeded with 20260101. The dashed line is the expected maximum of N standard normal estimates, sqrt(2 ln N) scaled by the Sharpe standard error. The shaded band is the 10th to 90th percentile of the reported in-sample winner across repetitions.

Generate a thousand strategies whose true expected return is exactly zero. Backtest each on ten years of daily data, keep the one with the best in-sample Sharpe ratio, and report it. On average that number is 1.46. Roughly a third of the time it exceeds 1.5. Out of sample, the strategy you selected delivers 0.01.

Figure 1 is that experiment across trial counts from one to five thousand. Nothing in it has any edge. The entire rising line is the search.

Section 01What a backtested number measures

The rising line tracks the analytic expected maximum of N estimates almost exactly, which is the point: it is not a finding about markets but about order statistics. Searching harder produces a better-looking winner whether or not anything is there to find, and the improvement is predictable enough to be plotted.

Two readings from the experiment are worth keeping. With a hundred trials and no edge whatsoever, there is a 71 per cent chance of producing an in-sample Sharpe above 1.0. With a thousand trials, a 34 per cent chance of exceeding 1.5. Those are numbers a research meeting would take seriously, and they arise here from noise alone.

This is why a reported Sharpe ratio without a trial count is close to uninterpretable. The same figure means something quite different after three attempts and after three thousand, and only the researcher knows which. Harvey, Liu and Zhu made the corresponding argument about the published factor literature, concluding that heavy mining of the cross-section requires a hurdle closer to a t-statistic of 3 than the textbook 2. Bailey, Borwein, Lopez de Prado and Zhu made the operational version: as the number of configurations grows, an impressive backtested Sharpe becomes increasingly likely under selection alone.

Section 02The harder result

The experiment has a second part that is more uncomfortable than the first. Plant five genuine signals, each with a true annualised Sharpe of 0.5, among a thousand null candidates. Rank everything by in-sample performance and take the top five.

None of the five genuine signals appears in that top five. The selected group delivers minus 0.11 out of sample. The five real signals, had they been identified, would have delivered 0.49, close to their true value.

The edge was there. The search found it, in the sense that the candidates were in the sample. Ranking by in-sample performance then discarded all of it in favour of five lucky nulls, because a true Sharpe of 0.5 estimated over five years is worth less to the ranking than a lucky draw from a thousand attempts. Search does not merely manufacture false positives. It actively buries small true effects underneath them.

The lifecycle of a candidate signal A serpentine pipeline of eight stages (observation, hypothesis, feature, backtest, cost model, paper trade, risk limits, and live decay monitoring) with a dashed feedback path returning live decay to the hypothesis stage. The lifecycle of a candidate signal apparent edge abundant · durable edge rare RESEARCH · VALIDATION IMPLEMENTATION · MONITORING 01 Observation 02 Hypothesis 03 Feature 04 Backtest 05 Cost model 06 Paper trade 07 Risk limits 08 Live decay monitor · reassess DECAY EVIDENCE re-examine hypothesis Apparent edge is abundant at stage 01. Durable edge is what remains after stage 08.
Figure 2 · Signal lifecycle Observation → Hypothesis → Feature → Backtest → Cost → Paper → Risk → Decay Each stage changes the evidentiary status of the candidate. The dashed path matters as much as the forward pipeline: live decay is information about the original mechanism, not merely a performance disappointment.

Section 03The attrition after the statistics

Suppose a feature survives all of that and carries a plausible mechanism. It now meets the frictions that turn paper edge into realised edge, or into nothing. The first is cost. A strategy measured at the midpoint assumes it can trade at a price no counterparty is offering, and Issue 003 puts numbers on what that assumption is worth: at 400 basis points of gross alpha, the break-even turnover is roughly 25 times a year in large caps and 8 in small caps.

The second is decay. Expected return is a function of how many people are trading the same thing, so an edge that becomes known compresses. The third is regime change: a relationship that held across one volatility environment, one rate regime, one market structure can stop holding when those conditions change. None of the three is a modelling error. They are properties of trading in a system that adapts to being traded.

Selection bias cannot be repaired by subtracting one universal penalty, because the correct penalty depends on the number and dependence of the trials. The minimum discipline is to preserve the search path so the reported statistic can be read in context.

for each candidate:
    record(data_vintage, universe, feature, parameters, benchmark)
    record(all_trials, including every rejected configuration)
    estimate(out_of_sample_return, turnover, cost, capacity)
    report(sensitivity_across_periods_and_specifications)

simulated, zero true edge, 2520 daily observations split 1260/1260:

    trials     mean best in-sample Sharpe     same strategy, out of sample
         1                 -0.02                        0.06
       100                  1.12                        0.02
     1,000                  1.46                        0.01
     5,000                  1.65                       -0.03

    P(best in-sample Sharpe > 1.0 |   100 trials, no edge)  =  71%
    P(best in-sample Sharpe > 1.5 | 1,000 trials, no edge)  =  34%

Deflated performance statistics and false-discovery controls become meaningful only when the number and dependence of trials are visible. A trial count is not a confession. It is the denominator without which the numerator has no meaning.

Section 04The protocol is the product

If apparent edge is abundant and durable edge is rare, the scarce asset on a research desk is a process that reliably distinguishes them. That process keeps a log of every configuration tried, so the denominator is never hidden from whoever reads the result. It reserves a genuinely untouched out-of-sample period and refuses to spend it casually. It paper-trades before it risk-trades, so the gap between modelled and realised fills is measured rather than assumed. It sizes risk to the uncertainty of the estimate rather than to the attractiveness of the backtest. And it treats a fading signal as expected news.

The backtest is not the evidence. The process that produced it is the evidence.

Figure 2 is therefore an evidentiary lifecycle rather than a production line. Reconstruction establishes that the observation existed. Multiple-testing control establishes how surprising it is relative to the search. Execution modelling establishes whether it can be implemented. Live monitoring tests whether the proposed mechanism remains compatible with new data. The research object is the feature, its provenance, its feasible trading policy, and the conditions under which belief in it should be reduced.

The planted-signal result suggests one further discipline that the lifecycle diagram does not capture. If ranking by in-sample performance destroys small true effects, then a desk with a genuine prior about mechanism should be willing to advance a candidate that did not win, and to decline one that did. That is uncomfortable to operate and hard to defend in a meeting, and the alternative is a selection rule that reliably picks the wrong five.

  • Figure 1 is a simulation with no market data in it. It makes a statement about the statistics of search, not about any real strategy or market.
  • Candidate returns are drawn independently and identically. Real candidates are correlated with one another, which reduces the effective number of trials and would lower the selection effect for a given nominal trial count; and they are not normally distributed, which works the other way in the tails.
  • The planted-signal result depends on the planted Sharpe of 0.5 and the 1,260-session in-sample window. A larger true effect or a longer sample would be recovered more often, and the qualitative conclusion holds only for effects small relative to their estimation error.
  • The significance hurdles quoted from the literature are estimates from specific datasets of equity factors. They are useful as intuition rather than as universal constants.
  • Real desks face constraints this article abstracts away, including capacity, financing, borrow availability and operational risk, any of which can dominate the statistical story.

This research is analysis and commentary for general information. It is not investment advice, an offer, or a solicitation, and it contains no price forecasts. Figure 1 is simulated under the parameters and seed declared in its notes.

References & notes

  1. Harvey, C. R., Liu, Y., and Zhu, H. (2016). ... and the Cross-Section of Expected Returns. The Review of Financial Studies, 29(1), 5-68. Source for the multiple-testing critique of the published factor literature and for the higher evidentiary hurdle it implies.
  2. Bailey, D. H., Borwein, J. M., Lopez de Prado, M., and Zhu, Q. J. (2014). Pseudo-Mathematics and Financial Charlatanism: The Effects of Backtest Overfitting on Out-of-Sample Performance. Notices of the American Mathematical Society, 61(5), 458-471. Consulted for the operational problem of reporting the best result from an undisclosed search.
  3. Bailey, D. H., and Lopez de Prado, M. (2014). The Deflated Sharpe Ratio: Correcting for Selection Bias, Backtest Overfitting and Non-Normality. Journal of Portfolio Management, 40(5), 94-107. The corresponding correction when the trial count is known.
  4. Almgren, R., and Chriss, N. (2000). Optimal Execution of Portfolio Transactions. Journal of Risk, 3(2), 5-39. Source for the expected-cost versus timing-risk framework referred to in Section 03.
  5. The simulation, its parameters, its seed and the derived table are reproduced by the script in research/2026-01/ in the journal's repository.

Return to the front page