We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efad94 commit 909286cCopy full SHA for 909286c
freqtrade/exchange/luno.py
@@ -18,7 +18,6 @@ class Luno(Exchange):
18
"""
19
20
_ft_has: FtHas = {
21
- "ohlcv_candle_limit": 1000,
22
"ohlcv_has_history": False, # Only provides the last 1000 candles
23
"always_require_api_keys": True, # Requires API keys to fetch candles
24
"trades_has_history": False, # Only the last 24h are available
0 commit comments