Skip to content

Haquor/gdax-bot

Repository files navigation

gdax-bot

Build status

GDAX-bot is designed to be a GDAX based MongoDB powered crypto-currency trading bot.

It is currently being used for research and market analysis, but in time, we hope to achieve the following:

  • Support multiple Exchanges (e.g. Polinex, Kraken, Bitfinex, Binance)
  • Run custom TA strategies
  • Perform magic!

Project Contributors

Dillinger uses a number of open source projects to work properly:

  • GDAX Node - a node library by GDAX, for GDAX
  • MongoDB - Database software that holds JSON-like documents
  • Chalk - terminal string styling, done right

And of course gdax-bot itself is open source with a public repository on GitHub.

Installation

gdax-bot requires Node.js to run.

Install the dependencies and start the bot.

$ cd gdax-bot
$ npm install -d
$ node bot.js --config config.xml --option

License

MIT

Free Software, Hell Yeah!