Fix folder names in custom datadir documentation

This commit is contained in:
Janne Sinivirta 2018-06-04 10:01:26 +03:00
parent 7b79ca3e8f
commit eeda93a359
1 changed files with 4 additions and 4 deletions

View File

@ -97,17 +97,17 @@ The full timerange specification:
To update your testdata directory, or download into another testdata directory:
```bash
mkdir -p user_data/data/testdata-20180113
cp freqtrade/tests/testdata/pairs.json user_data/data-20180113
cd user_data/data-20180113
cp freqtrade/tests/testdata/pairs.json user_data/data/testdata-20180113
cd user_data/data/testdata-20180113
```
Possibly edit pairs.json file to include/exclude pairs
Possibly edit `pairs.json` file to include/exclude pairs
```bash
python3 freqtrade/tests/testdata/download_backtest_data.py -p pairs.json
```
The script will read your pairs.json file, and download ticker data
The script will read your `pairs.json` file, and download ticker data
into the current working directory.