How do you test your backtesting with new data?
Backtesting is a method of evaluating the performance of a trading strategy or system based on historical data. It allows you to simulate how your strategy would have performed in different market conditions and identify potential strengths and weaknesses. However, backtesting is not enough to ensure that your strategy will work in the future. You also need to test your backtesting with new data, or out-of-sample data, that was not used in the backtesting process. This can help you avoid overfitting, which is when your strategy fits the historical data too well and fails to generalize to new situations. In this article, we will explain how you can test your backtesting with new data and improve the reliability of your results.