Backtesting is a key component of effective trading-system development. It is accomplished by reconstructing, with historical data, trades that would have occurred in the past using rules defined by a given strategy. The result offers statistics to gauge the effectiveness of the strategy. 

The underlying theory is that any strategy that worked well in the past is likely to work well in the future, and conversely, any strategy that performed poorly in the past is likely to perform poorly in the future. This article takes a look at what applications are used in backtesting, what kind of data is obtained and how to put it to use.

[Backtesting can be an important step in optimizing your trading strategy. To learn more about using chart analysis tools to recognize profitable trading opportunities, check out the Technical Analysis course on the Investopedia Academy.]

How to Backtest a Trading Strategy Using Data and Tools

Backtesting can provide plenty of valuable statistical feedback about a given system. Some universal backtesting statistics include:

  • Net profit or loss - Net percentage gained or lost
  • Volatility measures - Maximum percentage upside and downside
  • Averages - Percentage average gain and average loss, average bars held
  • Exposure - Percentage of capital invested (or exposed to the market)
  • Ratios - Wins-to-losses ratio
  • Annualized return - Percentage return over a year
  • Risk-adjusted return - Percentage return as a function of risk

Backtesting Software

Typically, backtesting software will have two important screens. The first allows the trader to customize the settings for backtesting. These customizations include everything from time period to commission costs. Here is an example of such a screen in AmiBroker:

The second screen is the actual backtesting results report. This is where you can find the statistics mentioned above. Again, here is an example of this screen in AmiBroker:

In general, most trading software contains similar elements. Some high-end software programs also include additional functionality to perform automatic position sizing, optimization and other more advanced features. (For more, see: The Best Technical Analysis Trading Software.)

10 Rules For Backtesting Trading Strategies

There are many factors to pay attention to when traders are backtesting trading strategies. Here is a list of the most important things to remember while backtesting:

  1. Take into account the broad market trends in the time frame a given strategy was tested. For example, if a strategy was only backtested from 1999 to 2000, it may not fare well in a bear market. It is often a good idea to backtest over a long time frame encompassing several different types of market conditions.
  2. Take into account the universe in which backtesting occurred. For example, if a broad market system is tested with a universe consisting of tech stocks, it may fail to do well in different sectors. As a general rule, if a strategy is targeted toward a specific genre of stock, limit the universe to that genre; in all other cases, maintain a large universe for testing purposes.
  3. Volatility measures are extremely important to consider in developing a trading system. This is especially true for leveraged accounts, which are subjected to margin calls if their equity drops below a certain point. Traders should seek to keep volatility low to reduce risk and enable easier transition in and out of a given stock. (See also: Basics of Trading Systems.)
  1. The average number of bars held is also very important to watch when developing a trading system. Although most backtesting software includes commission costs in the final calculations, that does not mean you should ignore this statistic. If possible, raising your average number of bars held can reduce commission costs and improve your overall return.
  2. Exposure is a double-edged sword. Increased exposure can lead to higher profits or higher losses, while decreased exposure means lower profits or lower losses. In general, it is a good idea to keep exposure below 70% to reduce risk and enable easier transition in and out of a given stock.
  3. The average-gain/loss statistic, combined with the wins-to-losses ratio, can be useful for determining optimal position sizing and money management using techniques like the Kelly Criterion.Traders can take larger positions and reduce commission costs by increasing their average gains and increasing their wins-to-losses ratio. (For more, see: Money Management Using the Kelly Criterion.)
  1. Annualized return is used as a tool to benchmark a system's returns against other investment venues. It is important not only to look at the overall annualized return but also to take into account the increased or decreased risk. This can be done by looking at the risk-adjusted return, which accounts for various risk factors. Before a trading system is adopted, it must outperform all other investment venues at equal or less risk.
  2. Backtesting customization is extremely important. Many backtesting applications have input for commission amounts, round (or fractional) lot sizes, tick sizes, margin requirements, interest rates, slippage assumptions, position-sizing rules, same-bar exit rules, (trailing) stop settings and much more. To get the most accurate backtesting results, it is important to tune these settings to mimic the broker to be used when the system goes live.
  3. Backtesting can sometimes lead to something known as over-optimization. This is a condition where performance results are tuned so high to the past they are no longer as accurate in the future. It is generally a good idea to implement rules that apply to all stocks, or a select set of targeted stocks, and are not optimized to the extent the rules are no longer understandable by the creator.
  1. Backtesting is not always the most accurate way to gauge the effectiveness of a given trading system. Sometimes strategies that performed well in the past fail to do well in the present. Past performance is not indicative of future results. Be sure to paper trade a system that has been successfully backtested before going live to be sure the strategy still applies in practice. (See also: Pros and Cons of Paper Trading.)

The Bottom Line

Backtesting is one of the most important aspects of developing a trading system. If created and interpreted properly, it can help traders optimize and improve their strategies, find any technical or theoretical flaws, as well as gain confidence in their strategy before applying it to the real world markets. (For related reading, see: Backtesting and Forward Testing: The Importance of Correlation.)