Skip to main content

Backtesting is an integral part of trading system development. Unless you backtest your system on historical data there is no way you can confidently predict its future performance. For beginners, backtesting might sound complex but technology has made it easier and faster. In this article, our chief technologist Prateek Jain would share his thoughts on the Best tool for Backtesting your Trading Systems.

My Favourite Backtesting Tools

Out of 175~ trading systems that I have developed so far, at least 150 of them were backtested using Amibroker.

And for the rest of the systems, I used Python (zipline module).

Below are the factors based on which I determine whether to use Amibroker or Python:

  1. If the system involves portfolio backtesting with dynamic position sizing and stop-loss, then Amibroker is the best choice.
  2. For strategies involving complex statistical computations like correlations or standard deviations, I prefer Python.

Inherently, both Amibroker and Python are capable to perform any kind of backtesting, however, Amibroker stands out due to several out of the box features using which you can avoid reinventing the wheel.

Python, on the other hand, is a very powerful programming language that allows you to build customized backtesting logic as per your need. However, you need to code everything from scratch. If you are a programming freak, and already know how to code in Python, then go for it without any second thought.

Also Read: Amibroker vs Python for Trading System Development

Why Amibroker is the best tool for Backtesting?

One thing that stands out Amibroker from all other backtesting tools is its speed of execution. You can literally backtest any complex strategy on years of data within few seconds. There is no other tool that is faster than Amibroker in terms of backtesting.

I am also a big fan of the descriptive backtesting report from Amibroker that lets you visualize the performance of your system with ease.

See the below report of my recent Stop Loss Hunter System.

An Ultimate Guide to Backtesting your Trading Systems

Final Thoughts

I think I have given several reasons that prove Amibroker is the best tool for Backtesting. It is an all-in-one package with unmatched features and an error-free interface.

If you are a beginner and looking to start building and backtesting trading systems, then go for Amibroker. You will surely get up to speed within a month. And even if you are a professional trader, give Amibroker a try over your current backtesting tool.

Python would always remain my second choice, especially for systems involving quantitative analysis.

Learn more about Amibroker in the below article:

Getting Started with Amibroker – Features, Pros-Cons & Resources

Leave a Reply