New
2025.9.1
Highlighted changes
- Fix severe connection problem with Kraken, causing balances to show as 0.
- Fix order-placement error with bitvavo - causing orders to either fail to place, or to be placed at random prices.
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
4c9e608a1 chore: bump version to 2025.9.1
90665731c fix: bitvavo is now using tick-size for pricing and amount rounding
7a9ea40d7 chore: bump ccxt to 4.5.7