Last active
November 4, 2023 12:06
-
-
Save sohocs509/dd7210e3221c3f73d83ed2e993f7744f to your computer and use it in GitHub Desktop.
freqtrade static pair list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"pair_whitelist": [ | |
"USDC/USDT", | |
"FLOKI/USDT", | |
"FTM/USDT", | |
"NEO/USDT", | |
"FET/USDT", | |
"RNDR/USDT", | |
"AVAX/USDT", | |
"WAXP/USDT", | |
"ROSE/USDT", | |
"GRT/USDT", | |
"SOL/USDT", | |
"XLM/USDT", | |
"SHIB/USDT", | |
"BNB/USDT", | |
"AAVE/USDT", | |
"XRP/USDT ", | |
"NEAR/USDT", | |
"GALA/USDT", | |
"MATIC/USDT" | |
], | |
"pair_blacklist": [] | |
}, | |
"pairlists": [ | |
{"method": "StaticPairList"} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment