Backtest-reports should calculate total gains based on starting capital

This commit is contained in:
Matthias
2021-02-13 09:01:05 +01:00
parent 8d61a26382
commit 35e6a9ab3a
4 changed files with 44 additions and 17 deletions

View File

@@ -261,6 +261,7 @@ def get_default_conf(testdatadir):
"20": 0.02,
"0": 0.04
},
"dry_run_wallet": 1000,
"stoploss": -0.10,
"unfilledtimeout": {
"buy": 10,