Add last key to config_full

This commit is contained in:
Matthias 2020-12-07 16:16:33 +01:00
parent c37bc307e2
commit 82bc6973fe
1 changed files with 2 additions and 1 deletions

View File

@ -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",