FSD – Why lookahead and recursive issues happened
The cause of both issues is actually quite simple. In backtest, you get plenty of data, but on dry/live, you get limited number of data. The difference of the data can be problematic if you use the data wrongly. Let’s…