Commit Graph

31005 Commits

Author SHA1 Message Date
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
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
Matthias
6b86214ca8 fix: random hangs in CI 2026-02-14 18:09:33 +01:00
Matthias
df6f53ba30 test: update set_sequence_ids test 2026-02-14 16:08:35 +01:00
Matthias
0888f6dba0 feat: add db migration functionality for custom-data and kv store
closes #12825
2026-02-14 16:08:26 +01:00
Matthias
5d3c798dfd fix: further improve exchange.close fix 2026-02-14 13:22:46 +01:00
Matthias
93d2397f72 fix: improved shutdown loop fix for tests 2026-02-14 08:29:08 +01:00
Matthias
05e759a38c fix: check if loop exists
avoids errors if exchange init shuts down before the loop is created

closes #12822
2026-02-14 08:11:13 +01:00
Matthias
67eaa4ac49 fix: prevent warnings in online tests 2026-02-13 21:03:49 +01:00
Matthias
e8aeebb123 fix: use safe_value_nested for features 2026-02-13 20:22:32 +01:00
Matthias
d121e97067 test: add test for safe_value_nested 2026-02-13 20:14:01 +01:00
Matthias
bdf5c4de8e feat: add safe_value_nested function 2026-02-13 20:13:49 +01:00
Matthias
7492cf8bf5 docs: update doc links from latest to stable 2026-02-12 19:03:08 +01:00
Matthias
d29d4cba66 chore: update doc links from latest to stable 2026-02-12 19:01:42 +01:00
Matthias
655d61e560 docs: Have readme links point to the documentation 2026-02-12 07:03:58 +01:00
Matthias
ba6d210662 Merge pull request #12811 from stash86/main-stash
Add note about different pair naming for HIP-3
2026-02-12 07:03:44 +01:00
Matthias
aff46acdd0 Merge pull request #12816 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
2026-02-12 06:36:40 +01:00
Freqtrade Bot
5a16cbe602 chore: update pre-commit hooks 2026-02-12 04:14:36 +00:00
Matthias
519f2d93ba test: update tests for new stoploss_from_absolute behavior 2026-02-11 07:15:29 +01:00
Matthias
646c091e02 fix: don't bracked stoploss to 1
it's problematic for short trades - especially if they move past the 100% profit  margin - as price starts to trail.
2026-02-11 07:15:29 +01:00
Matthias
12c3698480 Merge pull request #12813 from freqtrade/dependabot/pip/cryptography-46.0.5
chore(deps): bump cryptography from 46.0.4 to 46.0.5
2026-02-11 06:57:43 +01:00
dependabot[bot]
c86acd20d6 chore(deps): bump cryptography from 46.0.4 to 46.0.5
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.4 to 46.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.4...46.0.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-11 03:01:11 +00:00
Matthias
60b787edc9 chore: extract schema.json 2026-02-10 20:34:03 +01:00
Matthias
eec33190d2 chore: jwt_secret_key is guaranteed to be in the schema now 2026-02-10 20:33:39 +01:00
Matthias
6e38759bd1 chore: add new randomDefault value 2026-02-10 20:22:48 +01:00
Matthias
6a242356a0 docs: update docs about jwt_secret_key 2026-02-10 20:20:29 +01:00
Matthias
04d2ea8773 chore: update sample configs with longer jwt_secret key 2026-02-10 20:19:00 +01:00
Matthias
d78ffd7a05 test: use longer JWT_Secret_key for tests 2026-02-10 20:15:35 +01:00
Matthias
3f21a18f46 Merge pull request #12810 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2026-02-10 19:56:09 +01:00
Matthias
c4514f94cf feat: show supported python versions in windows script
closes #12812
2026-02-10 19:50:06 +01:00