mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
Add format description for pairs.json file
This commit is contained in:
parent
6aa1ec2a4c
commit
93b2621651
|
@ -22,6 +22,18 @@ mkdir -p user_data/data/binance
|
||||||
cp freqtrade/tests/testdata/pairs.json 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
|
### start download
|
||||||
|
|
||||||
Then run:
|
Then run:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user