Commit Graph

30818 Commits

Author SHA1 Message Date
Matthias
2b7bcdb594 Merge pull request #12747 from freqtrade/dependabot/github_actions/develop/actions-e6ee9d7de3
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the actions group
2026-01-26 06:13:48 +01:00
dependabot[bot]
f501619434 chore(deps): bump actions/checkout in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e8c483db8...de0fac2e45)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 03:03:59 +00:00
Matthias
52fc180c75 feat: add typedDict for LeverageTiers - fix unbound upper bound for get_max_leverage 2026-01-25 11:12:20 +01:00
Matthias
87b313cd53 test: add Test case for get_max_leverage with open maxNotional 2026-01-25 11:09:05 +01:00
Matthias
74c88f77c0 test: allow maxNotional to be None 2026-01-25 10:56:58 +01:00
Matthias
6cb459f37b docs: update windows error link description 2026-01-25 10:28:45 +01:00
Matthias
00848c9a96 docs: fix typos in install docs 2026-01-25 10:02:44 +01:00
Matthias
e8adf01b18 docs: improve ordering of script installation 2026-01-25 10:01:28 +01:00
Matthias
d28fce7ed8 docs: combine installation guides 2026-01-25 09:59:54 +01:00
Matthias
390d504cf2 docs: add "updating" notes to install sections 2026-01-25 08:27:06 +01:00
Matthias
1799aa33f9 docs: add "why update?" section 2026-01-25 08:24:55 +01:00
Matthias
dcff1c4317 docs: update problems updating wording, include promised links 2026-01-25 08:24:51 +01:00
Matthias
121bdab8fe docs: remove "experimental" from futures functionality 2026-01-25 08:08:07 +01:00
Matthias
9a48feea35 fix: use list for _OPENAPI_TAGS 2026-01-22 19:47:54 +01:00
Matthias
0955ccadfe feat: Describe all tags explicitly 2026-01-22 19:33:24 +01:00
Matthias
c778e44e80 chore: improved tag namings 2026-01-22 07:09:26 +01:00
Matthias
18933a6e20 chore: rename info to Info 2026-01-22 07:04:27 +01:00
Matthias
182bdaceb5 feat: more openAPI tag description 2026-01-22 07:04:27 +01:00
Matthias
6ae4394628 feat: improved tags for openapi specs 2026-01-22 07:04:27 +01:00
Matthias
1bdb1539b1 refactor: move trading related API's to separate file 2026-01-22 07:04:27 +01:00
Matthias
2765277cd0 refactor: /freqaimodels to webserver section 2026-01-22 07:04:27 +01:00
Matthias
085a9be186 feat: add is_trading_mode api Depends 2026-01-22 07:04:27 +01:00
Matthias
e279c0333f chore: add download-data tag to available-pairs 2026-01-22 07:04:27 +01:00
Matthias
5e7246d23b refactor: available_pairs is for webserver only 2026-01-22 07:04:27 +01:00
Matthias
fe86163730 test: update test to use webserver only mode 2026-01-22 07:04:27 +01:00
Matthias
b5d467c943 refactor: move some webserver-exclusive functions behind webserver gate 2026-01-22 07:04:27 +01:00
Matthias
c9fd8a619a test: re-enable htx online tests 2026-01-22 06:55:35 +01:00
Matthias
690080e180 docs: add FAQ entry about sandbox accounts
closes #12733
2026-01-22 06:49:05 +01:00
Matthias
583431e9d5 Merge pull request #12734 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
2026-01-22 06:34:30 +01:00
Freqtrade Bot
4b82f82d9c chore: update pre-commit hooks 2026-01-22 03:36:25 +00:00
Matthias
63d6001415 Merge pull request #12729 from alisalama/develop
Freqtrade Downloader - don't drop latest candle for Funding Rates
2026-01-21 18:05:34 +01:00
Ali Salama
ad6cf90037 Applied ruff formatting 2026-01-21 10:56:25 +00:00
Ali Salama
558c65a85c Amend linting issues 2026-01-21 10:51:40 +00:00
Ali Salama
8cb72e1fa3 Fixed linting line length issue 2026-01-21 10:25:35 +00:00
Matthias
4870d45b04 Merge pull request #12731 from Cosica/fix_typo
Fix a typo in doc
2026-01-20 19:32:28 +01:00
Matthias
4436acea68 docs: Fix a few more markdown "gotchas" in advanced-bt 2026-01-20 18:19:21 +01:00
Matthias
e8eb6d7018 docs: correct header indentation in advanced-hyperopt 2026-01-20 18:08:02 +01:00
Cosica
f1a6e61dbd Fix typo in doc 2026-01-20 14:03:19 +08:00
Matthias
4abb871c16 Merge pull request #12730 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2026-01-20 06:27:08 +01:00
Freqtrade Bot
a6eccaec69 chore: update pre-commit hooks 2026-01-20 03:32:09 +00:00
Ali Salama
1747724206 Always download latest candle for Funding Rates 2026-01-19 14:08:20 +00:00
Matthias
616900330b Merge pull request #12718 from freqtrade/dependabot/pip/develop/types-1b6322021f
chore(deps-dev): bump types-requests from 2.32.4.20250913 to 2.32.4.20260107 in the types group
2026-01-19 08:33:41 +01:00
Matthias
bbe5e22730 Merge pull request #12720 from freqtrade/dependabot/pip/develop/jsonschema-4.26.0
chore(deps): bump jsonschema from 4.25.1 to 4.26.0
2026-01-19 07:29:48 +01:00
Matthias
8b396ae3a2 fix: set LogginMixin in reset_backtest for hyperopt silence 2026-01-19 07:22:33 +01:00
Matthias
7f511cbe82 chore: bump type-requests in pre-commit config 2026-01-19 07:19:57 +01:00
dependabot[bot]
12f5b9bc5b chore(deps-dev): bump types-requests in the types group
Bumps the types group with 1 update: [types-requests](https://github.com/typeshed-internal/stub_uploader).


Updates `types-requests` from 2.32.4.20250913 to 2.32.4.20260107
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-version: 2.32.4.20260107
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 06:10:31 +00:00
Matthias
d152e3e47d Merge pull request #12719 from freqtrade/dependabot/pip/develop/scipy-48bf9b4f29
chore(deps): bump the scipy group with 2 updates
2026-01-19 07:09:05 +01:00
Matthias
39908c60e2 Merge pull request #12723 from freqtrade/dependabot/pip/develop/numpy-2.4.1
chore(deps): bump numpy from 2.4.0 to 2.4.1
2026-01-19 07:02:53 +01:00
Matthias
74a1e48a1c Merge pull request #12724 from freqtrade/dependabot/pip/develop/xgboost-3.1.3
chore(deps): bump xgboost from 3.1.2 to 3.1.3
2026-01-19 06:50:21 +01:00
Matthias
b507aebf1c chore: bump scipy-stubs in pre-commit config 2026-01-19 06:40:20 +01:00