From 29e41cc8179f3c8514452e583c5037245131290b Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 5 Aug 2022 11:15:44 +0200 Subject: [PATCH] Update docs to reflect correct result closes #7181 --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 412571674..d5c0b3d8b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -105,7 +105,7 @@ This is similar to using multiple `--config` parameters, but simpler in usage as ``` json title="Result" { - "max_open_trades": 10, + "max_open_trades": 3, "stake_currency": "USDT", "stake_amount": "unlimited" }