Add new protections to full sample, documentation

This commit is contained in:
Matthias
2020-12-01 06:52:19 +01:00
parent f06b58dc91
commit b36f333b2f
2 changed files with 60 additions and 13 deletions

View File

@@ -85,6 +85,20 @@
{
"method": "CooldownPeriod",
"stopduration": 20
},
{
"method": "MaxDrawdown",
"lookback_period": 2000,
"trade_limit": 20,
"stop_duration": 10,
"max_allowed_drawdown": 0.2
},
{
"method": "LowProfitPairs",
"lookback_period": 360,
"trade_limit": 1,
"stop_duration": 2,
"required_profit": 0.02
}
],
"exchange": {