From 9576fab62198c509b028c4e3625ab686bc00a322 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 4 Mar 2022 07:16:06 +0100 Subject: [PATCH] Re-remove amount to precision from trade entry --- freqtrade/freqtradebot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 2d1d1bb6e..85d16d183 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -639,7 +639,6 @@ class FreqtradeBot(LoggingMixin): entry_tag=enter_tag, side=trade_side): logger.info(f"User requested abortion of buying {pair}") return False - amount = self.exchange.amount_to_precision(pair, amount) order = self.exchange.create_order( pair=pair, ordertype=order_type,