Download Latest Version 2026.7 source code.zip (45.1 MB)
Email in envelope

Get an email when there's a new version of Freqtrade

Home / 2026.6
Name Modified Size InfoDownloads / Week
Parent folder
2026.6 source code.tar.gz 2026-06-29 44.6 MB
2026.6 source code.zip 2026-06-29 44.9 MB
README.md 2026-06-29 9.8 kB
Totals: 3 Items   89.5 MB 1

Highlighted changes

  • Backtesting performance improvements (in combination with --timeframe-detail).
  • Backtesting now shows a Progress bar while running.
  • Improved freqUI chart in webserver mode (no more inactive pairs in live mode).
  • Added P-Value to backtest metrics.
  • Add progressbar to lookahead-analysis .
  • Added Progressbar to recursive-analysis .
  • Add lookahead bias and recursive analysis views to freqUI.

Sponsor

You can sponsor the work on freqtrade via the following links:

New Contributors

How to update

As always, you can update your bot using one of the following commands:

docker-compose

:::bash
docker-compose pull
docker-compose up -d

Installation via setup script

:::bash
# Deactivate venv and run 
./setup.sh --update

Plain native installation

:::bash
git pull
pip install -U -r requirements.txt
Expand full changelog d5d202bbf chore: bump version to 2026.6 ef78ffe64 chore(deps): Apply pre-commit types update 9527dae74 chore(deps): bump tqdm from 4.68.2 to 4.68.3 3e3da3f6e chore(deps): bump sqlalchemy from 2.0.50 to 2.0.51 15dbd6198 chore(deps): bump ccxt from 4.5.59 to 4.5.61 68cb56fc2 chore(deps-dev): bump ruff from 0.15.17 to 0.15.18 ad70b49e2 test: remove unnecessary fixture f7eea893f chore: extract json schema 9d25086da fix: add missing properties to schema validation e876914d2 refactor: combine analysis function run f383e1500 feat: reduce code duplication between endpoints 98844c1fc refactor: combine analysis API endpoints to one file 4866394d9 test: simplify nonexisting job calls 2e0fe39a1 chore: simplify api 9698bc0d2 chore: improved type-safety in background-tasks api acd3dfeed chore: remove unused import a2c68534d chore: minor cleanups bf1b2d234 test: test background job deletion be0573b7a feat: delete all background jobs 78674b40b test: add explicit test for background API 8a2b58e86 test: add basic background job deletion test e64d6803c feat: add backgroundjob deletion endpoint 0395a6654 test: fix recursive analysis tests 78e2b7adf feat: return recursive-analysis values as float 4224bf2e5 feat: better type bg job categories 3f61a8c9e fix: backtesting and analysis can't run in parallel 46d0c6759 docs: update Docs for freqUI availability deafb78d3 test: add recursive analysis as endpoint test ae7da8351 test: add lookahead analysis API endpoint tests 86f4353cc feat: add lookahead analysis API endpoints bfa7b16cc feat: add recursive analysis api endpoints bdb6282ad feat: add basics for lookahead and recursive analysis via API 7a8e74bb5 test: update tests for mandatory progress bar 3238e2da5 refactor: simplify start interface and progress handling b5f9b9793 test: Update tests for added progressbar c66e1b2b3 feat: add progress bar to lookahead analysis 889eb9eb0 feat: add progress bar to recursive analysis 9ab8d086c chore: update binance leverage tiers f81efbd80 chore: update pre-commit hooks 3f5062e69 chore(deps): bump cryptography from 48.0.1 to 49.0.0 01ef3bcdb chore(deps-dev): bump pytest in the pytest group across 1 directory 72dd7b16e chore(deps): bump filelock from 3.29.1 to 3.29.4 a690fac08 chore(deps): bump tqdm from 4.68.1 to 4.68.2 b747fb692 chore(deps): bump ccxt from 4.5.58 to 4.5.59 0124bb71e chore(deps): bump fastapi from 0.136.3 to 0.137.0 3944ca1e1 chore(deps-dev): bump ruff from 0.15.16 to 0.15.17 796128d80 chore(deps): bump python-telegram-bot from 22.7 to 22.8 5d16e85bc chore(deps-dev): bump pip-audit from 2.10.0 to 2.10.1 f77facc14 feat: run p_value test per line e1c535726 test: reduce test comment verbosity 1a1454116 docs: regenerate p-value example from actual backtest run 07b9491ea Use scipy.stats.ttest_1samp for p-value; move scipy to requirements.txt 1c4d33cd4 chore: simplify execute_entry logic 33ec55fee test: add test for funding fee DCA entry 890f30eff fix: don't add additional amount to funding fee calculation 382d93068 Address review on mean profit p-value metric a29762684 chore: update jwt secret in test config file 76956206e chore: update binance leverage tiers bb181c79b chore: remove aiohttp exclude-newer 2d233db07 chore(deps): bump cryptography in the pip group across 1 directory 35293a040 chore: use github's ARM runners c3fefbdad chore: reduce test matrix 76aa4e8d3 feat: run CI against ubuntu 26.04 and 24.04 arm 310de888e chore: update pre-commit hooks cca02788b test: use aster instead of wavesexchange bf4835af2 chore(deps): bump ccxt from 4.5.57 to 4.5.58 5e99212de chore(deps): bump optuna from 4.8.0 to 4.9.0 93bc14d56 chore(deps): bump scikit-learn from 1.8.0 to 1.9.0 6c1796898 chore(deps): bump plotly from 6.7.0 to 6.8.0 b1191838b chore(deps): bump tqdm from 4.67.3 to 4.68.1 50c7b47ce chore(deps): bump uvicorn from 0.48.0 to 0.49.0 9a239724f chore(deps-dev): bump ruff from 0.15.15 to 0.15.16 b47484a30 chore(deps): bump filelock from 3.29.0 to 3.29.1 2d4f96fde chore(deps): bump aiohttp from 3.14.0 to 3.14.1 41a2d59c4 chore(deps): bump actions/checkout in the actions group 7ef197971 test: Test for ConfigurationError handling 98ad0765a chore: move checks to better fitting sub-branches 3567d7cd8 fix: sub-3.14 typing error 9aa5a628d fix: create_command_partials should also work on python 3.14 81de5223e feat: remove edge from `--help` output e7ab1b2be feat: use is_backtest_runmode shorthand 061c827c8 fix: 2nd backtest not updating progress 1e198b7b9 chore: improve typesafety for api backtest c894b09cd feat: update api-backtest to use regular jobcontainers 53d10cdc7 test: update test for backtest abort 0337f0bb3 feat: Add progressbar to Backtesting process 4b6794f15 feat: exclude inactive markets by default a276acc03 refactor: address review feedback on should_exit bound_profit reuse 890fd8044 chore: bump Docker images to 3.14.6 0ee806422 chore: update binance leverage tiers 538b02e65 test(gate): reduce funding fee history to account for gate changes c6ef298ba chore: bump ccxt to 4.5.57 249ebe453 fix: update Ui install exception to render better 3f703e0c4 test: add test for malicious ui-zips 7ff27a9b4 fix: disallow installation of malicious ui-zip files fda63766c test: fix odd test conditional 84ae2f577 chore: update pre-commit hooks 3e26736c5 perf(backtest): reuse current_profit_best in stoploss check, drop a redundant calc f7936ea55 chore(deps): Apply pre-commit types update db81d954e chore(deps-dev): bump scipy-stubs in the scipy group across 1 directory ca26bf277 chore(deps-dev): bump ruff from 0.15.14 to 0.15.15 32e5a4cb6 chore(deps): bump docker/setup-qemu-action 7d5f9b5f2 chore(deps): bump devcontainers/ci from 0.3.1900000449 to 0.3.1900000450 88d1f8469 chore(deps-dev): bump pytest-asyncio 39fac8dce chore: bump codecov-action to 7.0.0 3e12c1bd9 chore: don't use deprecated pydantic methods 2d012bb10 chore(ci): bump astral-uv/setup-uv to 8.2.0 15aa2177e chore: add explaining comment e712b98dc chore: widen aiohttp newer gap 4b8357a18 tests: cover p-value beta-function edge branches 0a94c8362 fix(ci): clear-host doesn't work in actions e3900165b docs: explain how to read the mean profit p-value fc45dcca9 chore: switch powershell test to pwsh 22c4fa264 chore: remove no longer existing exchange mapping 1142d8d6d test: Improve funding_fees test 57eae0dcd Add mean-trade-return p-value to backtest summary metrics dbd698a26 chore: add explaining comment 50aa93785 chore: aiohttp reduce uv exclude newer 50a8400f3 perf(backtest): slice funding-fee window via searchsorted instead of full-frame mask dd2297b46 perf(backtest): build detail rows without broadcasting signals into the frame 4bd2db053 chore: update binance leverage tiers 864158a5b chore(deps): bump aiohttp from 3.13.5 to 3.14.0 46394ba21 chore: Update comment parentheses alignment 3d6ad7ccd perf(backtest): address review feedback on get_detail_data 46ae0c5f7 perf(backtest): slice detail candles via searchsorted instead of full-frame mask d2cfb0c40 chore: update pre-commit hooks a203e8e4e Improve DB URI password masking ba5edbbf5 chore(deps): bump fastapi from 0.136.1 to 0.136.3 6feb22073 chore(deps): bump certifi from 2026.4.22 to 2026.5.20 a514956ef chore(deps): bump uvicorn from 0.47.0 to 0.48.0 4b74a953b chore(deps): Apply pre-commit types update 4c00f167c chore(deps): bump sqlalchemy from 2.0.49 to 2.0.50 7941e45d8 chore(deps): bump the docker group with 2 updates f622ed51a chore(deps): bump ccxt from 4.5.55 to 4.5.56 9bdcff208 chore(deps-dev): bump ruff from 0.15.13 to 0.15.14 8857158a1 chore(deps): bump numpy from 2.4.5 to 2.4.6 d8c6a3ee0 chore(deps): bump pyjwt from 2.12.1 to 2.13.0 96316500a chore(deps): bump cachetools from 7.1.2 to 7.1.4 80e81cdd5 chore: bump version to 2026.6-dev
Source: README.md, updated 2026-06-29