Backtest Details
Failed
Execution Error
Type: backtest_execution_error
Error Details:
2025-09-28 22:47:00,903 - freqtrade - INFO - freqtrade 2024.5
2025-09-28 22:47:01,838 - freqtrade.configuration.load_config - INFO - Using config: /freqtrade/user_data/config/config_backtest.json ...
2025-09-28 22:47:01,881 - freqtrade.loggers - INFO - Verbosity set to 0
2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Parameter -i/--timeframe detected ... Using timeframe: 1d ...
2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Using max_open_trades: 3 ...
2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Parameter --timerange detected: 20231231-20241230 ...
2025-09-28 22:48:06,395 - freqtrade.configuration.configuration - INFO - Using user-data directory: /freqtrade/user_data ...
2025-09-28 22:48:06,396 - freqtrade.configuration.configuration - INFO - Using data directory: /freqtrade/user_data/data/binance ...
2025-09-28 22:48:06,399 - freqtrade.configuration.configuration - INFO - Storing backtest results to /freqtrade/user_data/backtest_results/af6e27be9cfd4cbc.json ...
2025-09-28 22:48:06,400 - freqtrade.configuration.configuration - INFO - Overriding timeframe with Command line argument
2025-09-28 22:48:06,400 - freqtrade.configuration.configuration - INFO - Parameter --export detected: trades ...
2025-09-28 22:48:06,403 - freqtrade.configuration.configuration - INFO - Parameter --cache=day detected ...
2025-09-28 22:48:06,403 - freqtrade.configuration.configuration - INFO - Using pairs ['BTC/USDT', 'ETH/USDT', 'BNB/USDT', 'XRP/USDT', 'ADA/USDT', 'SOL/USDT', 'DOT/USDT', 'AVAX/USDT', 'MATIC/USDT', 'LINK/USDT', 'UNI/USDT', 'LTC/USDT', 'BCH/USDT', 'ALGO/USDT', 'ATOM/USDT', 'NEAR/USDT', 'FTM/USDT', 'SAND/USDT', 'MANA/USDT', 'AXS/USDT', 'DOGE/USDT', 'SHIB/USDT', 'TRX/USDT', 'VET/USDT', 'FIL/USDT', 'ETC/USDT', 'XLM/USDT', 'ICP/USDT', 'THETA/USDT', 'FLOW/USDT', 'LUNA/USDT', 'ONE/USDT', 'HBAR/USDT', 'ENJ/USDT', 'CHZ/USDT', 'SUSHI/USDT', 'BAT/USDT', 'ZIL/USDT', 'COMP/USDT', 'MKR/USDT', 'AAVE/USDT', 'SNX/USDT', 'CRV/USDT', 'YFI/USDT', '1INCH/USDT', 'GALA/USDT', 'APE/USDT', 'GMT/USDT', 'STG/USDT', 'LUNC/USDT']
2025-09-28 22:48:06,407 - freqtrade.configuration.configuration - INFO - Filter trades by timerange: 20231231-20241230
2025-09-28 22:48:06,436 - freqtrade.exchange.check_exchange - INFO - Checking exchange...
2025-09-28 22:48:06,627 - freqtrade.exchange.check_exchange - INFO - Exchange "binance" is officially supported by the Freqtrade development team.
2025-09-28 22:48:06,636 - freqtrade.configuration.config_validation - INFO - Validating configuration ...
2025-09-28 22:48:06,695 - freqtrade.commands.optimize_commands - INFO - Starting freqtrade in Backtesting mode
2025-09-28 22:48:06,733 - freqtrade.exchange.exchange - INFO - Instance is running with dry_run enabled
2025-09-28 22:48:06,733 - freqtrade.exchange.exchange - INFO - Using CCXT 4.3.35
2025-09-28 22:48:06,958 - freqtrade.exchange.exchange - INFO - Using Exchange "Binance"
2025-09-28 22:56:19,522 - freqtrade.exchange.exchange - ERROR - Unable to initialize markets.
Traceback (most recent call last):
File "/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py", line 737, in _error_catcher
yield
File "/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py", line 862, in _raw_read
data = self._fp_read(amt, read1=read1) if not fp_closed else b""
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py", line 845, in _fp_read
return self._fp.read(amt) if amt is not None else self._fp.read()
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/http/client.py", line 479, in read
s = self.fp.read(amt)
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/socket.py", line 707, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/ssl.py", line 1252, in recv_into
return self.read(nbytes, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/ssl.py", line 1104, in read
return self._sslobj.read(len, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: The read operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py", line 820, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py", line 1043, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py", line 935, in read
data = self._raw_read(amt)
^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py", line 861, in _raw_read
with self._error_catcher():
File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py", line 742, in _error_catcher
raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='api.binance.com', port=443): Read timed out.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py", line 625, in fetch
response = self.session.request(
^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/requests/sessions.py", line 746, in send
r.content
File "/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py", line 902, in content
self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py", line 826, in generate
raise ConnectionError(e)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.binance.com', port=443): Read timed out.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/freqtrade/freqtrade/exchange/exchange.py", line 545, in _load_markets
self._markets = self._api.load_markets(params={})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py", line 1540, in load_markets
markets = self.fetch_markets(params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/ccxt/binance.py", line 2822, in fetch_markets
promisesRaw.append(self.publicGetExchangeInfo(params))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/types.py", line 35, in unbound_method
return _self.request(self.path, self.api, self.method, params, config=self.config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/ccxt/binance.py", line 10333, in request
response = self.fetch2(path, api, method, params, headers, body, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py", line 3737, in fetch2
return self.fetch(request['url'], request['method'], request['headers'], request['body'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py", line 676, in fetch
raise RequestTimeout(details) from e
ccxt.base.errors.RequestTimeout: binance GET https://api.binance.com/api/v3/exchangeInfo
2025-09-28 22:56:19,691 - freqtrade - ERROR - Could not load markets, therefore cannot start. Please investigate the above error for more details.
Debug Information (click to expand)
{
"backtest_uuid": "af6e27be9cfd4cbc",
"error_message": "2025-09-28 22:47:00,903 - freqtrade - INFO - freqtrade 2024.5\n2025-09-28 22:47:01,838 - freqtrade.configuration.load_config - INFO - Using config: /freqtrade/user_data/config/config_backtest.json ...\n2025-09-28 22:47:01,881 - freqtrade.loggers - INFO - Verbosity set to 0\n2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Parameter -i/--timeframe detected ... Using timeframe: 1d ...\n2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Using max_open_trades: 3 ...\n2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Parameter --timerange detected: 20231231-20241230 ...\n2025-09-28 22:48:06,395 - freqtrade.configuration.configuration - INFO - Using user-data directory: /freqtrade/user_data ...\n2025-09-28 22:48:06,396 - freqtrade.configuration.configuration - INFO - Using data directory: /freqtrade/user_data/data/binance ...\n2025-09-28 22:48:06,399 - freqtrade.configuration.configuration - INFO - Storing backtest results to /freqtrade/user_data/backtest_results/af6e27be9cfd4cbc.json ...\n2025-09-28 22:48:06,400 - freqtrade.configuration.configuration - INFO - Overriding timeframe with Command line argument\n2025-09-28 22:48:06,400 - freqtrade.configuration.configuration - INFO - Parameter --export detected: trades ...\n2025-09-28 22:48:06,403 - freqtrade.configuration.configuration - INFO - Parameter --cache=day detected ...\n2025-09-28 22:48:06,403 - freqtrade.configuration.configuration - INFO - Using pairs [\u0027BTC/USDT\u0027, \u0027ETH/USDT\u0027, \u0027BNB/USDT\u0027, \u0027XRP/USDT\u0027, \u0027ADA/USDT\u0027, \u0027SOL/USDT\u0027, \u0027DOT/USDT\u0027, \u0027AVAX/USDT\u0027, \u0027MATIC/USDT\u0027, \u0027LINK/USDT\u0027, \u0027UNI/USDT\u0027, \u0027LTC/USDT\u0027, \u0027BCH/USDT\u0027, \u0027ALGO/USDT\u0027, \u0027ATOM/USDT\u0027, \u0027NEAR/USDT\u0027, \u0027FTM/USDT\u0027, \u0027SAND/USDT\u0027, \u0027MANA/USDT\u0027, \u0027AXS/USDT\u0027, \u0027DOGE/USDT\u0027, \u0027SHIB/USDT\u0027, \u0027TRX/USDT\u0027, \u0027VET/USDT\u0027, \u0027FIL/USDT\u0027, \u0027ETC/USDT\u0027, \u0027XLM/USDT\u0027, \u0027ICP/USDT\u0027, \u0027THETA/USDT\u0027, \u0027FLOW/USDT\u0027, \u0027LUNA/USDT\u0027, \u0027ONE/USDT\u0027, \u0027HBAR/USDT\u0027, \u0027ENJ/USDT\u0027, \u0027CHZ/USDT\u0027, \u0027SUSHI/USDT\u0027, \u0027BAT/USDT\u0027, \u0027ZIL/USDT\u0027, \u0027COMP/USDT\u0027, \u0027MKR/USDT\u0027, \u0027AAVE/USDT\u0027, \u0027SNX/USDT\u0027, \u0027CRV/USDT\u0027, \u0027YFI/USDT\u0027, \u00271INCH/USDT\u0027, \u0027GALA/USDT\u0027, \u0027APE/USDT\u0027, \u0027GMT/USDT\u0027, \u0027STG/USDT\u0027, \u0027LUNC/USDT\u0027]\n2025-09-28 22:48:06,407 - freqtrade.configuration.configuration - INFO - Filter trades by timerange: 20231231-20241230\n2025-09-28 22:48:06,436 - freqtrade.exchange.check_exchange - INFO - Checking exchange...\n2025-09-28 22:48:06,627 - freqtrade.exchange.check_exchange - INFO - Exchange \"binance\" is officially supported by the Freqtrade development team.\n2025-09-28 22:48:06,636 - freqtrade.configuration.config_validation - INFO - Validating configuration ...\n2025-09-28 22:48:06,695 - freqtrade.commands.optimize_commands - INFO - Starting freqtrade in Backtesting mode\n2025-09-28 22:48:06,733 - freqtrade.exchange.exchange - INFO - Instance is running with dry_run enabled\n2025-09-28 22:48:06,733 - freqtrade.exchange.exchange - INFO - Using CCXT 4.3.35\n2025-09-28 22:48:06,958 - freqtrade.exchange.exchange - INFO - Using Exchange \"Binance\"\n2025-09-28 22:56:19,522 - freqtrade.exchange.exchange - ERROR - Unable to initialize markets.\nTraceback (most recent call last):\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 737, in _error_catcher\n yield\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 862, in _raw_read\n data = self._fp_read(amt, read1=read1) if not fp_closed else b\"\"\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 845, in _fp_read\n return self._fp.read(amt) if amt is not None else self._fp.read()\n ^^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.12/http/client.py\", line 479, in read\n s = self.fp.read(amt)\n ^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.12/socket.py\", line 707, in readinto\n return self._sock.recv_into(b)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.12/ssl.py\", line 1252, in recv_into\n return self.read(nbytes, buffer)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.12/ssl.py\", line 1104, in read\n return self._sslobj.read(len, buffer)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTimeoutError: The read operation timed out\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py\", line 820, in generate\n yield from self.raw.stream(chunk_size, decode_content=True)\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 1043, in stream\n data = self.read(amt=amt, decode_content=decode_content)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 935, in read\n data = self._raw_read(amt)\n ^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 861, in _raw_read\n with self._error_catcher():\n File \"/usr/local/lib/python3.12/contextlib.py\", line 158, in __exit__\n self.gen.throw(value)\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 742, in _error_catcher\n raise ReadTimeoutError(self._pool, None, \"Read timed out.\") from e # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=\u0027api.binance.com\u0027, port=443): Read timed out.\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py\", line 625, in fetch\n response = self.session.request(\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/sessions.py\", line 589, in request\n resp = self.send(prep, **send_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/sessions.py\", line 746, in send\n r.content\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py\", line 902, in content\n self._content = b\"\".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b\"\"\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py\", line 826, in generate\n raise ConnectionError(e)\nrequests.exceptions.ConnectionError: HTTPSConnectionPool(host=\u0027api.binance.com\u0027, port=443): Read timed out.\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/freqtrade/freqtrade/exchange/exchange.py\", line 545, in _load_markets\n self._markets = self._api.load_markets(params={})\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py\", line 1540, in load_markets\n markets = self.fetch_markets(params)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/binance.py\", line 2822, in fetch_markets\n promisesRaw.append(self.publicGetExchangeInfo(params))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/types.py\", line 35, in unbound_method\n return _self.request(self.path, self.api, self.method, params, config=self.config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/binance.py\", line 10333, in request\n response = self.fetch2(path, api, method, params, headers, body, config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py\", line 3737, in fetch2\n return self.fetch(request[\u0027url\u0027], request[\u0027method\u0027], request[\u0027headers\u0027], request[\u0027body\u0027])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py\", line 676, in fetch\n raise RequestTimeout(details) from e\nccxt.base.errors.RequestTimeout: binance GET https://api.binance.com/api/v3/exchangeInfo\n2025-09-28 22:56:19,691 - freqtrade - ERROR - Could not load markets, therefore cannot start. Please investigate the above error for more details.",
"error_type": "backtest_execution_error",
"metadata": {
"api_version": "2.1.0",
"completed_at": "2025-09-28T23:09:14.872886",
"created_at": "2025-09-28T22:38:26.752752",
"error_message": "2025-09-28 22:47:00,903 - freqtrade - INFO - freqtrade 2024.5\n2025-09-28 22:47:01,838 - freqtrade.configuration.load_config - INFO - Using config: /freqtrade/user_data/config/config_backtest.json ...\n2025-09-28 22:47:01,881 - freqtrade.loggers - INFO - Verbosity set to 0\n2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Parameter -i/--timeframe detected ... Using timeframe: 1d ...\n2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Using max_open_trades: 3 ...\n2025-09-28 22:47:01,882 - freqtrade.configuration.configuration - INFO - Parameter --timerange detected: 20231231-20241230 ...\n2025-09-28 22:48:06,395 - freqtrade.configuration.configuration - INFO - Using user-data directory: /freqtrade/user_data ...\n2025-09-28 22:48:06,396 - freqtrade.configuration.configuration - INFO - Using data directory: /freqtrade/user_data/data/binance ...\n2025-09-28 22:48:06,399 - freqtrade.configuration.configuration - INFO - Storing backtest results to /freqtrade/user_data/backtest_results/af6e27be9cfd4cbc.json ...\n2025-09-28 22:48:06,400 - freqtrade.configuration.configuration - INFO - Overriding timeframe with Command line argument\n2025-09-28 22:48:06,400 - freqtrade.configuration.configuration - INFO - Parameter --export detected: trades ...\n2025-09-28 22:48:06,403 - freqtrade.configuration.configuration - INFO - Parameter --cache=day detected ...\n2025-09-28 22:48:06,403 - freqtrade.configuration.configuration - INFO - Using pairs [\u0027BTC/USDT\u0027, \u0027ETH/USDT\u0027, \u0027BNB/USDT\u0027, \u0027XRP/USDT\u0027, \u0027ADA/USDT\u0027, \u0027SOL/USDT\u0027, \u0027DOT/USDT\u0027, \u0027AVAX/USDT\u0027, \u0027MATIC/USDT\u0027, \u0027LINK/USDT\u0027, \u0027UNI/USDT\u0027, \u0027LTC/USDT\u0027, \u0027BCH/USDT\u0027, \u0027ALGO/USDT\u0027, \u0027ATOM/USDT\u0027, \u0027NEAR/USDT\u0027, \u0027FTM/USDT\u0027, \u0027SAND/USDT\u0027, \u0027MANA/USDT\u0027, \u0027AXS/USDT\u0027, \u0027DOGE/USDT\u0027, \u0027SHIB/USDT\u0027, \u0027TRX/USDT\u0027, \u0027VET/USDT\u0027, \u0027FIL/USDT\u0027, \u0027ETC/USDT\u0027, \u0027XLM/USDT\u0027, \u0027ICP/USDT\u0027, \u0027THETA/USDT\u0027, \u0027FLOW/USDT\u0027, \u0027LUNA/USDT\u0027, \u0027ONE/USDT\u0027, \u0027HBAR/USDT\u0027, \u0027ENJ/USDT\u0027, \u0027CHZ/USDT\u0027, \u0027SUSHI/USDT\u0027, \u0027BAT/USDT\u0027, \u0027ZIL/USDT\u0027, \u0027COMP/USDT\u0027, \u0027MKR/USDT\u0027, \u0027AAVE/USDT\u0027, \u0027SNX/USDT\u0027, \u0027CRV/USDT\u0027, \u0027YFI/USDT\u0027, \u00271INCH/USDT\u0027, \u0027GALA/USDT\u0027, \u0027APE/USDT\u0027, \u0027GMT/USDT\u0027, \u0027STG/USDT\u0027, \u0027LUNC/USDT\u0027]\n2025-09-28 22:48:06,407 - freqtrade.configuration.configuration - INFO - Filter trades by timerange: 20231231-20241230\n2025-09-28 22:48:06,436 - freqtrade.exchange.check_exchange - INFO - Checking exchange...\n2025-09-28 22:48:06,627 - freqtrade.exchange.check_exchange - INFO - Exchange \"binance\" is officially supported by the Freqtrade development team.\n2025-09-28 22:48:06,636 - freqtrade.configuration.config_validation - INFO - Validating configuration ...\n2025-09-28 22:48:06,695 - freqtrade.commands.optimize_commands - INFO - Starting freqtrade in Backtesting mode\n2025-09-28 22:48:06,733 - freqtrade.exchange.exchange - INFO - Instance is running with dry_run enabled\n2025-09-28 22:48:06,733 - freqtrade.exchange.exchange - INFO - Using CCXT 4.3.35\n2025-09-28 22:48:06,958 - freqtrade.exchange.exchange - INFO - Using Exchange \"Binance\"\n2025-09-28 22:56:19,522 - freqtrade.exchange.exchange - ERROR - Unable to initialize markets.\nTraceback (most recent call last):\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 737, in _error_catcher\n yield\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 862, in _raw_read\n data = self._fp_read(amt, read1=read1) if not fp_closed else b\"\"\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 845, in _fp_read\n return self._fp.read(amt) if amt is not None else self._fp.read()\n ^^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.12/http/client.py\", line 479, in read\n s = self.fp.read(amt)\n ^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.12/socket.py\", line 707, in readinto\n return self._sock.recv_into(b)\n ^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.12/ssl.py\", line 1252, in recv_into\n return self.read(nbytes, buffer)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/local/lib/python3.12/ssl.py\", line 1104, in read\n return self._sslobj.read(len, buffer)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nTimeoutError: The read operation timed out\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py\", line 820, in generate\n yield from self.raw.stream(chunk_size, decode_content=True)\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 1043, in stream\n data = self.read(amt=amt, decode_content=decode_content)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 935, in read\n data = self._raw_read(amt)\n ^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 861, in _raw_read\n with self._error_catcher():\n File \"/usr/local/lib/python3.12/contextlib.py\", line 158, in __exit__\n self.gen.throw(value)\n File \"/home/ftuser/.local/lib/python3.12/site-packages/urllib3/response.py\", line 742, in _error_catcher\n raise ReadTimeoutError(self._pool, None, \"Read timed out.\") from e # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=\u0027api.binance.com\u0027, port=443): Read timed out.\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py\", line 625, in fetch\n response = self.session.request(\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/sessions.py\", line 589, in request\n resp = self.send(prep, **send_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/sessions.py\", line 746, in send\n r.content\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py\", line 902, in content\n self._content = b\"\".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b\"\"\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/requests/models.py\", line 826, in generate\n raise ConnectionError(e)\nrequests.exceptions.ConnectionError: HTTPSConnectionPool(host=\u0027api.binance.com\u0027, port=443): Read timed out.\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/freqtrade/freqtrade/exchange/exchange.py\", line 545, in _load_markets\n self._markets = self._api.load_markets(params={})\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py\", line 1540, in load_markets\n markets = self.fetch_markets(params)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/binance.py\", line 2822, in fetch_markets\n promisesRaw.append(self.publicGetExchangeInfo(params))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/types.py\", line 35, in unbound_method\n return _self.request(self.path, self.api, self.method, params, config=self.config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/binance.py\", line 10333, in request\n response = self.fetch2(path, api, method, params, headers, body, config)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py\", line 3737, in fetch2\n return self.fetch(request[\u0027url\u0027], request[\u0027method\u0027], request[\u0027headers\u0027], request[\u0027body\u0027])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/ftuser/.local/lib/python3.12/site-packages/ccxt/base/exchange.py\", line 676, in fetch\n raise RequestTimeout(details) from e\nccxt.base.errors.RequestTimeout: binance GET https://api.binance.com/api/v3/exchangeInfo\n2025-09-28 22:56:19,691 - freqtrade - ERROR - Could not load markets, therefore cannot start. Please investigate the above error for more details.",
"error_type": "backtest_execution_error",
"progress": 10.0,
"python_version": "3.12.3",
"server_time": "2025-12-13T06:29:59Z",
"started_at": "2025-09-28T22:38:26.753119",
"status": "failed",
"system": "Linux",
"updated_at": "2025-09-28T23:09:14.872863"
},
"request": {
"config": "/freqtrade/user_data/config/config_backtest.json",
"pairs": [
"BTC/USDT",
"ETH/USDT",
"BNB/USDT",
"XRP/USDT",
"ADA/USDT",
"SOL/USDT",
"DOT/USDT",
"AVAX/USDT",
"MATIC/USDT",
"LINK/USDT",
"UNI/USDT",
"LTC/USDT",
"BCH/USDT",
"ALGO/USDT",
"ATOM/USDT",
"NEAR/USDT",
"FTM/USDT",
"SAND/USDT",
"MANA/USDT",
"AXS/USDT",
"DOGE/USDT",
"SHIB/USDT",
"TRX/USDT",
"VET/USDT",
"FIL/USDT",
"ETC/USDT",
"XLM/USDT",
"ICP/USDT",
"THETA/USDT",
"FLOW/USDT",
"LUNA/USDT",
"ONE/USDT",
"HBAR/USDT",
"ENJ/USDT",
"CHZ/USDT",
"SUSHI/USDT",
"BAT/USDT",
"ZIL/USDT",
"COMP/USDT",
"MKR/USDT",
"AAVE/USDT",
"SNX/USDT",
"CRV/USDT",
"YFI/USDT",
"1INCH/USDT",
"GALA/USDT",
"APE/USDT",
"GMT/USDT",
"STG/USDT",
"LUNC/USDT"
],
"strategy": "Scalp",
"timeframe": "1d",
"timerange": "20231231-20241230"
},
"result": null,
"status": "failed",
"trades": null
}