| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2025.10 source code.tar.gz | 2025-10-31 | 45.0 MB | |
| 2025.10 source code.zip | 2025-10-31 | 45.4 MB | |
| README.md | 2025-10-31 | 13.4 kB | |
| Totals: 3 Items | 90.4 MB | 0 | |
Highlighted changes
- Add hyperliquid cross futures support.
- Add bitget as supported exchange.
- Add bitget.com futures support.
- Improved behavior for partial exits with subsequent
exit_timeout_counttriggering. - Improved
merge_informative_pair()behavior filling initial rows with data from before the merge date if possible. - New backtesting Timeperiod
--breakdownparameterweekday- showing aggregated stats per day. setup.shscript now supports UV installation- FreqUI:
- Support Annotation Lines.
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
- @qinhanlei made their first contribution in https://github.com/freqtrade/freqtrade/pull/12400
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
# Deactivate venv and run
./setup.sh --update
Plain native installation
git pull
pip install -U -r requirements.txt