mrpabloyeah
55201b6224
Fix: Hyperopt breaks when self.dynamic_pairlist is set to True
2025-09-09 20:17:14 +02:00
mrpabloyeah
43be752847
Do not verify the backlist if it is empty
2025-09-09 19:24:32 +02:00
Matthias
6cfd31c705
fix: "price" shouldn't be sent for regular futures candles
2025-09-09 19:18:28 +02:00
mrpabloyeah
3bce9278bd
Add cache for gen_pairlist() in StaticPairList in backtest mode
2025-09-09 14:37:08 +02:00
Matthias
eb8875b64b
feat: adjust okx ohlcv candle limits
2025-09-09 07:11:42 +02:00
Matthias
a2c3729254
feat: Override order types for lookahead analysis
...
this avoids false positives - but could cause false-negatives
if the problem is in a pricing callback.
`--allow-limit-orders` can re-allow limit orders to test for this scenario.
part of #12168
2025-09-08 19:52:15 +02:00
Matthias
14c9f783d5
refactor: Improve clarity of method name
2025-09-08 19:40:20 +02:00
Matthias
6c9c709c65
chore: use fstring in strategy helper
2025-09-08 19:37:46 +02:00
Matthias
1c2ffc6aaa
chore: improve log message
2025-09-08 19:32:20 +02:00
mrpabloyeah
737d2804d2
Fix spelling mistake
2025-09-08 17:47:33 +02:00
mrpabloyeah
e749051dbc
Fix ShuffleFilter behavior in backtesting
2025-09-07 23:28:33 +02:00
Matthias
6de7c70e7e
Merge pull request #11625 from alisalama/develop
...
Parallelisation of iterative data downloads for speed improvement
2025-09-07 19:31:52 +02:00
Matthias
e33363bf6c
feat: allow disabling parallel data-download per exchange
2025-09-07 18:18:34 +02:00
Matthias
7d77e63b81
chore: simplify comment
2025-09-07 15:54:16 +02:00
Matthias
34a72a0555
feat: doin't drop last candle for funding fees
2025-09-07 15:52:44 +02:00
Matthias
a9db7d0286
chore: improve log wording
2025-09-07 15:35:00 +02:00
Matthias
e948839fb5
feat: have timerange have a default display way
2025-09-06 19:18:12 +02:00
Matthias
587ec513db
fix: Odd error downloading wrong timerange when using --days via UI
2025-09-06 19:17:01 +02:00
Matthias
efed5700be
fix: handle RuntimeError on trades download
...
asyncio raises RuntimeError if the handler is not set on
the main thread.
closes #12211
2025-09-06 18:09:26 +02:00
Matthias
5ddaea7efc
chore: improve log message
2025-09-06 18:01:35 +02:00
Matthias
35cc3efd5a
feat: improve docstring and error handling
...
part of #12206
2025-09-06 17:52:09 +02:00
Matthias
95ad756909
feat: add "current funding fee" endpoint
...
part of #12206
2025-09-06 17:51:50 +02:00
Matthias
816ca2ea15
feat: add error in case of non-available informative dataframe
2025-09-06 09:38:23 +02:00
Matthias
246891a8f6
feat: limit downloadable funding rates to funding rate interval
...
Limit using wrong funding-rate timeframes, which can cause wrong
information and assumptions in the strategy
Part of #12206
2025-09-06 09:21:28 +02:00
Matthias
25fd63c6d0
chore: make internal attribute really private
2025-09-06 09:10:44 +02:00
Matthias
cadbbd0e2e
chore: improve variable naming for clarity
2025-09-06 09:08:01 +02:00
Freqtrade Bot
0544af1f68
chore: update pre-commit hooks
2025-09-04 03:10:44 +00:00
Mihail
3fe721a772
Fix for merge_informative_pair fix.
2025-09-02 18:33:23 +00:00
Mihail
a53c4a3ed1
Fix the truncation of values by merge_ordered in the merge_informative_pair helper.
2025-09-02 15:35:20 +03:00
Kritoooo
3bc1afd149
feat: warn user with clear message when test labels empty
2025-09-01 21:21:24 +08:00
Matthias
5f1d9cbab1
Merge pull request #12151 from mpagnoulle/feat/trades-timerange-filtering
...
Trades TimeRange filtering for FeatherDataHandler and _if_enabled_populate_trades
2025-08-31 10:00:23 +02:00
Matthias
48bd5cb2c0
feat: add nested webhook message support
2025-08-31 08:41:05 +02:00
Matthias
81a5d49687
fix: list-data --trades no longer working when used with --pairs filter
2025-08-30 19:58:24 +02:00
Matthias
5bb4cffa21
chore: clarify deprecation message
2025-08-30 18:02:26 +02:00
Matthias
5c314b6f1c
chore: bump dev version to 2025.9-dev
2025-08-30 17:56:49 +02:00
Maxime Pagnoulle
9d5295fdb4
feat: Support for unbounded start and/or end in timerange filtering, added associated tests
2025-08-30 17:38:23 +02:00
Matthias
2fd703fcc5
Merge pull request #12170 from mrpabloyeah/some-improvements-to-backtest-summary-metrics
...
Some improvements to backtest summary metrics
2025-08-30 15:40:35 +02:00
Matthias
539937c0eb
refactor: move base_analysis to where it belongs
2025-08-30 11:47:38 +02:00
Matthias
8610f9883d
feat: enable PostOnly orders for binance futures
2025-08-30 10:13:10 +02:00
Matthias
a3fedbaba7
docs: update outdated comments
2025-08-29 07:11:19 +02:00
Matthias
1cf1d9e3d7
chore: remove unused ignore
2025-08-28 20:37:41 +02:00
Matthias
6b250f9dfe
feat: reduce log verbosity of recursive and lookahead bias commands
2025-08-28 20:19:47 +02:00
Matthias
3d24ef66d8
refactor: have backtesting init use self.config instead of the passed in config
2025-08-28 20:13:27 +02:00
Matthias
ef0fc13235
chore: reduce data-load verbosity
2025-08-28 20:11:28 +02:00
Matthias
394ff1bbf6
chore: improve variable wording
2025-08-28 19:51:43 +02:00
Matthias
5cdd087465
fix: type error
2025-08-28 19:34:45 +02:00
mrpabloyeah
1c2eed1421
Merge branch 'freqtrade:develop' into some-improvements-to-backtest-summary-metrics
2025-08-28 18:44:37 +02:00
Matthias
e3ffe56549
feat: add dynamic PL expansion to list-data
2025-08-28 18:29:44 +02:00
Matthias
ab3ae3dc62
chore: Update cli help
2025-08-28 07:08:25 +02:00
Matthias
8c92f9407d
chore: use candle_type as argument for parallel-download
2025-08-28 06:50:08 +02:00