Golang Crypto Trading Bot v0.0.2-alpha Release Notes

Release Date: 2018-11-05 // over 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


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)