Update docs/includes/pairlists.md

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
nightshift2k 2021-07-07 20:29:55 +02:00 committed by GitHub
parent 4d4ed82db8
commit 5a2bc192d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,10 +100,12 @@ a larger pairlist on two bot instances.
Example to remove the first 10 pairs from the pairlist:
```json
"pairlists": [{
"pairlists": [
{
"method": "OffsetFilter",
"offset": 10
}],
}
],
```
!!! Warning