Category Archives: Performance Metrics

Trimmed performance estimators

This is a quick follow-up on my previous post on Quantile normalization. Instead of removing just the top X quantile of returns/trades when optimizing a strategy’s parameters space, my recent approach has been to remove the top and bottom X quantiles, … Continue reading

Posted in On backtesting, Performance Metrics | Tagged , , , | Leave a comment

Quantile normalization: a simple trick to reduce overfitting

To understand whether a strategy is able to perform in the future, the first question to ask is probably whether our strategy really showed great performance in the historic back-test or all it was doing was just describing past data accurately. In … Continue reading

Posted in On backtesting, Performance Metrics | Tagged , , | 3 Comments

Sharpe Ratio alone is not enough – Part 2

Continuing with the considerations about performance measures, I want to introduce the fitness function I am currently using as well as a simple trick to use it to avoid curve fitting. To use some actual figures as an example, here … Continue reading

Posted in On backtesting, Performance Metrics | Tagged , , , | 2 Comments

Sharpe Ratio alone is not enough

I want to suspend for now the series of posts regarding volatility (may go back to it some time in the future), and discuss an often overlooked but extremely important topic in developing a trading strategy that works outsample and … Continue reading

Posted in On backtesting, Performance Metrics | Tagged , , , | 1 Comment