Stefano
5e5137edc1
compare full dataframe instead of only last row
2025-08-17 16:05:22 +09:00
Matthias
5d4edb5ec0
fix: list-strategies shouldn't fail when no strategy is found
...
closes #12124
2025-08-16 19:38:45 +02:00
Matthias
6dccab9bfe
refactor: simplify backtest analysis data loading
2025-08-16 14:50:36 +02:00
Matthias
653c160d76
chore: analyze-commands shouldn't identify as backtest
2025-08-16 13:27:29 +02:00
Matthias
3f65ed452e
chore: improve typesafety
2025-08-16 13:23:51 +02:00
Matthias
09cdc7ceca
chore: improve docker job namings
2025-08-15 19:41:49 +02:00
Matthias
e98e6d8aee
chore: remove --no-build-isolation from docker builds
2025-08-15 18:29:01 +02:00
Matthias
f10223bf13
chore: temporarily downgrade armhf dependencies
...
Allow piwheels to apply - which should make the armhf build a lot faster.
2025-08-15 18:29:01 +02:00
Matthias
38b3062653
chore: fix armhf build
2025-08-15 16:18:24 +02:00
Matthias
6063e4accb
Merge pull request #12101 from freqtrade/dependabot/pip/develop/ta-lib-0.6.5
...
chore(deps): bump ta-lib from 0.5.5 to 0.6.5
2025-08-15 13:10:22 +02:00
Matthias
06e249f569
chore: bump pre-built armhf ta-lib binary
2025-08-15 08:22:25 +02:00
Matthias
d064bd4f34
chore: prefer --backtest-filename over --export-filename!
2025-08-14 15:20:46 +02:00
Matthias
765d2c332c
docs: update Documentation about export-filename
2025-08-14 15:20:12 +02:00
Matthias
8857c77645
Merge pull request #12116 from stash86/fix-recursive
...
move strategy load to after candle_type_def has been defined
2025-08-14 14:20:38 +02:00
Matthias
1ff4e40824
chore: remove ta-lib install scripts and helpers
2025-08-14 11:15:48 +02:00
Matthias
09d59c79a7
chore(ci): cleanup CI ta-lib specials
2025-08-14 11:15:36 +02:00
Matthias
dd6ac4b196
chore: remove ta-lib install from dockerfile
2025-08-14 10:22:56 +02:00
Matthias
67fe3682b5
docs: remove ta-lib special steps
2025-08-14 10:22:50 +02:00
Matthias
a07e6183bb
chore: simplify setup.sh
2025-08-14 10:17:53 +02:00
Matthias
ac99537c25
chore: simplify setup.ps1 removing ta-lib install
2025-08-14 10:16:46 +02:00
Matthias
734a6f0442
chore: remove ta-lib install workaround for windows
2025-08-14 10:15:41 +02:00
Matthias
c934535dc8
chore: remove now pointless ta-lib wheels
2025-08-14 10:07:10 +02:00
Matthias
3e3f092f0c
test: reduce ta-lib test accuracy to align with ta-lib 0.6.5
...
Precision for ta-lib 0.6.x was increased
but is lower by 0001 than what was in the freqtrade ta-lib fix
https://github.com/TA-Lib/ta-lib/blob/main/src/ta_func/ta_utility.h#L257
This won't be a problem for any normal usdt pair.
shitcoins on some exchanges (e.g gate) with 12 zeros before the first significant digit wouldn't have worked today, either.
2025-08-14 09:59:07 +02:00
Matthias
834aafb8f2
test: non-freqai tests should run without torch installed
2025-08-14 09:37:07 +02:00
Stefano
df19c77bcf
better fallback
2025-08-14 16:09:43 +09:00
Stefano
6edcda1e42
fallback if strat don't specify startup candle
2025-08-14 16:06:15 +09:00
Matthias
fe8c367bce
Merge pull request #12115 from freqtrade/update/binance-leverage-tiers
...
Update Binance Leverage Tiers
2025-08-14 07:47:26 +02:00
Stefano
a37edf8c62
remove unused import
2025-08-14 12:51:27 +09:00
Stefano
09ef2c9dea
move strategy load after candle type has been defined
2025-08-14 12:45:34 +09:00
Freqtrade Bot
42b1d8ecf8
chore: update pre-commit hooks
2025-08-14 03:26:18 +00:00
Matthias
32437a95f3
chore: remove unused import
2025-08-13 19:42:01 +02:00
Matthias
2e29d3523b
test: empty pairlist is now handled by config schema
2025-08-13 13:17:16 +02:00
Matthias
530300a951
chore: clearer validation error handling
2025-08-13 13:15:02 +02:00
Matthias
612a09634c
test: use appropriate error handlers
2025-08-13 13:08:58 +02:00
Matthias
fd6a2456d0
chore: improved validation error handling
2025-08-13 13:08:51 +02:00
Matthias
1ad0e7e365
fix: force one pairlist handler via config
...
closes #12112
2025-08-13 13:08:41 +02:00
Matthias
055ee5c88f
fix: gracefully handle telegram startup error
...
closes #12112
2025-08-13 12:02:12 +02:00
Matthias
ae676d8e03
chore: small code refactoring, simplifying the code
2025-08-12 07:09:37 +02:00
Matthias
0dc665e45b
Merge pull request #12098 from freqtrade/feat/bitget_stoploss
...
add bitget stoploss support
2025-08-12 06:57:36 +02:00
Matthias
bc6ea16db8
Merge pull request #12108 from freqtrade/update/pre-commit-hooks
...
Update pre-commit hooks
2025-08-12 06:43:59 +02:00
Freqtrade Bot
a1d0528adb
chore: update pre-commit hooks
2025-08-12 03:24:31 +00:00
mrpabloyeah
ecfa1fd5b5
Adjust expectation for get_markets calls in test_MarketCapPairList_timing
2025-08-11 23:54:50 +02:00
mrpabloyeah
eaf76047e3
Correct syntax
2025-08-11 22:51:35 +02:00
mrpabloyeah
761d3f216e
Simplify resolve_marketcap_pair()
2025-08-11 22:40:49 +02:00
mrpabloyeah
e7d9ac2247
Merge branch 'freqtrade:develop' into allow-pairs-with-prefix-in-marketcap-pairList
2025-08-11 22:36:37 +02:00
Matthias
842e651928
Merge pull request #12103 from freqtrade/dependabot/pip/develop/types-aabf979877
...
chore(deps-dev): bump the types group with 2 updates
2025-08-11 08:36:55 +02:00
dependabot[bot]
091d1c2d55
chore(deps): bump ta-lib from 0.5.5 to 0.6.5
...
Bumps [ta-lib](https://github.com/ta-lib/ta-lib-python ) from 0.5.5 to 0.6.5.
- [Release notes](https://github.com/ta-lib/ta-lib-python/releases )
- [Changelog](https://github.com/TA-Lib/ta-lib-python/blob/master/CHANGELOG )
- [Commits](https://github.com/ta-lib/ta-lib-python/compare/v0.5.5...v0.6.5 )
---
updated-dependencies:
- dependency-name: ta-lib
dependency-version: 0.6.5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-11 06:16:57 +00:00
Matthias
47bf2d1f26
chore: bump types in pre-commit config
2025-08-11 08:14:42 +02:00
Matthias
758392c206
Merge pull request #12100 from freqtrade/dependabot/pip/develop/torch-2.8.0
...
chore(deps): bump torch from 2.7.1 to 2.8.0
2025-08-11 08:13:48 +02:00
Matthias
647011bf0c
Merge pull request #12106 from freqtrade/dependabot/github_actions/develop/actions/download-artifact-5
...
chore(deps): bump actions/download-artifact from 4 to 5
2025-08-11 08:13:34 +02:00