Matthias
b835af58c5
Merge pull request #11666 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.51
...
chore(deps): bump prompt-toolkit from 3.0.50 to 3.0.51
2025-04-21 08:15:35 +02:00
Matthias
ca0b6998f0
Merge pull request #11662 from freqtrade/dependabot/pip/develop/packaging-25.0
...
chore(deps): bump packaging from 24.2 to 25.0
2025-04-21 08:15:02 +02:00
Matthias
77c3894fe2
Merge pull request #11667 from freqtrade/dependabot/pip/develop/ruff-0.11.6
...
chore(deps-dev): bump ruff from 0.11.5 to 0.11.6
2025-04-21 08:14:46 +02:00
dependabot[bot]
0c46afaee4
chore(deps-dev): bump ruff from 0.11.5 to 0.11.6
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.5 to 0.11.6.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.5...0.11.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 04:07:25 +00:00
dependabot[bot]
b6e9609039
chore(deps): bump prompt-toolkit from 3.0.50 to 3.0.51
...
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit ) from 3.0.50 to 3.0.51.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases )
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG )
- [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.50...3.0.51 )
---
updated-dependencies:
- dependency-name: prompt-toolkit
dependency-version: 3.0.51
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 04:06:57 +00:00
dependabot[bot]
1b18856d0b
chore(deps): bump packaging from 24.2 to 25.0
...
Bumps [packaging](https://github.com/pypa/packaging ) from 24.2 to 25.0.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/24.2...25.0 )
---
updated-dependencies:
- dependency-name: packaging
dependency-version: '25.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 04:06:02 +00:00
Matthias
dcf38557ee
chore: add segment about AI
...
We'll reserve the right to close questions asking for help with AI
generated strategies or configurations.
2025-04-20 15:55:34 +02:00
Matthias
54d78fd1c6
chore: update documentation link in template
2025-04-20 15:54:47 +02:00
Matthias
6040c391d3
chore: improved bug-report wording
2025-04-20 15:51:16 +02:00
Matthias
0c6ed588b5
Merge pull request #11655 from freqtrade/fix/11650
...
Fix max-stake-amount with high leverage
2025-04-19 14:19:39 +02:00
Matthias
45dc667233
Merge pull request #11651 from hippocritical/develop
...
added mentioning of the base exchange folder to list-data
2025-04-18 15:34:57 +02:00
Matthias
10d79f6232
feat: update --datadir description
...
Updates across all subcommands and when running with `--help`.
2025-04-18 14:59:06 +02:00
Matthias
3c20106e7d
Merge pull request #11652 from Code0x58/bugfix/log_config
...
Fix config["log_config"] use so it doesn't break during deepcopy/backtesting
2025-04-18 14:53:41 +02:00
Matthias
1e1c9a28f2
chore: simplify types in exchange class
2025-04-18 14:46:13 +02:00
Matthias
6a01985fd1
test: add test case to ensure max_stake considers leverage tiers
2025-04-18 14:35:54 +02:00
Matthias
be572ba046
fix: include leverage tiers in max_stake calculation
...
closes #11650
2025-04-18 14:19:28 +02:00
Matthias
f711afd843
chore: slight reordering within stake_amount_limit method
2025-04-18 14:07:04 +02:00
Matthias
d6f58cd6cf
test: fix leverage test
2025-04-18 14:02:05 +02:00
Matthias
9dd1ce71ca
fix: improve get_max_leverage logic
2025-04-18 14:01:34 +02:00
Matthias
0a0a8428d5
chore: simplify method
2025-04-18 13:02:22 +02:00
Matthias
fdc248a1b1
fix: entry_stakes should be leverage adjusted
2025-04-18 12:53:52 +02:00
Matthias
bfadd54ea3
Merge pull request #11653 from freqtrade/update/binance-leverage-tiers
...
Update Binance Leverage Tiers
2025-04-17 06:29:17 +02:00
Freqtrade Bot
ed23dc0f72
chore: update pre-commit hooks
2025-04-17 03:16:17 +00:00
hippocritical
27e3ae8c24
added list-data comment for --datadir to have the user not specify [exchange]/futures/ by themselves. They should use --trading-mode.
...
They will get a timerange of 1970-1970 in conjunction with --show-timerange otherwise.
2025-04-16 21:23:26 +02:00
hippocritical
f6cb446bff
added list-data comment for --datadir to have the user not specify [exchange]/futures/ by themselves. They should use --trading-mode.
...
They will get a timerange of 1970-1970 in conjunction with --show-timerange otherwise.
2025-04-16 21:22:55 +02:00
Matthias
72786ca706
chore: drop pandas_ta from default template
2025-04-16 18:28:07 +02:00
Oliver Bristow
3e2a799d9f
Fix config["log_config"] use so it doesn't break in backtesting
...
The issue as that `logging.config.dictConfig(log_config)` ends up using the dictionary in place and including non-picklable items (saw an RLock), blowing up backtesting.
2025-04-16 00:13:05 +01:00
Matthias
841f57800e
Merge pull request #11645 from freqtrade/update/pre-commit-hooks
...
Update pre-commit hooks
2025-04-15 06:35:55 +02:00
Freqtrade Bot
5b6ea5ca90
chore: update pre-commit hooks
2025-04-15 03:17:51 +00:00
Matthias
162c1c606c
Merge pull request #11639 from freqtrade/dependabot/pip/develop/urllib3-2.4.0
...
chore(deps): bump urllib3 from 2.3.0 to 2.4.0
2025-04-14 18:26:23 +02:00
Matthias
de0759c36a
Merge pull request #11635 from freqtrade/dependabot/pip/develop/uvicorn-0.34.1
...
chore(deps): bump uvicorn from 0.34.0 to 0.34.1
2025-04-14 07:41:30 +02:00
Matthias
1dbef58fe9
Merge pull request #11637 from freqtrade/dependabot/pip/develop/ccxt-4.4.75
...
chore(deps): bump ccxt from 4.4.73 to 4.4.75
2025-04-14 07:17:59 +02:00
Matthias
a63280bfa5
Merge pull request #11640 from freqtrade/dependabot/pip/develop/markdown-3.8
...
chore(deps): bump markdown from 3.7 to 3.8
2025-04-14 07:17:22 +02:00
Matthias
093a3f0e25
Merge pull request #11638 from freqtrade/dependabot/pip/develop/ruff-0.11.5
...
chore(deps-dev): bump ruff from 0.11.4 to 0.11.5
2025-04-14 07:12:39 +02:00
Matthias
f8fc8a7f33
Merge pull request #11636 from freqtrade/dependabot/pip/develop/catboost-1.2.8
...
chore(deps): bump catboost from 1.2.7 to 1.2.8
2025-04-14 07:03:17 +02:00
dependabot[bot]
f8bf850673
chore(deps): bump uvicorn from 0.34.0 to 0.34.1
...
Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.34.0 to 0.34.1.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.34.0...0.34.1 )
---
updated-dependencies:
- dependency-name: uvicorn
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 04:54:35 +00:00
Matthias
d06a531c72
Merge pull request #11634 from freqtrade/dependabot/pip/develop/pydantic-2.11.3
...
chore(deps): bump pydantic from 2.11.2 to 2.11.3
2025-04-14 06:53:12 +02:00
dependabot[bot]
b341bc5a8c
chore(deps): bump markdown from 3.7 to 3.8
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.7 to 3.8.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8 )
---
updated-dependencies:
- dependency-name: markdown
dependency-version: '3.8'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 03:36:31 +00:00
dependabot[bot]
5ac1cf929b
chore(deps): bump urllib3 from 2.3.0 to 2.4.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.4.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 03:36:23 +00:00
dependabot[bot]
eca2ca3dc2
chore(deps-dev): bump ruff from 0.11.4 to 0.11.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.4...0.11.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 03:36:19 +00:00
dependabot[bot]
1d8fd059c6
chore(deps): bump ccxt from 4.4.73 to 4.4.75
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 4.4.73 to 4.4.75.
- [Release notes](https://github.com/ccxt/ccxt/releases )
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ccxt/ccxt/compare/v4.4.73...v4.4.75 )
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.4.75
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 03:36:07 +00:00
dependabot[bot]
a95972ae3f
chore(deps): bump catboost from 1.2.7 to 1.2.8
...
Bumps [catboost](https://github.com/catboost/catboost ) from 1.2.7 to 1.2.8.
- [Release notes](https://github.com/catboost/catboost/releases )
- [Changelog](https://github.com/catboost/catboost/blob/master/RELEASE.md )
- [Commits](https://github.com/catboost/catboost/compare/v1.2.7...v1.2.8 )
---
updated-dependencies:
- dependency-name: catboost
dependency-version: 1.2.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 03:35:59 +00:00
dependabot[bot]
37985dfeea
chore(deps): bump pydantic from 2.11.2 to 2.11.3
...
Bumps [pydantic](https://github.com/pydantic/pydantic ) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pydantic/pydantic/releases )
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md )
- [Commits](https://github.com/pydantic/pydantic/compare/v2.11.2...v2.11.3 )
---
updated-dependencies:
- dependency-name: pydantic
dependency-version: 2.11.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 03:35:46 +00:00
Matthias
768efc45ff
Merge pull request #11628 from mrpabloyeah/allow-warning-messages-when-starting-backtesting
...
Allow warning messages when starting backtesting
2025-04-13 19:28:20 +02:00
mrpabloyeah
e6b5233d2f
Add space after docstring
2025-04-13 13:25:30 +02:00
mrpabloyeah
6fa1133c61
Remove space at the end of logging_mixin.py
2025-04-13 13:12:43 +02:00
Matthias
b1adb2b13d
Merge pull request #11627 from arenstar/ftclient_trades_order_fix
...
Ftclient trades order fix
2025-04-13 13:09:07 +02:00
mrpabloyeah
16378d32d7
Show only selected warnings using the force_show parameter
2025-04-13 13:06:35 +02:00
mrpabloyeah
33105a996e
Show only whitelist warnings
2025-04-13 12:27:19 +02:00
Matthias
a6d76cad39
test: improve api test to ensure the default is what we expect
2025-04-13 10:24:34 +02:00