Matthias
|
54c4dd1ce6
|
chore: run CI against 3.13 unconditionally again
Pinning to 3.13.6 was a workaround for the loky bug
|
2025-08-30 11:18:02 +02:00 |
|
Matthias
|
daaff66ff0
|
chore: Bump joblib dependency to 1.5.2
|
2025-08-30 11:14:15 +02:00 |
|
Matthias
|
8610f9883d
|
feat: enable PostOnly orders for binance futures
|
2025-08-30 10:13:10 +02:00 |
|
Matthias
|
e503d4a9c0
|
fix: downgrade pyarrow to 20 to work around pyarrow compilation error
related: https://github.com/apache/arrow/issues/47229
|
2025-08-29 20:31:06 +02:00 |
|
Matthias
|
eaf3fc8833
|
test: add negative test for parallel download
|
2025-08-29 20:06:03 +02:00 |
|
Matthias
|
94c5ddc13d
|
test: add test covering parallel pair merging
|
2025-08-29 07:26:05 +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 |
|
Matthias
|
93051f4f97
|
test: update test for dynamic pairlist expansion in list-data
|
2025-08-28 19:21:54 +02:00 |
|
mrpabloyeah
|
1c2eed1421
|
Merge branch 'freqtrade:develop' into some-improvements-to-backtest-summary-metrics
|
2025-08-28 18:44:37 +02:00 |
|
mrpabloyeah
|
532f5ab080
|
Update backtesting documentation
|
2025-08-28 18:32:24 +02:00 |
|
Matthias
|
e3ffe56549
|
feat: add dynamic PL expansion to list-data
|
2025-08-28 18:29:44 +02:00 |
|
Matthias
|
564634be45
|
docs: update exported help messages
|
2025-08-28 07:08:36 +02:00 |
|
Matthias
|
ab3ae3dc62
|
chore: Update cli help
|
2025-08-28 07:08:25 +02:00 |
|
Matthias
|
d037f67f74
|
test: add parallel download test
|
2025-08-28 07:07:27 +02:00 |
|
Matthias
|
b1b6341a6e
|
test: improve parallel test to capture caching
|
2025-08-28 06:50:17 +02:00 |
|
Matthias
|
8c92f9407d
|
chore: use candle_type as argument for parallel-download
|
2025-08-28 06:50:08 +02:00 |
|
Matthias
|
e0aa660b56
|
chore: improve docstring wording
|
2025-08-28 06:46:45 +02:00 |
|
Matthias
|
25d4cabe3b
|
Merge pull request #12171 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-08-28 06:36:39 +02:00 |
|
Freqtrade Bot
|
7539b6ffda
|
chore: update pre-commit hooks
|
2025-08-28 03:16:20 +00:00 |
|
mrpabloyeah
|
8e623ee64c
|
Some improvements to backtest summary metrics
|
2025-08-28 02:04:39 +02:00 |
|
Matthias
|
59ab51c06c
|
test: Update basic test for calls to parallel-download
|
2025-08-27 20:19:47 +02:00 |
|
Matthias
|
2eb2617b6f
|
chore: make condition more logical
|
2025-08-27 20:19:31 +02:00 |
|
Matthias
|
b284572ea7
|
chore: update docstring
|
2025-08-27 19:44:39 +02:00 |
|
Matthias
|
1e5d9ecfa3
|
chore: improved logstring
|
2025-08-27 10:22:40 +02:00 |
|
Matthias
|
e8bda298e3
|
Merge branch 'develop' into pr/alisalama/11625
|
2025-08-27 10:15:07 +02:00 |
|
Matthias
|
489cd008d6
|
chore: invert "parallel download" option
|
2025-08-27 10:15:04 +02:00 |
|
Matthias
|
22ddd9a7d4
|
Merge pull request #12169 from freqtrade/deps/ccxt
Bump ccxt version to 4.5.2
|
2025-08-27 10:00:44 +02:00 |
|
Matthias
|
128ea45fee
|
chore: bump ccxt version to 4.5.2
|
2025-08-27 09:42:42 +02:00 |
|
Matthias
|
3ff1e31a81
|
test: don't use fixture if it's only used once
|
2025-08-27 08:31:14 +02:00 |
|
Matthias
|
2495f68751
|
chore: remove no-longer working badge
|
2025-08-26 20:47:31 +02:00 |
|
Matthias
|
70ee652be5
|
fix: cut-off (too short) timeframe-detail bug
If the detail data stops short, this shouldn't cause an exception.
instead, we should continue with "parent only" logic.
|
2025-08-26 19:39:15 +02:00 |
|
Matthias
|
bb1d34c33d
|
Merge pull request #12077 from mrpabloyeah/allow-pairs-with-prefix-in-marketcap-pairList
Allow pairs with prefix in MarketCapPairList
|
2025-08-26 19:12:46 +02:00 |
|
Matthias
|
8f6d64f5e1
|
test: add test for 1000 / k logic
|
2025-08-26 07:21:09 +02:00 |
|
Matthias
|
b40848373d
|
docs: add line about 1000 / K testing logic
|
2025-08-26 07:13:17 +02:00 |
|
Matthias
|
2824bcff41
|
chore(ci): prevent failure on PR's
|
2025-08-26 07:08:12 +02:00 |
|
Matthias
|
e8b967d634
|
Merge pull request #12167 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-08-26 06:02:10 +02:00 |
|
Freqtrade Bot
|
12d617cf8d
|
chore: update pre-commit hooks
|
2025-08-26 03:20:03 +00:00 |
|
mrpabloyeah
|
48ab5ed990
|
Replace get_markets_cache() with get_markets_exchange()
|
2025-08-25 14:24:38 +02:00 |
|
mrpabloyeah
|
3363b1062e
|
Merge branch 'freqtrade:develop' into allow-pairs-with-prefix-in-marketcap-pairList
|
2025-08-25 13:51:16 +02:00 |
|
Matthias
|
d35dde6757
|
Merge pull request #12158 from freqtrade/dependabot/pip/develop/pandas-2.3.2
chore(deps): bump pandas from 2.3.1 to 2.3.2
|
2025-08-25 10:20:51 +02:00 |
|
Matthias
|
6016d4886e
|
Merge pull request #12155 from freqtrade/dependabot/pip/develop/jsonschema-4.25.1
chore(deps): bump jsonschema from 4.25.0 to 4.25.1
|
2025-08-25 09:40:16 +02:00 |
|
Matthias
|
f77eaa4083
|
chore: bump pre-commit scipy-stubs
|
2025-08-25 09:39:00 +02:00 |
|
Matthias
|
460d88ced7
|
Merge pull request #12154 from freqtrade/dependabot/pip/develop/types-eabe4663e9
chore(deps-dev): bump types-python-dateutil from 2.9.0.20250809 to 2.9.0.20250822 in the types group
|
2025-08-25 09:37:03 +02:00 |
|
Matthias
|
6bb559f1b0
|
Merge pull request #12163 from freqtrade/dependabot/pip/develop/time-machine-2.19.0
chore(deps-dev): bump time-machine from 2.17.0 to 2.19.0
|
2025-08-25 09:30:12 +02:00 |
|