Improve dynamic pairlist documentation

This commit is contained in:
Matthias 2019-10-25 06:43:52 +02:00
parent 74b2f11d4f
commit b3e028e853
1 changed files with 5 additions and 0 deletions

View File

@ -417,10 +417,15 @@ section of the configuration.
`askVolume`, `bidVolume` and `quoteVolume`, defaults to `quoteVolume`.
* There is a possibility to filter low-value coins that would not allow setting a stop loss
(set `precision_filter` parameter to `true` for this).
* `VolumePairList` does not consider `pair_whitelist`, but builds this automatically based the pairlist configuration.
Example:
```json
"exchange": {
"pair_whitelist": [],
"pair_blacklist": ["BNB/BTC"]
},
"pairlist": {
"method": "VolumePairList",
"config": {