Skip to content

Commit

Permalink
new config
Browse files Browse the repository at this point in the history
  • Loading branch information
stash86 committed Feb 28, 2024
1 parent 76d1aad commit 3822cd5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions user_data/config-pairlist-mc-cg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"pairlists": [
{
"method": "MarketCapPairList",
"number_assets": 30,
"max_rank": 50,
"refresh_period": 86400
},
{
"method": "VolumePairList",
"number_assets": 20,
"sort_key": "quoteVolume",
"min_value": 0,
"refresh_period": 1800
},
{"method": "FullTradesFilter"},
],
}

0 comments on commit 3822cd5

Please sign in to comment.