Complete Gekko's datasets - ready files to download and use
#5
You can merge files in external app. This one support merge databases: https://www.codeproject.com/Articles/220...re-Utility
Here is terminal solution: http://sqlite.1065341.n5.nabble.com/How-...19362.html

Too large database will decrase Gekko UI performance on every database scan.

In my opinion best solution is using Gekko CLI and for seperated binance-bnb database is create new folder history_bnb and set in config.js somethink like this:
Code:
config.adapter = 'sqlite';
config.sqlite = {
  path: 'plugins/sqlite',
  dataDirectory: 'history_bnb',
  version: 0.1,
  dependencies: []
}
My projects [Strategies] [Datasets]
  Reply


Messages In This Thread
RE: Complete Gekko's datasets - ready files to download and use - by xFFFFF - 04-05-2018, 08:17 PM

Forum Jump:


Users browsing this thread: