| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2025.11 source code.tar.gz | 2025-11-30 | 45.1 MB | |
| 2025.11 source code.zip | 2025-11-30 | 45.5 MB | |
| README.md | 2025-11-30 | 14.3 kB | |
| Totals: 3 Items | 90.6 MB | 0 | |
Highlighted changes
- New builtin hyperopt spaces
enterandexit(with space autodetection from the parameter name). - Add support for custom parameter spaces in hyperopt (e.g.
--spaces exitMACD enterRSI). - Add blacklist mode to
MarketCapPairlist-allowing you to exclude certain categories or top marketcap pairs from the pairlist. - Add
--trading-modesupport forlist-timeframesto support exchanges with differing timeframe availability. - Improved strategy loading logic by applying string-matching first, which avoids loading all files in the strategy directory.
- Added Liquidation Price to
/statusTelegram messages. - Improved Visualization for
/statusand/status table(shows N/A now) when no rate is available. - Fixed freqUI visualization when no current profit/rate is available.
- Add
coincurvedependency for faster signing time with some exchanges.
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
- @luckynick made their first contribution in https://github.com/freqtrade/freqtrade/pull/12457
- @fengyuchuanshen made their first contribution in https://github.com/freqtrade/freqtrade/pull/12477
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