Change default backtest result to "backtest_results" - backtest_data is

misleading
This commit is contained in:
Matthias
2019-07-21 13:31:42 +02:00
parent e4b994381b
commit c85cd13ca1
6 changed files with 7 additions and 7 deletions

View File

@@ -237,7 +237,7 @@ All listed Strategies need to be in the same directory.
freqtrade backtesting --timerange 20180401-20180410 --ticker-interval 5m --strategy-list Strategy001 Strategy002 --export trades
```
This will save the results to `user_data/backtest_data/backtest-result-<strategy>.json`, injecting the strategy-name into the target filename.
This will save the results to `user_data/backtest_results/backtest-result-<strategy>.json`, injecting the strategy-name into the target filename.
There will be an additional table comparing win/losses of the different strategies (identical to the "Total" row in the first table).
Detailed output for all strategies one after the other will be available, so make sure to scroll up.