Golang Crypto Trading Bot v0.0.2-alpha Release Notes
Release Date: 2018-11-05 // almost 6 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
Previous changes from v0.0.1-alpha
-
๐ 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)