BAcktest with **With a (custom) strategy file**

This commit is contained in:
seansan
2018-01-28 14:51:45 +01:00
committed by GitHub
parent 3b11459a38
commit 3a905e3d59

View File

@@ -51,6 +51,11 @@ python3 ./freqtrade/main.py backtesting --realistic-simulation --live
python3 ./freqtrade/main.py backtesting --datadir freqtrade/tests/testdata-20180101
```
**With a (custom) strategy file**
```bash
python3 ./freqtrade/main.py backtesting -s your-strategy-filename-without-py-extention
```
**Exporting trades to file**
```bash
freqtrade backtesting --export trades