dependabot[bot]
07985c2cae
chore(deps-dev): bump types-cachetools in the types group
...
Bumps the types group with 1 update: [types-cachetools](https://github.com/typeshed-internal/stub_uploader ).
Updates `types-cachetools` from 5.5.0.20240820 to 6.0.0.20250525
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-cachetools
dependency-version: 6.0.0.20250525
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 03:12:22 +00:00
Robert Davey
0c13414f14
Slight rewording for clarity
2025-05-25 12:47:19 +01:00
Robert Davey
1021c7a7af
Minor typo
2025-05-25 12:41:31 +01:00
Robert Davey
5306fb3709
Add clarification to the exit table
2025-05-25 12:40:11 +01:00
Matthias
1afddf9db4
docs: no dots on exit comparison
2025-05-25 10:01:39 +02:00
Matthias
929538dd5f
docs: refactor exit logic comparisons to includes file
...
this might allow us to reuse this in other parts of the docs.
2025-05-25 09:44:52 +02:00
Matthias
f432e65a14
docs: add "exit logic comparisons" table
2025-05-25 09:42:37 +02:00
Matthias
dfc1193c52
Merge pull request #11656 from mrpabloyeah/add-custom-roi-strategy-callback
...
Add custom_roi() strategy callback
2025-05-25 09:13:32 +02:00
Matthias
25077a1008
feat: write empty "custom_roi" with advanced strategy template
2025-05-25 08:56:39 +02:00
Matthias
b3b3bf6c1d
feat: allow break-even (0.0) as valid return from custom_roi
2025-05-25 08:54:11 +02:00
Matthias
29ae71333a
fix: improved session handling for custom_data sessions
2025-05-25 08:37:01 +02:00
Matthias
a7ebbd89c0
feat: add strategy-ResultValidator to backtesting
...
helps issues such as #11781
2025-05-24 16:46:29 +02:00
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