On Tue, Aug 16, 2016 at 05:00:21AM +0000, Carlos Rodriguez wrote: > > zenbot is an automated cryptocurrency trading bot. It runs on node.js and > MongoDB and is fully open-sourced. A plugin architecture is included that > allows any exchange, trade strategy, or currency pair to be supported. > > • Out of the box, zenbot is an AI-powered trade advisor (gives you buy > or sell signals while watching live data). > • Default support for GDAX is included, so if you have a GDAX account, > enable bot trades by simply putting your GDAX API key in config.js and > setting what currency pair to trade. > • Default support for other exchanges is ongoing. > • Trade strategy is fully exposed in the config file. This allows you > to have full control over the bot’s actions and logic. For example, instead > of trading on GDAX, you could trade on a different exchange or currency pair > by implementing a few lines of JavaScript. > • A live candlestick graph is provided via a built-in HTTP server. > > More: https://s8f.org/zenbot.html
Awesome - thanks for the info :) Zen