From 5b1cda92367fa10e9480600c72341adb7e1396a2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 20 Jan 2024 17:06:34 +0100 Subject: [PATCH] Update Huboi brandin to htx --- README.md | 2 +- docs/exchanges.md | 4 ++-- docs/index.md | 2 +- docs/stoploss.md | 2 +- freqtrade/commands/build_config_commands.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c00d2c999..c6e54b112 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Please read the [exchange specific notes](docs/exchanges.md) to learn about even - [X] [Binance](https://www.binance.com/) - [X] [Bitmart](https://bitmart.com/) - [X] [Gate.io](https://www.gate.io/ref/6266643) -- [X] [Huobi](http://huobi.com/) +- [X] [HTX](https://www.htx.com/) (Former Huobi) - [X] [Kraken](https://kraken.com/) - [X] [OKX](https://okx.com/) (Former OKEX) - [ ] [potentially many others](https://github.com/ccxt/ccxt/). _(We cannot guarantee they will work)_ diff --git a/docs/exchanges.md b/docs/exchanges.md index ef488e6db..c106ea4cf 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -208,10 +208,10 @@ Kucoin supports [time_in_force](configuration.md#understand-order_time_in_force) For Kucoin, it is suggested to add `"KCS/"` to your blacklist to avoid issues, unless you are willing to maintain enough extra `KCS` on the account or unless you're willing to disable using `KCS` for fees. Kucoin accounts may use `KCS` for fees, and if a trade happens to be on `KCS`, further trades may consume this position and make the initial `KCS` trade unsellable as the expected amount is not there anymore. -## Huobi +## HTX (formerly Huobi) !!! Tip "Stoploss on Exchange" - Huobi supports `stoploss_on_exchange` and uses `stop-limit` orders. It provides great advantages, so we recommend to benefit from it by enabling stoploss on exchange. + HTX supports `stoploss_on_exchange` and uses `stop-limit` orders. It provides great advantages, so we recommend to benefit from it by enabling stoploss on exchange. ## OKX (former OKEX) diff --git a/docs/index.md b/docs/index.md index 1df5424de..26debe993 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,7 +42,7 @@ Please read the [exchange specific notes](exchanges.md) to learn about eventual, - [X] [Binance](https://www.binance.com/) - [X] [Bitmart](https://bitmart.com/) - [X] [Gate.io](https://www.gate.io/ref/6266643) -- [X] [Huobi](http://huobi.com/) +- [X] [HTX](https://www.htx.com/) (Former Huobi) - [X] [Kraken](https://kraken.com/) - [X] [OKX](https://okx.com/) (Former OKEX) - [ ] [potentially many others through ccxt](https://github.com/ccxt/ccxt/). _(We cannot guarantee they will work)_ diff --git a/docs/stoploss.md b/docs/stoploss.md index 8fc73be21..935950d06 100644 --- a/docs/stoploss.md +++ b/docs/stoploss.md @@ -30,7 +30,7 @@ The Order-type will be ignored if only one mode is available. |----------|-------------| | Binance | limit | | Binance Futures | market, limit | -| Huobi | limit | +| HTX (former Huobi) | limit | | kraken | market, limit | | Gate | limit | | Okx | limit | diff --git a/freqtrade/commands/build_config_commands.py b/freqtrade/commands/build_config_commands.py index 2dff87a7d..5b3447d70 100644 --- a/freqtrade/commands/build_config_commands.py +++ b/freqtrade/commands/build_config_commands.py @@ -109,7 +109,7 @@ def ask_user_config() -> Dict[str, Any]: "binance", "binanceus", "gate", - "huobi", + "htx", "kraken", "kucoin", "okx",