Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.9 source code.tar.gz | 2025-09-29 | 41.5 MB | |
2025.9 source code.zip | 2025-09-29 | 41.8 MB | |
README.md | 2025-09-29 | 15.9 kB | |
Totals: 3 Items | 83.4 MB | 3 |
Highlighted changes
- New dataprovider method to fetch current funding rates.
- Improved behavior when using
funding_rates
as informative pairs. - Improved “short download-data” runs by using a different parallel method.
- Improved okx download-data speed (300 candles instead of 100 per call).
- Reduced false-positives due to delayed entries for
lookahead-analysis
by forcing market orders. - Support nested dicts and lists in webhook messages.
- New
DelistFilter
to remove delised pairs from your pairlist (currently supports only binance). - Add
--enable-dynamic-pairlist
to backtesting / hyperopt - which can (in combination with ShuffleFilter) shuffle your pairlist at each candle. - freqUI:
- Fix anoying bug in chart tooltip.
- Added z-settings to markArea functionality to control if your areas are behind or in front of the Chart.
:warning: This will be the last release where we will provide pre-built armhf (32bit) images. This will only impact older raspberry PI's - which will now have to install natively.
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
- @mpagnoulle made their first contribution in https://github.com/freqtrade/freqtrade/pull/12151
- @Kritoooo made their first contribution in https://github.com/freqtrade/freqtrade/pull/12195
- @hustrust made their first contribution in https://github.com/freqtrade/freqtrade/pull/12198
- @alisalama made their first contribution in https://github.com/freqtrade/freqtrade/pull/11625
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