rename --timeperiod to --timerange

This commit is contained in:
kryofly
2018-01-15 21:49:06 +01:00
parent f61012097c
commit 71bb348698
7 changed files with 13 additions and 13 deletions

View File

@@ -52,12 +52,12 @@ python3 ./freqtrade/main.py backtesting --datadir freqtrade/tests/testdata-20180
```
**Running backtest with smaller testset**
Use the --timeperiod argument to change how much of the testset
Use the --timerange argument to change how much of the testset
you want to use. The last N ticks/timeframes will be used.
Example:
```bash
python3 ./freqtrade/main.py backtesting --timeperiod -200
python3 ./freqtrade/main.py backtesting --timerange -200
```
**Update testdata directory