From 8337bf3c47d6479fa23709b927576d2671e3e538 Mon Sep 17 00:00:00 2001 From: Joe Schr <8218910+TheJoeSchr@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:09:27 +0100 Subject: [PATCH] Fix typo --- freqtrade/exchange/exchange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/exchange/exchange.py b/freqtrade/exchange/exchange.py index cac7681ba..0cf59b9b4 100644 --- a/freqtrade/exchange/exchange.py +++ b/freqtrade/exchange/exchange.py @@ -700,7 +700,7 @@ class Exchange: # Only allow max calls per pair to somewhat limit the impact raise OperationalException( f"This strategy requires {startup_candles} candles to start, " - f"which is more than 5" + f"which is more than 5x" f"the amount of candles {self.name} provides for {timeframe}.") elif required_candle_call_count > 1: raise OperationalException(