xFFFFF / Gekko-Datasets

Gekko Trading Bot dataset dumps. Ready to use and download history files in SQLite format.
MIT License
166 stars 41 forks source link

Is it possible to have 2 full-history datasets for two assets? #2

Open bald123 opened 6 years ago

bald123 commented 6 years ago

I wanted to download 2 history datasets, one for binance:usdt:all and one for binance:bnb:all. After unpacking, it turns out that both filenames are the same (binance0_1.db). Is there a way to place both files in the history folder, so that both USDT as well as BNB pairs can be backtested, using one single backtest-config.pl file (and without "swapping" the two files in between)?

xFFFFF commented 6 years ago

Use file names binance1_0.1.db, binance2_0.1.db. Should works.

bald123 commented 6 years ago

Thank you, will try this and let you know!

rbartoli commented 6 years ago

I did try this, however I always get the message It looks like you don't have any local data yet.