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

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"},