07-06-2018, 04:29 AM
(07-05-2018, 08:41 AM)askmike Wrote: @anksem & @Kris191
I thought I went through all importers, but apparently I did not. I just pushed a new minor release (0.6.1) that includes fixes for importing from Kraken, Gdax & Bitfinex, see here: https://github.com/askmike/gekko/releases
HI Mike,
New error after the push....
Code:
/root/gekko/exchange/wrappers/gdax.js:388
retry(retryForever, _.bind(handler, this), _.bind(process, this));
^
ReferenceError: retryForever is not defined
at Trader.getTrades (/root/gekko/exchange/wrappers/gdax.js:388:9)
at Stitcher.checkExchangeTrades (/root/gekko/core/tools/dataStitcher.js:199:11)
at Stitcher.<anonymous> (/root/gekko/core/tools/dataStitcher.js:108:10)
at Statement.<anonymous> (/root/gekko/plugins/sqlite/reader.js:72:12)