Commit Graph

31033 Commits

Author SHA1 Message Date
ABS
58079a8b50 refactor: fetch starting_balance only once at backtest initialization 2026-02-23 16:15:43 +08:00
ABS
6a98df1c71 Merge branch 'freqtrade:develop' into feat/fix-max-drawdown-protection 2026-02-23 10:36:08 +08:00
ABS
a5d24f14cb docs: clarify MaxDrawdown calculation modes and update example 2026-02-23 10:34:59 +08:00
ABS
50f914d6d5 fix: pass starting_balance to protection manager in backtest 2026-02-23 10:34:41 +08:00
Matthias
b4422131fb chore: move show_sensitive warning
out of datadir options
2026-02-22 19:51:51 +01:00
Matthias
f61b50dbfc chore: improved docstring 2026-02-21 20:35:50 +01:00
Matthias
ce590cced7 chore: clarify --export-filename Deprecation messages
part of #12846
2026-02-21 20:20:14 +01:00
Matthias
a417af1ff0 chore: add note to todo about still running jobs 2026-02-21 16:56:55 +01:00
Matthias
d2e650d188 chore: remove missleading comment in help 2026-02-21 16:34:04 +01:00
Matthias
088516b2ed chore: Update help to clarify backtest-filename deprecation
closes #12846
2026-02-21 13:19:38 +01:00
Matthias
797ea46bb3 Merge pull request #12840 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
2026-02-19 06:49:54 +01:00
Freqtrade Bot
96c0a6296f chore: update pre-commit hooks 2026-02-19 04:13:39 +00:00
ABS
e524e030ef docs: clarify mode behavior and sample config in MaxDrawdown protection 2026-02-19 04:21:32 +08:00
ABS
e19d96f85c test: improve MaxDrawdown mode coverage and naming 2026-02-19 04:20:21 +08:00
ABS
0672d8f094 refactor: limit pre-window balance aggregation to equity mode 2026-02-19 04:19:27 +08:00
ABS
780858f538 Merge branch 'freqtrade:develop' into feat/fix-max-drawdown-protection 2026-02-19 04:15:09 +08:00
Matthias
7ec495be67 Merge pull request #12839 from dux-helektra/develop
`/ping` endpoint support HEAD request method
2026-02-18 18:27:57 +01:00
ABS
d27aef2063 fix: correct parameter naming 2026-02-18 20:59:02 +08:00
dux-helektra
d7d07bde75 /ping route support HEAD request method
Allow services like Uptimerobot to monitor the WebUI which uses `HEAD` request method because it is lighter whereas in order to use `GET` method, payment is required.

There's no significant impact for this changes.
2026-02-18 11:16:21 +08:00
ABS
f54ccde5fc Merge branch 'freqtrade:develop' into feat/fix-max-drawdown-protection 2026-02-17 15:20:40 +08:00
ABS
e1d7c7a081 test: update MaxDrawdown protection tests for starting_balance and calculation modes 2026-02-17 15:20:12 +08:00
ABS
d593384219 docs: update MaxDrawdown protections documentation with new calculation methods 2026-02-17 15:19:26 +08:00
ABS
5c737d977d refactor: optimize performance and remove redundant logic in protections 2026-02-17 15:18:22 +08:00
Matthias
22c0af9bb1 Merge pull request #12837 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2026-02-17 06:35:21 +01:00
Freqtrade Bot
1c21b092e6 chore: update pre-commit hooks 2026-02-17 03:48:08 +00:00
Matthias
2325e5f535 chore: reduce binance futures candle count to 499
closes #12751
2026-02-16 19:54:36 +01:00
ABS
dbaece9462 docs: update MaxDrawdown description to reflect equity-based logic 2026-02-16 20:43:39 +08:00
ABS
edd33ab77e Test: update MaxDrawdown tests to match new equity-based logic 2026-02-16 20:32:18 +08:00
ABS
38934ddda2 Feat: implement accurate drawdown calculation in MaxDrawdown protection 2026-02-16 20:32:02 +08:00
ABS
5c9455c32a Refactor: update IProtection interface to support starting_balance 2026-02-16 20:31:43 +08:00
Matthias
9e2eca3b8b Merge pull request #12829 from freqtrade/dependabot/pip/develop/ccxt-4.5.38
chore(deps): bump ccxt from 4.5.36 to 4.5.38
2026-02-16 06:40:21 +01:00
Matthias
82a487ec50 Merge pull request #12832 from freqtrade/dependabot/pip/develop/fastapi-0.128.5
chore(deps): bump fastapi from 0.128.0 to 0.128.5
2026-02-16 06:38:30 +01:00
Matthias
466db15ccb Merge pull request #12831 from freqtrade/dependabot/pip/develop/tqdm-4.67.3
chore(deps): bump tqdm from 4.67.2 to 4.67.3
2026-02-16 06:38:01 +01:00
Matthias
c7dfb005ba Merge pull request #12833 from freqtrade/dependabot/github_actions/develop/astral-sh/setup-uv-7.3.0
chore(deps): bump astral-sh/setup-uv from 7.2.0 to 7.3.0
2026-02-16 06:37:37 +01:00
Matthias
82ae8b64e4 Merge pull request #12830 from freqtrade/dependabot/pip/develop/orjson-3.11.7
chore(deps): bump orjson from 3.11.6 to 3.11.7
2026-02-16 06:37:21 +01:00
dependabot[bot]
1ffc2e47a1 chore(deps): bump astral-sh/setup-uv from 7.2.0 to 7.3.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](61cb8a9741...eac588ad8d)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 03:03:57 +00:00
dependabot[bot]
a5c392e176 chore(deps): bump fastapi from 0.128.0 to 0.128.5
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.0 to 0.128.5.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.128.0...0.128.5)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.128.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 03:03:50 +00:00
dependabot[bot]
8f9754dd54 chore(deps): bump tqdm from 4.67.2 to 4.67.3
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.2 to 4.67.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.67.2...v4.67.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-version: 4.67.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 03:03:35 +00:00
dependabot[bot]
b3b3b1d134 chore(deps): bump orjson from 3.11.6 to 3.11.7
Bumps [orjson](https://github.com/ijl/orjson) from 3.11.6 to 3.11.7.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.11.6...3.11.7)

---
updated-dependencies:
- dependency-name: orjson
  dependency-version: 3.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 03:03:28 +00:00
dependabot[bot]
26fd70ce4b chore(deps): bump ccxt from 4.5.36 to 4.5.38
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.5.36 to 4.5.38.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Commits](https://github.com/ccxt/ccxt/compare/v4.5.36...v4.5.38)

---
updated-dependencies:
- dependency-name: ccxt
  dependency-version: 4.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 03:03:15 +00:00
Matthias
18aed385f9 fix: increment latest ID by 1 on migration
part of  #12825
2026-02-15 19:28:11 +01:00
Matthias
e6db0ab00d fix: pairlocks table migration on postgres 2026-02-15 18:27:22 +01:00
Matthias
8ed1e6c394 chore: refactor get_last_sequence_ids 2026-02-15 18:24:02 +01:00
Matthias
da62e614d7 chore: improve typesafety for migrations 2026-02-15 18:10:42 +01:00
Matthias
ca94909ccc test: improve test for migrate_set_sequence_id's 2026-02-15 18:09:05 +01:00
Matthias
131c1aaf13 chore: clarify set_sequence_id's docstring 2026-02-15 18:08:26 +01:00
Matthias
5f06b1d43e test: update dry_order_fill test 2026-02-15 16:14:00 +01:00
Matthias
c999de6291 feat: immediately triggering stoploss orders should cause emergency exits
closes #12824
2026-02-15 16:12:13 +01:00
Matthias
a42c8faeca test: add test for immediately triggering stop order
part of #12824
2026-02-15 16:11:54 +01:00
Matthias
ecfbfa2a35 test: try fix for test_exchangews_ohlcv random failures 2026-02-15 11:49:01 +01:00