Gekko Forum
Using multiple datasets - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html)
+--- Thread: Using multiple datasets (/thread-57258.html)



Using multiple datasets - rbartoli - 06-13-2018

Hi all, 

I've downloaded two datasets for Binance, BTC:ALL and ETH:ALL. They both have the same name, but it seems that gekko only recognised the one named exactly "binance_0.1.db". 

Is there something specific I need to do to allow the use of both datasets at the same time?

Thanks!


RE: Using multiple datasets - rbartoli - 06-14-2018

Found the answer here: https://github.com/xFFFFF/Gekko-Datasets/issues/2


RE: Using multiple datasets - susitronix - 06-16-2018

hi

i had also two Binance db´s from two computers but wanted to merge into one db. (for the backtest Machine...)
so i made tutorial on merging db´s with a very nice freeware tool:
SQliteStudio

see my Tutorial:
TUT merge db´s

example:
my raspberry cant load the full binance db, so i can create 5 files out of one ( ALL:Usdt, ALL:BTC, ALL:BNB...etc.)
but only one with the name "binance_0.1.db" is in the history folder (just rename the other like "A_binance_0.1.db", "B_binance_0.1.db"...)
pretty usefull !