Releases: saniales/golang-crypto-trading-bot
Releases · saniales/golang-crypto-trading-bot
v0.1.1
v0.1.0
Full Changelog: v0.0.3-alpha...v0.1.0
v0.0.3-alpha
What's Changed
- Adding Logo to readme and enhancing style by @saniales in #79
- new way to start with a new strategy by @marioarranzr in #81
- Syncing with master by @saniales in #82
- Fixes #83 : Adds Discord Integration Example by @saniales in #84
- Feature/fix from tests by @saniales in #85
- Sync with master by @saniales in #86
- going for goreportcard 100% happiness by @saniales in #87
- Added Awesome Go badge by @saniales in #89
- Rebuilding the whole project by @saniales in #95
- Added github actions and badge by @saniales in #97
- fix BinanceWrapper GetMarkets failing by @slawo in #99
- fix of the orderBook initiation by @gocruncher in #100
- fix zero value of the price(order.Value) for bitfinex by @gocruncher in #102
- fix of the orderBook initiation for bitfinex by @gocruncher in #101
- SellMarket should use bids and BuyMarket should use asks by @SunRunAwayAwayAway in #105
- fix compile bug by @SunRunAwayAwayAway in #106
New Contributors
- @marioarranzr made their first contribution in #81
- @slawo made their first contribution in #99
- @gocruncher made their first contribution in #100
- @SunRunAwayAwayAway made their first contribution in #105
Full Changelog: v0.0.2-alpha...v0.0.3-alpha
0.0.2-alpha
- 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
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)