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