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.

Previous
Previous

Why Iā€™m Building a Python Indicators Library for Galgoz and How I did It

Next
Next

Open and Close a Trade with the OANDA API: galgoz series #2