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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 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
```
**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