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"]