From b1f016b9c035f784ee3d51df1886fc8989d809ab Mon Sep 17 00:00:00 2001 From: fapaydin Date: Tue, 9 Oct 2018 11:49:25 +0300 Subject: [PATCH] Update hyperopt.md Invalid argument in description. Replace --timeperiod with --timerange correct format. --- docs/hyperopt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 3f568d82e..7444d32b7 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -131,12 +131,12 @@ you have on-disk, use the `--datadir PATH` option. Default hyperopt will use data from directory `user_data/data`. ### Running Hyperopt 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 hyperopt --timeperiod -200 +python3 ./freqtrade/main.py hyperopt --timerange -200 ``` ### Running Hyperopt with Smaller Search Space