Gekko Forum
Gekko 0.6 released - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Announcements (https://forum.gekko.wizb.it/forum-16.html)
+--- Thread: Gekko 0.6 released (/thread-57279.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: Gekko 0.6 released - ankasem - 07-06-2018

hi
thank you
for ubuntu desktop

Gekko v0.6.1

the problem still continues
Local data- start a new import
sellective buttons is not active (Exchange+Currency+Asset)


RE: Gekko 0.6.0 released - Kris191 - 07-06-2018

(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)
Thanks


RE: Gekko 0.6 released - askmike - 07-06-2018

This has been fixed yesterday here! Please download the latest develop branch.

Apologies for all the bugs and problems, 0.6 is a major release & with the huge amount of changes I was not able to push this out as smoothly. Thanks for bearing with me Smile


RE: Gekko 0.6 released - Kris191 - 07-06-2018

No need to apologies thank you for working quickly

One more thing is that IOTA isnt working on Binance says currency isnt supported. Its the IOTA USDT market


RE: Gekko 0.6 released - ankasem - 07-06-2018

thanks so much for your study we just test and report the errors


RE: Gekko 0.6 released - Kris191 - 07-06-2018

One more...

Paper trader, using Moniours strat...

Code:
_stream_writable.js:464
 cb();
 ^

TypeError: cb is not a function
   at afterWrite (_stream_writable.js:464:3)
   at _combinedTickCallback (internal/process/next_tick.js:144:20)
   at process._tickCallback (internal/process/next_tick.js:180:9)

Not sure why


RE: Gekko 0.6 released - thegamecat - 07-07-2018

Great job Mike - going to start playing with this later on.


RE: Gekko 0.6 released - Kris191 - 07-07-2018

(07-06-2018, 12:42 PM)Kris191 Wrote: One more...

Paper trader, using Moniours strat...

Code:
_stream_writable.js:464
 cb();
 ^

TypeError: cb is not a function
   at afterWrite (_stream_writable.js:464:3)
   at _combinedTickCallback (internal/process/next_tick.js:144:20)
   at process._tickCallback (internal/process/next_tick.js:180:9)

Not sure why
askmike, it seems papertrading is the issue, live bots are working fine but papertrading pops out the above error.


RE: Gekko 0.6 released - ankasem - 07-08-2018

(07-06-2018, 01:12 AM)ankasem Wrote: hi
thank you
for ubuntu desktop

Gekko v0.6.1

the problem still continues
Local data- start a new import
sellective buttons is not active (Exchange+Currency+Asset)

solution
In the gekko folder

cd exchange
npm install --only=production
Wink


RE: Gekko 0.6 released - Kris191 - 07-08-2018

(07-07-2018, 05:41 PM)Kris191 Wrote:
(07-06-2018, 12:42 PM)Kris191 Wrote: One more...

Paper trader, using Moniours strat...

Code:
_stream_writable.js:464
 cb();
 ^

TypeError: cb is not a function
   at afterWrite (_stream_writable.js:464:3)
   at _combinedTickCallback (internal/process/next_tick.js:144:20)
   at process._tickCallback (internal/process/next_tick.js:180:9)

Not sure why
askmike, it seems papertrading is the issue, live bots are working fine but papertrading pops out the above error.

UPDATE ON THIS: continually restarting the bot till this error doesnt show up gets round it, i would assume is a tick issue and needs to wait to the next time the tick is due to start up