Merge pull request #4849 from youpas/patch-1

Fixed syntax error in the example
This commit is contained in:
Matthias 2021-05-02 15:10:50 +02:00 committed by GitHub
commit 60e908eee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ The below example blacklists `BNB/BTC`, uses `VolumePairList` with `20` assets,
{
"method": "VolumePairList",
"number_assets": 20,
"sort_key": "quoteVolume",
"sort_key": "quoteVolume"
},
{"method": "AgeFilter", "min_days_listed": 10},
{"method": "PrecisionFilter"},