Importing data
#1
Question 
Hi friends, my import data is so slow that isn't normal even with small period of time. Im using binance, i should import my API to import data faster ? what should i do to make it more fast ? My internet conection isn't that slow, to import data uses download and not upload right ?
You guys have some suggestion ? or i can download data with another extension ?

thanks!  Smile
  Reply
#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


Forum Jump:


Users browsing this thread: