Matthias
ee25635c79
test: update tests for new StrategyValidator
2025-05-24 16:35:12 +02:00
Matthias
b8e19ae78a
refactor: move dataframe assertion to it's own class
2025-05-24 16:10:15 +02:00
Matthias
937bd892fd
fix: workaround for ccxt bybit stop_order bug
2025-05-24 11:20:47 +02:00
Matthias
adce6e4f68
fix: don't try to place stoploss orders with blocking assets
2025-05-24 11:20:47 +02:00
Robert Caulk
0b1ba0458d
Merge pull request #11490 from freqtrade/fix/continual_learning_pytorch
...
Fix continual learning pytorch
2025-05-24 11:12:05 +02:00
Robert Caulk
7668b95900
Merge pull request #11588 from skyoo2003/develop
...
fix: remove spaces from rename_dict/rename_dict_old in BaseReinforcementLearningModel
2025-05-24 10:47:31 +02:00
Robert Caulk
47465f198c
Merge pull request #11772 from freqtrade/dependabot/pip/develop/xgboost-3.0.1
...
chore(deps): bump xgboost from 2.1.4 to 3.0.1
2025-05-24 10:35:26 +02:00
Matthias
f3d03dd26a
feat: ensure uniqueness among fetched orders
...
closes #11786
2025-05-23 07:39:35 +02:00
Matthias
ecdd84efd8
fix: "until" shouldn't be in the future.
...
part of #11786
2025-05-23 07:26:39 +02:00
Matthias
0ad6a6a951
docs: fix broken links
2025-05-22 20:25:59 +02:00
Matthias
dc97f709d7
docs: exclude "import only" links
2025-05-22 20:23:11 +02:00
Matthias
34ccf141d1
test: enhance now_is_time_to_refresh test
2025-05-22 20:03:43 +02:00
Matthias
f0b16c277c
docs: add "sold the bots capital" FAQ entry
2025-05-22 19:22:59 +02:00
Matthias
68061444d8
chore: remove unused imports
2025-05-22 19:11:04 +02:00
Matthias
93356286d8
fix: Activate fetch-orders pagination for binance
...
potential fix for #11786
2025-05-22 19:10:53 +02:00
Matthias
84e816fc5b
refactor: fetch_orders pagination to base class
2025-05-22 19:07:10 +02:00
Matthias
12a482a6ba
Merge pull request #11785 from freqtrade/update/binance-leverage-tiers
...
Update Binance Leverage Tiers
2025-05-22 06:25:35 +02:00
Freqtrade Bot
a26a40d00f
chore: update pre-commit hooks
2025-05-22 03:20:06 +00:00
Matthias
64c6b4718d
Merge pull request #11758 from mrpabloyeah/add-max-trade-duration-to-backtest-results
...
Add min/max trade duration to backtest results
2025-05-21 20:45:24 +02:00
Matthias
d1ebdf5df2
chore: remove polyfill.io from mkdocs
2025-05-21 19:36:15 +02:00
Matthias
496c4947bd
chore: Fix lint error
2025-05-21 19:34:30 +02:00
Matthias
82f98746bd
test: update test for new behavior
2025-05-21 19:27:23 +02:00
hippocritical
65418c7c00
changed the text a bit
2025-05-20 21:32:21 +02:00
hippocritical
bbf6bade7c
Fixed a bug where the pairlist was just .*/USDT (with a length of 1.)
...
The bug happened since it just checked the length of the list itself, not what it represents. in this case .*/USDT could be any amount of pairs
when the user sets a max_open_trades of let's say 3 then the pairs only have 3 trade slots of whatever amount of pairs it really has and thereby creating a bottleneck.
This just sets the max_open_trades to -1 without even checking it, letting freqtrade itself handle the amount of trades allowed at a given time.
2025-05-20 21:30:41 +02:00
Matthias
b6cde05f0d
chore: remove unused import
2025-05-20 19:39:07 +02:00
Matthias
0a3a1d7eca
fix: remove unnecessary kraken workaround
...
fixes "list-pairs" command for kraken.
2025-05-20 19:22:05 +02:00
Matthias
947cbdd858
test: add format_duration test
2025-05-20 18:15:54 +02:00
Matthias
7a84d1ecba
chore: bump numpy to 2.2.6
2025-05-20 07:14:55 +02:00
Matthias
8c999cd60c
chore: treat webhook.url as secret
2025-05-20 07:05:08 +02:00
Matthias
ad5d2a36bc
feat: Further ENV recommendations to config schema
2025-05-20 07:05:08 +02:00
Matthias
1666746692
feat: recommend setting secrets via environment variable
2025-05-20 07:05:08 +02:00
Matthias
3a74fc85b4
chore: update schema.json
2025-05-20 07:05:08 +02:00
Matthias
92a1c304a8
feat: add additional supported keys to config schema
2025-05-20 07:05:08 +02:00
Matthias
d8c24663fc
Merge pull request #11736 from viotemp1/optuna_addons
...
add early stopping for hyperopt
2025-05-20 06:45:15 +02:00
Matthias
195c15c8dc
Merge pull request #11778 from freqtrade/update/pre-commit-hooks
...
Update pre-commit hooks
2025-05-20 06:27:41 +02:00
Freqtrade Bot
44c06f6d20
chore: update pre-commit hooks
2025-05-20 03:20:51 +00:00
Matthias
c268f20d18
Merge pull request #11776 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.41
...
chore(deps): bump sqlalchemy from 2.0.40 to 2.0.41
2025-05-19 16:26:48 +02:00
Matthias
83c92f3ac1
chore: Bump sqlalchemy in pre-commit
2025-05-19 14:36:11 +02:00
dependabot[bot]
b4a3eccfa3
chore(deps): bump sqlalchemy from 2.0.40 to 2.0.41
...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy ) from 2.0.40 to 2.0.41.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-version: 2.0.41
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-19 11:59:40 +00:00
Matthias
837d006e11
Merge pull request #11774 from freqtrade/dependabot/pip/develop/ccxt-4.4.82
...
chore(deps): bump ccxt from 4.4.80 to 4.4.82
2025-05-19 13:58:26 +02:00
dependabot[bot]
c1f1639807
chore(deps): bump ccxt from 4.4.80 to 4.4.82
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 4.4.80 to 4.4.82.
- [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.80...v4.4.82 )
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.4.82
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-19 06:29:16 +00:00
Matthias
8f71e45666
Merge pull request #11775 from freqtrade/dependabot/pip/develop/cryptography-45.0.2
...
chore(deps): bump cryptography from 44.0.3 to 45.0.2
2025-05-19 08:28:06 +02:00
Matthias
17fa2c9933
Merge pull request #11768 from freqtrade/dependabot/pip/develop/types-462239796a
...
chore(deps-dev): bump the types group with 2 updates
2025-05-19 08:10:35 +02:00
dependabot[bot]
22fdf157ef
chore(deps): bump cryptography from 44.0.3 to 45.0.2
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 44.0.3 to 45.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.2 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 45.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-19 05:10:41 +00:00
Matthias
6c8b39d32a
Merge pull request #11770 from freqtrade/dependabot/pip/develop/python-telegram-bot-22.1
...
chore(deps): bump python-telegram-bot from 22.0 to 22.1
2025-05-19 07:09:30 +02:00
Matthias
5a2b3d9d87
chore: show the actually used value
2025-05-19 07:04:11 +02:00
Matthias
8641796d04
test: Add test for early-stop config adjustment
2025-05-19 07:03:41 +02:00
Matthias
c5c5cfb4d5
Merge pull request #11771 from freqtrade/dependabot/pip/develop/ruff-0.11.10
...
chore(deps-dev): bump ruff from 0.11.9 to 0.11.10
2025-05-19 06:53:50 +02:00
Matthias
c74033d7f1
chore: bump types for pre-commit
2025-05-19 06:49:45 +02:00
Matthias
d8c6873ee9
Merge pull request #11769 from freqtrade/dependabot/pip/develop/mkdocs-90ecda04c5
...
chore(deps): bump mkdocs-material from 9.6.13 to 9.6.14 in the mkdocs group
2025-05-19 06:34:43 +02:00