Commit Graph

29427 Commits

Author SHA1 Message Date
Matthias 8e3331d0db chore: rename variable for clarity 2025-09-19 20:16:44 +02:00
mrpabloyeah 5dbfc92c5a Add --enable-dynamic-pairlist option in backtesting 2025-09-14 13:58:53 +02:00
mrpabloyeah 5f558137d3 Add cache for expanded_blacklist() in PairListManager in backtest mode 2025-09-12 13:01:50 +02:00
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
mrpabloyeah 3bce9278bd Add cache for gen_pairlist() in StaticPairList in backtest mode 2025-09-09 14:37:08 +02:00
mrpabloyeah eea9133b3f test_time_pair_generator_open_trades_first() 2025-09-09 03:03:07 +02:00
mrpabloyeah a8f543ce62 Add test_time_pair_generator_refresh_pairlist() 2025-09-09 03:01:46 +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 74f52b14cd chore(ci): disable package cleanup on pull requests 2025-09-07 19:31:12 +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 cfa855dec8 test: remove missleading comment 2025-09-07 15:53:56 +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 19140e9cfa doc: fix funding fee doc sample 2025-09-07 12:01:32 +02:00
Matthias b0c3f2ff7f chore(ci): fix actions permission 2025-09-07 09:21:22 +02:00
Matthias 8686b56b9e chore(ci): automatically cleanup untagged images 2025-09-07 09:16:58 +02:00
Matthias 6ab731acdb chore(ci): Try simpler syntax 2025-09-07 09:10:44 +02:00
Matthias 8ca63cf0ee chore(ci): Improved workflow syntax 2025-09-07 09:04:27 +02:00
Matthias 5774c08b4a chore(ci): use proper input syntax 2025-09-07 09:01:22 +02:00
Matthias b731cdef56 chore(ci): use proper input syntax 2025-09-07 08:59:57 +02:00
Matthias b51c93fbc1 chore(ci): attempt at package-cleanup 2025-09-07 08:57:06 +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 66577b741f doc: improve orderbook wording 2025-09-06 17:52:20 +02:00
Matthias 09017980b6 docs: add live funding rate documentation 2025-09-06 17:52:20 +02:00
Matthias 3a7721ebe8 test: add test for fetch_funding_rate
part of #12206
2025-09-06 17:52:14 +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
Matthias 65b83c46fb Merge pull request #12208 from freqtrade/test_flat_dockerbuild
Restructure docker builds
2025-09-05 11:44:32 +02:00
Matthias 31204a37a5 chore(ci): set missed env 2025-09-05 07:09:22 +02:00
Matthias 67774c71e5 chore(ci): set composite action outputs 2025-09-04 20:01:29 +02:00
Matthias 44b65daf1c chore(ci): Switch to use outputs instead of global environments 2025-09-04 19:51:30 +02:00
Matthias 48ff0c5744 chore(ci): Use buildx imagetools only 2025-09-04 07:06:28 +02:00
Matthias 3934aa118f chore(ci): use docker buildx imagetool create 2025-09-04 07:06:27 +02:00
Matthias d40efb883c chore(ci): use proper manifest command 2025-09-04 07:06:27 +02:00
Matthias 84ec09565a chore(ci): Fix docker github login 2025-09-04 07:06:27 +02:00
Matthias 387431e4df chore(ci): use docker manifest to copy to ghcr 2025-09-04 07:06:27 +02:00
Matthias 662747c06c chore(ci): enable aliases 2025-09-04 07:06:27 +02:00
Matthias 89272e9ddb chore(ci): don't cache qemu image 2025-09-04 07:06:27 +02:00
Matthias 23d4d25e39 chore(ci): move everything to docker build action 2025-09-04 07:06:27 +02:00