diff --git a/README.md b/README.md index cc02d41ae..7ea9263f2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ hesitate to read the source code and understand the mechanism of this bot. Please read the [exchange-specific notes](docs/exchanges.md) to learn about special configurations that maybe needed for each exchange. +### Supported Spot Exchanges + - [X] [Binance](https://www.binance.com/) - [X] [BingX](https://bingx.com/invite/0EM9RX) - [X] [Bitget](https://www.bitget.com/) @@ -39,7 +41,7 @@ Please read the [exchange-specific notes](docs/exchanges.md) to learn about spec - [X] [MyOKX](https://okx.com/) (OKX EEA) - [ ] [potentially many others](https://github.com/ccxt/ccxt/). _(We cannot guarantee they will work)_ -### Supported Futures Exchanges (experimental) +### Supported Futures Exchanges - [X] [Binance](https://www.binance.com/) - [X] [Bitget](https://www.bitget.com/) diff --git a/docs/index.md b/docs/index.md index e09e483f5..b33d88772 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,6 +37,8 @@ Freqtrade is a free and open source crypto trading bot written in Python. It is Please read the [exchange specific notes](exchanges.md) to learn about eventual, special configurations needed for each exchange. +### Supported Spot Exchanges + - [X] [Binance](https://www.binance.com/) - [X] [BingX](https://bingx.com/invite/0EM9RX) - [X] [Bitget](https://www.bitget.com/) @@ -50,7 +52,7 @@ Please read the [exchange specific notes](exchanges.md) to learn about eventual, - [X] [MyOKX](https://okx.com/) (OKX EEA) - [ ] [potentially many others through ccxt](https://github.com/ccxt/ccxt/). _(We cannot guarantee they will work)_ -### Supported Futures Exchanges (experimental) +### Supported Futures Exchanges - [X] [Binance](https://www.binance.com/) - [X] [Bitget](https://www.bitget.com/) diff --git a/docs/leverage.md b/docs/leverage.md index b2fb1bef2..2236bbff5 100644 --- a/docs/leverage.md +++ b/docs/leverage.md @@ -1,8 +1,5 @@ # Trading with Leverage -!!! Warning "Beta feature" - This feature is still in it's testing phase. Should you notice something you think is wrong please let us know via Discord or via Github Issue. - !!! Note "Multiple bots on one account" You can't run 2 bots on the same account with leverage. For leveraged / margin trading, freqtrade assumes it's the only user of the account, and all liquidation levels are calculated based on this assumption.