Golang Crypto Trading Bot Versions Save

A golang implementation of a console-based trading bot for cryptocurrency exchanges

v0.1.1

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/saniales/golang-crypto-trading-bot/compare/v0.1.0...v0.1.1

v0.0.3-alpha

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/saniales/golang-crypto-trading-bot/compare/v0.0.2-alpha...v0.0.3-alpha

v0.0.2-alpha

5 years ago
  • Added new exchanges (kucoin, hitbtc, ...)
  • Added websocket support for some exchanges (bitfinex, binance, hitbtc)
  • Changed strategyFunc signature to match multiple markets and multiple exchanges.
  • Optimized handling by caching intermediate values
  • Support for hybrid REST/Websocket strategy
  • Simulation mode added
  • Changed format of config file to allow much more features
  • Added wiki first version ;)

NOT PRODUCTION READY

v0.0.1-alpha

5 years ago

First alpha release. NOT PRODUCTION READY. Comes with the currently built strategies.

  • IntervalStrategy (Calls OnUpdate every interval)
  • WatchStrategy (Prints info about a specified market, in config file)