Skip to content

Commit

Permalink
chore(configs): align volume pair list number value
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit authored and iterativv committed Jan 6, 2025
1 parent 88f0750 commit 64a9d47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/pairlist-volume-binance-busd.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// },
{
"method": "VolumePairList",
"number_assets": 75,
"number_assets": 80,
"sort_key": "quoteVolume"
},
// { "method": "ShuffleFilter" }
Expand Down
2 changes: 1 addition & 1 deletion configs/pairlist-volume-bitget-btc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// },
{
"method": "VolumePairList",
"number_assets": 75,
"number_assets": 80,
"sort_key": "quoteVolume"
},
// { "method": "ShuffleFilter" }
Expand Down
2 changes: 1 addition & 1 deletion configs/pairlist-volume-bitget-usdt.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// },
{
"method": "VolumePairList",
"number_assets": 75,
"number_assets": 80,
"sort_key": "quoteVolume"
},
// { "method": "ShuffleFilter" }
Expand Down
2 changes: 1 addition & 1 deletion configs/pairlist-volume-ftx-btc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// },
{
"method": "VolumePairList",
"number_assets": 75,
"number_assets": 80,
"sort_key": "quoteVolume"
},
// { "method": "ShuffleFilter" }
Expand Down
2 changes: 1 addition & 1 deletion configs/pairlist-volume-ftx-usdt.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// },
{
"method": "VolumePairList",
"number_assets": 75,
"number_assets": 80,
"sort_key": "quoteVolume"
},
// { "method": "ShuffleFilter" }
Expand Down

0 comments on commit 64a9d47

Please sign in to comment.