From 909286c0f7e085f9f4d1374aecc706af602bee34 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 3 Jul 2025 08:58:16 +0200 Subject: [PATCH] chore: luno - remove unnecessary config --- freqtrade/exchange/luno.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freqtrade/exchange/luno.py b/freqtrade/exchange/luno.py index 28b23c627..bb11c714d 100644 --- a/freqtrade/exchange/luno.py +++ b/freqtrade/exchange/luno.py @@ -18,7 +18,6 @@ class Luno(Exchange): """ _ft_has: FtHas = { - "ohlcv_candle_limit": 1000, "ohlcv_has_history": False, # Only provides the last 1000 candles "always_require_api_keys": True, # Requires API keys to fetch candles "trades_has_history": False, # Only the last 24h are available