New
2025.11.2
Highlighted changes
- Proper/more complete fix for binance futures stoploss behavior
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/
How to update
As always, you can update your bot using one of the following commands:
docker-compose
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
Expand full changelog
0beb76ce4 fix: function signature mismatch
f002ce67b chore: bump version to 2025.11.2
5fdc8acbe test: switch to BTC/USDC in tests for now
1811f9581 fix: allow set-leverage failures on followup orders
66235f319 fix: improve binance stoploss "triggered" behavior