fixed --export trades command

refers to issue 3413 @ https://github.com/freqtrade/freqtrade/issues/3413
This commit is contained in:
HumanBot 2020-06-30 10:13:27 -04:00 committed by GitHub
parent cf1bbb1afb
commit 61ae471eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Where `SampleStrategy1` and `AwesomeStrategy` refer to class names of strategies
#### Exporting trades to file
```bash
freqtrade backtesting --export trades
freqtrade backtesting --export trades --config config.json --strategy SampleStrategy
```
The exported trades can be used for [further analysis](#further-backtest-result-analysis), or can be used by the plotting script `plot_dataframe.py` in the scripts directory.