Search content
Sort by

Showing 5 of 5 results by flux_154
Post
Topic
Re: Gekko - a javascript trading bot and backtesting platform
by
flux_154
on 31/01/2018, 11:50:19 UTC



That again has been fixed.. sorry about that. See here: https://github.com/askmike/gekko/pull/1824

I would recommend downloading a stable release from here instead of using the develop version (unless you are a developer). Download that from here: https://github.com/askmike/gekko/releases
[/quote]

Thanks again for your replies, very much appreciated. I have downloaded that version you link to, the TypeError: _.get is not a function error has gone, but the TypeError: Cannot read property 'log' persists.

Is this a permissions thing in OS X do you know?

Edit: Also getting 'Gekko was unable to set the portfolio'.

I can live paper trade, but tradebot gives me the errors.
Post
Topic
Re: Gekko - a javascript trading bot and backtesting platform
by
flux_154
on 31/01/2018, 11:27:03 UTC


I downloaded the stable release and now I get: TypeError: Cannot read property 'log' of undefined.

Any help would be greatly appreciated, i've been trying to get this running for a week now and it's sapping my will to live!


flux
Post
Topic
Re: Gekko - a javascript trading bot and backtesting platform
by
flux_154
on 31/01/2018, 11:03:55 UTC
Quote from: whydifficult link=topic=209149.msg29303829#msg29303829 date=1517396299

[/quote

this was a bug in the latest develop build. You can download a stable version to not have to worry about these things here: https://github.com/askmike/gekko/releases

OR you can download the latest develop, since this bug has been fixed.

Many thanks or your reply, I downloaded the latest develop version over the weekend, I will have another go now though.

Thanks again

flux
Post
Topic
Re: Gekko - a javascript trading bot and backtesting platform
by
flux_154
on 31/01/2018, 10:53:51 UTC
I tried to install it on my mac native, but I keep running into the same error: TypeError: _.get is not a function


I have run a formula live paper trading, it gave me decent results on a downtrend and fantastic results on an upward trend.
You need to be able to get a formula that works both ways, just keep experimenting!
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