diff --git a/README.md b/README.md index 24e01531c..df7f5c116 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,10 @@ strategy parameters with real exchange data. ### Exchange marketplaces supported - [X] [Bittrex](https://bittrex.com/) - [X] [Binance](https://www.binance.com/) -- [ ] [113 others to tests](https://github.com/ccxt/ccxt/). _(We cannot guarantee they will work)_ +- [X] [HitBTC v2](https://hitbtc.com/) +- [ ] [112 others to tests](https://github.com/ccxt/ccxt/). _(We cannot guarantee they will work)_ +You have tried an exchange not listed here and it is working here? +[Let us know](https://github.com/freqtrade/freqtrade/issues ). ## Quick start This quick start section is a very short explanation on how to test the diff --git a/docs/configuration.md b/docs/configuration.md index 2cc6294f4..d623e2214 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -83,11 +83,12 @@ end up paying more then would probably have been necessary. Freqtrade is based on [CCXT library](https://github.com/ccxt/ccxt) that supports 115 cryptocurrency exchange markets and trading APIs. The complete up-to-date list can be found in the [CCXT repo homepage](https://github.com/ccxt/ccxt/tree/master/python). However, the bot was tested -with only Bittrex and Binance. +with the exchange listed below. The bot was tested with the following exchanges: - [Bittrex](https://bittrex.com/): "bittrex" - [Binance](https://www.binance.com/): "binance" +- [HitBTC v2](https://hitbtc.com/): "hitbtc2" Feel free to test other exchanges and submit your PR to improve the bot.