From ce323e66ac51813bde7d3b283a39ed21a320b0a5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 14 Jan 2023 21:40:48 +0100 Subject: [PATCH] Remove note about binance futures naming --- docs/leverage.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/leverage.md b/docs/leverage.md index 0a265277e..deaa65896 100644 --- a/docs/leverage.md +++ b/docs/leverage.md @@ -67,8 +67,6 @@ You will also have to pick a "margin mode" (explanation below) - with freqtrade Freqtrade follows the [ccxt naming conventions for futures](https://docs.ccxt.com/en/latest/manual.html?#perpetual-swap-perpetual-future). A futures pair will therefore have the naming of `base/quote:settle` (e.g. `ETH/USDT:USDT`). -Binance is currently still an exception to this naming scheme, where pairs are named `ETH/USDT` also for futures markets, but will be aligned as soon as CCXT is ready. - ### Margin mode On top of `trading_mode` - you will also have to configure your `margin_mode`.