Fixed syntax error in the example

Removed extra comma in the "Full example of Pairlist Handlers" section.
This commit is contained in:
youpas
2021-05-02 11:41:26 +02:00
committed by GitHub
parent 6b6270db13
commit 4fc37f15d1

View File

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