| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2025.12 source code.tar.gz | 2025-12-30 | 45.0 MB | |
| 2025.12 source code.zip | 2025-12-30 | 45.3 MB | |
| README.md | 2025-12-30 | 16.1 kB | |
| Totals: 3 Items | 90.3 MB | 1 | |
Highlighted changes
- Refactored funding_fee handling (⚠️this will require manual interaction!)
- Prevent filling up missing funding fee data after merging.
- Adjust funding rate timeframes to a default of 1h (it's not guaranteed to be hourly, that’s the lowest possible).
- Switch mark candles to 1h for futures exchanges.
- Support dynamic funding fees in both dry and live modes.
- Implement partial auto-fix for funding rate timeframes used in strategies directly.
- Add
--candle-typesargument todownload-datato allow for more targeted downloads. - Documentation of the required changes can be found here
- Improved dry-run stoploss order behavior.
- Improved backtest timeout behavior.
- FreqAI: Droped builtin Catboost models. Read the deprecation notice if you still want to use these models.
- Support exiting with custom price via freqUI / API.
- freqUI:
- Improved Amount step size by using trade precision.
- Fixed/Improved market change chart in freqUI webserver mode (when backtesting).
- Specify exit price when manually exiting (use the Forceexit partial button and leave the amount untouched to exit fully).
- Display multiple pairs on one screen (mainly useful in the chart pane).
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
- @LMessi2000 made their first contribution in https://github.com/freqtrade/freqtrade/pull/12585
- @arawrdn made their first contribution in https://github.com/freqtrade/freqtrade/pull/12593
- @stremblayiOS made their first contribution in https://github.com/freqtrade/freqtrade/pull/12594
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