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

@@ -64,7 +64,7 @@ python3 scripts/plot_dataframe.py --db-url sqlite:///tradesv3.dry_run.sqlite -p
To plot trades from a backtesting result, use `--export-filename <filename>`
``` bash
python3 scripts/plot_dataframe.py --export-filename user_data/backtest_data/backtest-result.json -p BTC/ETH
python3 scripts/plot_dataframe.py --export-filename user_data/backtest_results/backtest-result.json -p BTC/ETH
```
To plot a custom strategy the strategy should have first be backtested.