update docs
This commit is contained in:
parent
064f6629ab
commit
df79098adc
@ -280,13 +280,15 @@ By default, a Static Pairlist is used (configured as `"pair_whitelist"` under th
|
|||||||
* `"VolumePairList"`
|
* `"VolumePairList"`
|
||||||
* Formerly available as `--dynamic-whitelist [<number_assets>]`
|
* Formerly available as `--dynamic-whitelist [<number_assets>]`
|
||||||
* Selects `number_assets` top pairs based on `sort_key`, which can be one of `askVolume`, `bidVolume` and `quoteVolume`, defaults to `quoteVolume`.
|
* Selects `number_assets` top pairs based on `sort_key`, which can be one of `askVolume`, `bidVolume` and `quoteVolume`, defaults to `quoteVolume`.
|
||||||
|
* Possibility to filter low-value coins that would not allow setting a stop loss
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"pairlist": {
|
"pairlist": {
|
||||||
"method": "VolumePairList",
|
"method": "VolumePairList",
|
||||||
"config": {
|
"config": {
|
||||||
"number_assets": 20,
|
"number_assets": 20,
|
||||||
"sort_key": "quoteVolume"
|
"sort_key": "quoteVolume",
|
||||||
|
"precision_filter": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user