Skip to content

Releases: saniales/golang-crypto-trading-bot

v0.1.1

08 Jan 16:03
Compare
Choose a tag to compare

What's Changed

  • chore: remove refs to deprecated io/ioutil by @testwill in #123

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Feb 16:35
7ff9355
Compare
Choose a tag to compare

Full Changelog: v0.0.3-alpha...v0.1.0

v0.0.3-alpha

18 Jan 12:12
b0c20d4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2-alpha...v0.0.3-alpha

0.0.2-alpha

05 Nov 13:47
805bb7b
Compare
Choose a tag to compare
  • 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

0.0.1-alpha

20 Jul 15:59
Compare
Choose a tag to compare

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)