Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.7 source code.tar.gz | 2025-07-31 | 45.9 MB | |
2025.7 source code.zip | 2025-07-31 | 46.3 MB | |
README.md | 2025-07-31 | 11.9 kB | |
Totals: 3 Items | 92.2 MB | 7 |
Highlighted changes
- ⚠️Drop support for python 3.10.
- FreqUI
- Display Enter / exit tags on signals independent of executions (can be disabled via plot-config)
- Allow configuration of initially displayed number candle for charts.
- Added current drawdown in telegram
/profit
message. - New
/profit_long
and/profit_short
commands limiting the output to long/short trades respectively. - Enabled websocket support for hyperliquid.
- Add support (via configuration) to hyperliquid vaults and subaccounts.
- Add support for USDC futures on bybit.
- Technical indicators - Fixed “chaikin money flow” calculation to correspond to the official formula.
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
- @jorenham made their first contribution in https://github.com/freqtrade/freqtrade/pull/11948
- @qqqqqf-q made their first contribution in https://github.com/freqtrade/freqtrade/pull/11974
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