| Name | Modified | Size | Downloads / 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:
- froggleston (FTUI) https://github.com/sponsors/froggleston/
- robcaulk (freqAI) https://github.com/sponsors/robcaulk/
- xmatthias (freqtrade and freqUI): https://github.com/sponsors/xmatthias/
New Contributors
- @xujiantop-crypto made their first contribution in https://github.com/freqtrade/freqtrade/pull/13217
- @yongzhe2160cs made their first contribution in https://github.com/freqtrade/freqtrade/pull/13227
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