DeepThought
DeepThought copied to clipboard
Obtain historical crypto data and store it in a format that is easily usable by python (CSV)
Find historical cryptocurrency data (e.g. hour by hour pricing of a cryptocurrency over a certain amount of years/months/days) and store it in a datasets folder in the repo in a easy to use format (csv, json, etc..).
Edit: backtest.py has a method now to obtain historical data, but it could definitely use some improvement. The function does not gather enough data from coinbasepro, only max about 1.5 years. Ideally we want as much data as possible to backtest on.
All data should ideally be hour by hour, but day by day works too.