Can i use this to trade LTC at BTC-e?
Not at this moment, there are plans as
discussed on Github though.
Nope, no web page.
Anyway, using Bitstamp all of a sudden, everything is NaN
Hmm that's a bug for sure, I'll look into this in an hour or so! You are using the latest version, right?
ok no page or anything so it's all done in terminal but why does mine site there and thats all?
The bot looks at the market every [interval] to see wether the EMA strategy suggests to go either long or short (you should either buy or sell bitcoin) by riding the trend. You can change the settings in config.js, take a look at
this document which describes what everything means.
[interval] is a setting of the EMA strategy which is the period in minutes per candle. This means Gekko will only recheck what to do every [interval] minutes, default is 60 minutes.