Strategie
How to Test an Investment Strategy Before Putting Real Money Into It
Key takeaways
- Backtesting simulates the performance of a strategy on historical data and uncovers potential weaknesses before entry.
- Paper trading (virtual trading) tests a strategy in real time but without capital at risk.
- Overfitting is the key trap: a strategy optimised on historical data may not work in the future.
- Backtesting does not reflect emotions — in the real world you might act differently from the algorithm.
- Tools like PortfolioVisualizer or Backtest.curvo.eu make historical simulations accessible to retail investors.
Testing an investment strategy before committing real money — whether via historical simulation (backtesting) or virtual trading (paper trading) — is a disciplined way to identify weaknesses in a plan before they cost you money.
Backtesting: what it says and what it does not
Backtesting simulates how a strategy would have behaved on historical data. It shows maximum drawdown, average return, volatility, and comparison to a benchmark. Tools such as PortfolioVisualizer or curvo.eu are available for free and make simulations accessible to retail investors. For ETF strategies on global indices the data reaches back to the 1970s and 1980s.
What backtesting does not tell you:
- How you would actually behave in the middle of a decline — emotions cannot be simulated.
- Whether the strategy will work in the future — the past does not guarantee repetition.
- Whether it is not overfitting — i.e. a strategy precisely tuned to past data that fails on new data.
Paper trading: a real-time test
Paper trading means tracking your strategy in a real market environment but recording trades only fictitiously — without actual capital. The advantage is that you experience real volatility and make decisions under uncertainty — without financial loss. The disadvantage is that without real capital the emotions are not equally strong.
How to structure a test
Before testing, define: what the strategy claims, how you measure it, what the benchmark is, and how much time you give for evaluation. An investment thesis helps here again — it gives you clear success and failure criteria. After the test, evaluate the results soberly: was the hypothesis confirmed? Under what conditions did it work and under what did it not?
When to move to real money
Backtesting and paper trading are no guarantee. But if the strategy passed both with reasonable results and you understand why it works and when it will not, that is a solid foundation for starting with a small real position — and gradually scaling up as it is confirmed.
FAQ
What is backtesting?
Historical simulation of an investment strategy on past data. It shows average return, maximum drawdown, and comparison to a benchmark. Accessible tools like PortfolioVisualizer or curvo.eu allow retail investors to do this for free.
What is paper trading?
Virtual trading in a real market environment without actual capital. You record trades fictitiously and observe how the strategy would have worked in real time. It helps test the decision-making process without financial loss.
What is overfitting and why is it dangerous?
Overfitting occurs when a strategy is too precisely tuned to historical data — it looks great in backtest but fails on new data. A simple strategy with fewer parameters is generally more robust and transferable to the future.