fixed --export trades command
refers to issue 3413 @ https://github.com/freqtrade/freqtrade/issues/3413
This commit is contained in:
parent
cf1bbb1afb
commit
61ae471eef
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user