Download and Prepare Data for Backtesting Strategies: galgoz series #3
To backtest any strategy we need a large amount of data. In this post I show how to prepare the code base to store data and develop the necessary methods in the Galgoz class to fetch data, convert it into a DataFrame and store it for later use.