Also hey @whydifficult I was figlet-ing some big ASCII text for something unrelated and I thought maybe you'd like a splashier splashscreen?
.d888888 .d8888b. 88 .dP 88 .dP .d8888b.
88' '88 88ooood8 88888" 88888" 88' '88
'8888P88 '8boood' 88 '8b.88 '8b.'88888P'
.88
d8888P I'm gonna make you rich, Bud Fox.
This looks awesome! Will look into this thanks

Hi
I recently installed the latest version your bot using the windows guide but i have troubles when i want to use kraken, i get a "Cannot find module 'kraken-api' "
But at least the bots works for other platform like MtGox where it can connect. So i guess its just a problem with kraken
Im using node v0.10.25.
If someone can give me an advice ? Thanks
Every time you pull the latest version of gekko you need to run:
npm update
okey i success to make it run on my computer finnally...
this bot is not really as "intuitive" to make it run as others like butter bot,
any way, is the tutorial data updated? because i use LTC asset and i get an error as its not supported at btc-e...
i am also trying to find the code:
config.tradingAdvisor = {
enabled: true,
method: 'DEMA',
candleSize: 5,
historySize: 20
}
as i read in the tutorial and it does not exist at config.js...
So altcoin support is only available in the latest unstable build: we changed a lot of things in Gekko and don't know for 100% everything works. You can find the latest version here:
https://github.com/askmike/gekko/tree/localDBYou can only download this unstable nightly build through git. First download git than:
git clone -b localDB --single-branch git://github.com/askmike/gekko
(As soon as this version is stable you can download normally)
and the configuring docs:
https://github.com/askmike/gekko/blob/localDB/docs/Configuring_gekko.md--
So you are looking at the docs for the new version, though you are trying to run it on the old version.