mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix folder names in custom datadir documentation
This commit is contained in:
parent
7b79ca3e8f
commit
eeda93a359
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user