vincent nazzareno contact fr · en

Quant research

Building a signal,
then trying to break it

The easy part is finding something that works on history. The real work starts when you have to establish that this something is not an accident.

python pandas statsmodels market data

From intuition to hypothesis

A research idea rarely arrives in testable form. It looks more like "names left for dead after a bad print rebound too late". The first job is to turn it into a statement that can be false: on which universe, over which horizon, measured how, and compared against what.

This step decides everything that follows. A statement left loose will always end up finding a window where it works, and that window proves nothing.

Protocol before results

Sample splits, holding horizon, assumed costs and the stopping rule are fixed before the first test runs. Writing the protocol first costs an hour and avoids the most expensive bias in the job: adjusting the rules until the curve looks good.

The traps that pass noise off as signal

Overfitting comes in through the parameters: the more you try, the more certain you are to find one that shines by chance. The number of attempts matters as much as the result of the best one.

Survivorship bias comes from the universe: testing on companies still listed today keeps only the ones that made it, which mechanically flatters anything risk-related.

Look-ahead bias slips in through dates: accounting data used at its fiscal close, rather than its publication date, grants predictive power nobody had at the time.

A backtest only proves something once you have seriously tried to break it. As long as the only thing tested is performance, all you have measured is your own persistence.

From research to production

A signal that survives changes nature: it has to be recomputed on fresh data, watched for drift, and recognised when it stops working. That monitoring is often worth more than one extra point of backtested performance, because it is what stops you staying invested in a dead idea.