Importing data
#2
There are some optimizations we can do on our side, but the main issue is that Gekko is battling API rate limits (you can only request so much data per minute from exchanges, which is where Gekko is getting the data from). If you want to be really brave you can open this file in with a text editor:

https://github.com/askmike/gekko/blob/de...er.js#L114

And change that 1000 to 50. This will make importing a whole lot faster.

Note that that will most likely break importing on other exchanges. As for a proper solution, keep an eye on this: https://github.com/askmike/gekko/issues/2448
  Reply


Messages In This Thread
Importing data - by joaoroberto - 08-15-2018, 05:49 PM
RE: Importing data - by askmike - 08-16-2018, 09:22 AM

Forum Jump:


Users browsing this thread: