| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2026.7 source code.tar.gz | 2026-07-31 | 44.8 MB | |
| 2026.7 source code.zip | 2026-07-31 | 45.1 MB | |
| README.md | 2026-07-31 | 13.4 kB | |
| Totals: 3 Items | 89.9 MB | 9 | |
Highlighted changes
- Backtesting performance improvements (when used with
--export signals). - Implement timerange filtering for trades in parquet format.
- Drop recommendation for parquet and feather, favoring feather only based on performance tests.
- Implement arrow based filtering for ohlcv data (feather and parquet).
- OKX / MyOKX - support both stop-market and stop-limit orders.
- FreqAI: support backtesting pairs with partial data availability (later listing date than other pairs).
- Deprecate importing qtpylib from
freqtrade.vendorforfrom technical import qtpylib. - Several minor performance enhancements.
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
- @ch99q made their first contribution in https://github.com/freqtrade/freqtrade/pull/13304
- @StaryMoon made their first contribution in https://github.com/freqtrade/freqtrade/pull/13320
- @n0099 made their first contribution in https://github.com/freqtrade/freqtrade/pull/13333
- @Zavianx made their first contribution in https://github.com/freqtrade/freqtrade/pull/13143
- @mkzung made their first contribution in https://github.com/freqtrade/freqtrade/pull/13361
- @XiaoXKKK made their first contribution in https://github.com/freqtrade/freqtrade/pull/13335
- @halmisen made their first contribution in https://github.com/freqtrade/freqtrade/pull/13319
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
:::bash
# Deactivate venv and run
./setup.sh --update
Plain native installation
:::bash
git pull
pip install -U -r requirements.txt