From 8a2c4bbaf79282a8e361b9b894536977f13a48ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Apr 2026 05:04:21 +0000 Subject: [PATCH] Deployed b0c14d1 to develop in en with MkDocs 1.6.1 and mike 2.1.4 --- en/develop/faq/index.html | 4 +- en/develop/sitemap.xml | 92 +++++++++++++++++++------------------- en/develop/sitemap.xml.gz | Bin 557 -> 556 bytes 3 files changed, 48 insertions(+), 48 deletions(-) diff --git a/en/develop/faq/index.html b/en/develop/faq/index.html index 5590a3d78..b4169842a 100644 --- a/en/develop/faq/index.html +++ b/en/develop/faq/index.html @@ -2641,14 +2641,14 @@

Freqtrade FAQ

Supported Markets

-

Freqtrade supports spot trading, as well as futures trading for some selected exchanges. Please refer to the documentation start page for an up-to-date list of supported exchanges.

+

Freqtrade supports spot trading, as well as futures trading for some selected exchanges. Please refer to the documentation start page for an up-to-date list of supported exchanges.

Can my bot open short positions?

Freqtrade can open short positions in futures markets. This requires the strategy to be made for this - and "trading_mode": "futures" in the configuration. Please make sure to read the relevant documentation page first.

In spot markets, you can in some cases use leveraged spot tokens, which reflect an inverted pair (eg. BTCUP/USD, BTCDOWN/USD, ETHBULL/USD, ETHBEAR/USD,...) which can be traded with Freqtrade.

Can my bot trade options or futures?

-

Futures trading is supported for selected exchanges. Please refer to the documentation start page for an up-to-date list of supported exchanges.

+

Futures trading is supported for selected exchanges. Please refer to the documentation start page for an up-to-date list of supported exchanges.

Beginner Tips & Tricks