Post
Topic
Re: Gekko - a javascript trading bot and backtesting platform
by
flux_154
on 29/01/2018, 20:44:12 UTC
Hi all

I have windows 7 running through parallels on my mac desktop.
I can live paper trade on kraken no problem, but when i come to use the livebot and it tries to make it’s first buy these errors come up.

This is the develop version i downloaded through github over the weekend.

Gekko version: v0.5.13
Nodejs version: v8.9.4
C:\Users\xx\Downloads\gekko-develop\web\routes\startGekko.js:86
    if(event.log)
             ^

TypeError: Cannot read property 'log' of undefined

So… 2 errors keep coming up

1/ [kraken.js] Order:Invalid price:Invalid price argument.

and

2/ TypeError: Cannot read property 'log' of undefined


Anyone else having issues like these?
Any help would be very much appreciated.

flux