backtest export json2

This commit is contained in:
kryofly
2018-01-11 15:45:39 +01:00
parent 27769f0301
commit ed47ee4e29
4 changed files with 28 additions and 2 deletions

View File

@@ -51,6 +51,11 @@ python3 ./freqtrade/main.py backtesting --realistic-simulation --live
python3 ./freqtrade/main.py backtesting --datadir freqtrade/tests/testdata-20180101
```
**Exporting trades to file**
```bash
freqtrade backtesting --export trades
```
For help about backtesting usage, please refer to
[Backtesting commands](#backtesting-commands).