| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2026.2 source code.tar.gz | 2026-02-28 | 45.1 MB | |
| 2026.2 source code.zip | 2026-02-28 | 45.4 MB | |
| README.md | 2026-02-28 | 13.2 kB | |
| Totals: 3 Items | 90.5 MB | 4 | |
Highlighted changes
- Improved backtesting ROI exit rate accuracy.
stoploss_from_absolute()no longer limits stoplosses to be below 100%.- Improved stoploss on exchange behavior in dry-run mode.
- Binance futures - candle limit reduced to 499 to improve fetching speed.
- New mode for
MaxDrawdownProtection using account drawdown for comparison, which will allow more precise usage. This is opt-in - but the old version should be considered deprecated going forward. - Fixed Protections duration in backtesting (this could cause slightly different results in backtesting compared to older versions if using protections).
- API security improvements:
- Update defaults and docs for
jwt_secret_key(it should be 32 characters long). While it will not be enforced in this version yet, we may enforce this at a config level at a later point. - Fixed some other important vulnerabilities.
- Update defaults and docs for
- freqUI:
- Download-data through freqUI now supports the prepend option (
—prepend) - Visualize strategy parameters for running strategies
- Download-data through freqUI now supports the prepend option (
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
- @x-mass made their first contribution in https://github.com/freqtrade/freqtrade/pull/12315
- @dux-helektra made their first contribution in https://github.com/freqtrade/freqtrade/pull/12839
- @ABSllk made their first contribution in https://github.com/freqtrade/freqtrade/pull/12835
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