Question -

Profitable Back testing techniques, anyone?

4 Views
Samuel Douglas
Answered 4 months, 2 weeks ago
<p id="isPasted">You can improve backtesting by backtesting 10-20 years, 2m bars using tradingview deep backtesting. That will give you a better outlook on the strategies</p>
3 Views
Olga Koroleva
Answered 1 month, 1 week ago
<p id="isPasted"><strong>1. Avoid common biases</strong></p><p>Prevent look-ahead bias: Use only the data that would have been available at the time of the trade. For example, do not use a stock's closing price to generate a trade signal within the same day.</p><p>Fight survivorship bias: Your data should include delisted or bankrupt companies, not just those that have succeeded over time. Excluding failures can give you an unrealistically positive result.</p><p>Overfitting: Avoid tweaking your strategy's parameters (e.g., changing a moving average from 50 to 51) multiple times on the same historical data to achieve a "perfect" result. A strategy that is overly …</p>