From 09c60b95437297547c0af612b1d72b0e9cb1ffbe Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 27 Feb 2026 14:17:46 +0900 Subject: [PATCH] remove M --- freqtrade/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index cef5e1a33..1e93e1f7a 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -241,4 +241,4 @@ IntOrInf = float EntryExecuteMode = Literal["initial", "pos_adjust", "replace"] # Prefixes for low-priced coins like 1000PEPE/USDDT:USDT or KPEPE/USDC (hyperliquid) -PairPrefixes = ["1000", "1000000", "1M", "K", "M"] +PairPrefixes = ["1000", "1000000", "1M", "K"]