Question
-
Good back testing techniques?
2 Answers
<p id="isPasted">I just use these:</p><p>Fully automated – TradeStation</p><p>Semi-automated / manual – Forex Tester Online</p>
2 Views
<p id="isPasted">Good backtesting techniques are used to evaluate and validate a trading strategy's performance using historical data while avoiding common biases and pitfalls. The best techniques involve rigorous methodology and advanced validation methods beyond a simple backtest to ensure the strategy is robust and not merely overfitted to past data. </p><p><strong>Advanced techniques</strong></p><p><em>Walk-forward optimization</em>: Instead of testing a strategy on a single block of historical data, this method divides the data into multiple "in-sample" and "out-of-sample" periods.</p><ul><li>First, you optimize the strategy's parameters on the initial in-sample data.</li><li>Next, you test its performance on the following, out-of-sample data.</li><li>This process …</li></ul>