From d4ba83764150b37593a367849ea8b14128e182f8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 2 Sep 2024 06:58:30 +0200 Subject: [PATCH] chore: mark Bybit as supported exchange --- README.md | 1 + docs/index.md | 1 + freqtrade/exchange/common.py | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 137078214..317a6cfdf 100644 --- a/README.md +++ b/README.md @@ -30,6 +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] [BingX](https://bingx.com/invite/0EM9RX) +- [X] [Bybit](https://bybit.com/) - [X] [Gate.io](https://www.gate.io/ref/6266643) - [X] [HTX](https://www.htx.com/) (Former Huobi) - [X] [Kraken](https://kraken.com/) diff --git a/docs/index.md b/docs/index.md index 55835f555..f2d1482c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,6 +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] [BingX](https://bingx.com/invite/0EM9RX) +- [X] [Bybit](https://bybit.com/) - [X] [Gate.io](https://www.gate.io/ref/6266643) - [X] [HTX](https://www.htx.com/) (Former Huobi) - [X] [Kraken](https://kraken.com/) diff --git a/freqtrade/exchange/common.py b/freqtrade/exchange/common.py index 224f24efc..cac86ab3c 100644 --- a/freqtrade/exchange/common.py +++ b/freqtrade/exchange/common.py @@ -54,6 +54,7 @@ SUPPORTED_EXCHANGES = [ "binance", "bingx", "bitmart", + "bybit", "gate", "htx", "kraken",