Add format description for pairs.json file

This commit is contained in:
Matthias 2019-09-24 07:07:06 +02:00
parent 6aa1ec2a4c
commit 93b2621651
1 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,18 @@ mkdir -p user_data/data/binance
cp freqtrade/tests/testdata/pairs.json user_data/data/binance
```
The format of the `pairs.json` file is a simple json list.
Mixing different stake-currencies is allowed for this file, since it's only used for downloading.
``` json
[
"ETH/BTC",
"ETH/USDT",
"BTC/USDT",
"XRP/ETH"
]
```
### start download
Then run: