Fixed syntax error in the example
Removed extra comma in the "Full example of Pairlist Handlers" section.
This commit is contained in:
parent
6b6270db13
commit
4fc37f15d1
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user