From 7d18261f58c9dc7be46a5d0d8ddd72f922a53f3b Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 6 Aug 2023 17:10:38 +0200 Subject: [PATCH] Improve FAQ wording --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 7b8cc2580..ecf4f45a9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -20,7 +20,7 @@ Futures trading is supported for selected exchanges. Please refer to the [docume * When you work with your strategy & hyperopt file you should use a proper code editor like VSCode or PyCharm. A good code editor will provide syntax highlighting as well as line numbers, making it easy to find syntax errors (most likely pointed out by Freqtrade during startup). -## Freqtrade common issues +## Freqtrade common questions ### Can freqtrade open multiple positions on the same pair in parallel?