From 82bc6973feab3937010e99cb2301cbad30651724 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 7 Dec 2020 16:16:33 +0100 Subject: [PATCH] Add last key to config_full --- config_full.json.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_full.json.example b/config_full.json.example index b6170bceb..e69e52469 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -80,7 +80,8 @@ "method": "StoplossGuard", "lookback_period_candles": 60, "trade_limit": 4, - "stop_duration_candles": 60 + "stop_duration_candles": 60, + "only_per_pair": false }, { "method": "CooldownPeriod",