What things to consider while back testing?

10 Views
Taymullah Fadel
Answered 1 year, 2 months ago
<p id="isPasted">There are various factors on which the back testing strategies may depend. Few of them are sighted below :</p><ul><li>Past data of market behaviour.</li><li>Model refining, so that it best fits historical data, without accounting for the fact that future conditions may be different.</li><li>Past datasets on an adverse market event or sentiment</li><li>Sufficient datasets to likely produce models that would account for a wide variety of market conditions</li><li>A trading strategy that should work well on several datasets from one market (eg forex) as well in another market (eg shares)</li><li>Strategies that should be tested well in both bullish …</li></ul>
8 Views
Dolores Henry
Answered 1 month ago
<p id="isPasted">Backtesting is a critical bridge between a trading theory and live execution, but its results are only as good as the realism you build into the simulation.&nbsp;</p><p><strong>Data Integrity &amp; Quality</strong></p><p>The foundation of any backtest is high-quality, "clean" historical data.&nbsp;</p><ul><li>Completeness: Ensure there are no gaps in historical price or volume data, especially around high-volatility events like earnings or macro announcements.</li><li>Survivorship Bias: Use datasets that include companies that were eventually delisted, sold, or went bankrupt. Testing only on currently existing stocks artificially inflates results by ignoring the "losers".</li><li>Corporate Adjustments: Data should be adjusted for splits, dividends, and …</li></ul>
2 Views