v0.8.2
Changes
🚀 Features
- Add trade count to MarketCandle, and scrape from Kraken Exchange @jdx-john (#628)
- Add simple orderbook merging from updates @jdx-john (#627)
- Allow creating new instance of exchange @jjxtra (#613)
- Poloniex OnPlaceOrderAsync improvement. @BZ-CO (#612)
- change System.Net.HttpWebRequest to System.Net.Http.HttpClient @szmcdull (#607)
- Feature/kraken private websocket support @EmergentCybernetics (#603)
🐛 Bug Fixes
- Update BinanceGroup ParseOrder @BZ-CO (#631)
- Poloniex ParseOrderTrades fix @BZ-CO (#630)
- Keep order removals in Gemini order book deltas. @itsalexkwok (#629)
- Fix Kraken WS orderbook updates and add checksum support @jdx-john (#626)
- Added parsing of kraken order fees @Plumbly (#625)
- Fixed market order bug using Order.Price @vslee (#620)
- Better symbol name translation and error detection in KrakenExchange.OnGetTickersAsync() @jdx-john (#618)
- Poloniex order status fix @BZ-CO (#616)
- Use TryAddWithoutValidation() when setting HTTP headers. @EmergentCybernetics (#611)