dependabot[bot]
|
6b288d46af
|
chore(deps): bump ccxt from 4.4.99 to 4.5.0
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.99 to 4.5.0.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/v4.4.99...v4.5.0)
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-18 04:50:30 +00:00 |
|
dependabot[bot]
|
394cdfcc15
|
chore(deps): bump mkdocs-material in the mkdocs group
Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
Updates `mkdocs-material` from 9.6.16 to 9.6.17
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.16...9.6.17)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.17
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mkdocs
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-18 04:50:09 +00:00 |
|
Matthias
|
28df02da82
|
Merge pull request #12129 from freqtrade/dependabot/docker/python-3.13.7-slim-bookworm
chore(deps): bump python from 3.13.6-slim-bookworm to 3.13.7-slim-bookworm
|
2025-08-18 06:49:59 +02:00 |
|
Matthias
|
d4ee725747
|
Merge pull request #12127 from freqtrade/backtest-filename
Backtest filename
|
2025-08-18 06:47:12 +02:00 |
|
dependabot[bot]
|
6617d3bb46
|
chore(deps): bump python
Bumps python from 3.13.6-slim-bookworm to 3.13.7-slim-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.13.7-slim-bookworm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-18 04:35:05 +00:00 |
|
Matthias
|
2453e344f4
|
docs: improve documentation
|
2025-08-17 17:25:06 +02:00 |
|
Matthias
|
7f0e886cfd
|
chore: update config message naming
|
2025-08-17 15:31:48 +02:00 |
|
Matthias
|
e34ea393d9
|
docs: improved help wording
|
2025-08-17 15:15:55 +02:00 |
|
Matthias
|
a00a5e52c4
|
docs: update backtest-filename wording
|
2025-08-17 15:15:37 +02:00 |
|
Matthias
|
6abc0a3fb9
|
docs: update wording in documentation
|
2025-08-17 15:13:05 +02:00 |
|
Matthias
|
7e4b9d7481
|
docs: update doc segments with new help text
|
2025-08-17 15:09:12 +02:00 |
|
Matthias
|
e3f241acb7
|
chore: improve help text wording
|
2025-08-17 15:08:55 +02:00 |
|
Matthias
|
eee233f894
|
fix: ensure exportfilename is always set
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
615095c780
|
feat: add exportdirectory to entry/exit analysis
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
b22bce3dd8
|
feat: Support split directory and filename for backteststats loading
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
9f1d9add18
|
chore: improve docstring
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
36f2bef6b8
|
test: update test for split backtest-show reality
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
07906d2576
|
test: update api backtest test
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
5c977c212b
|
test: drop test part using --export-filename to determine backtest result naming
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
09b084e85a
|
chore: adjust backtest-optimize reports tests
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
aefc72554a
|
chore: ensure filename is a path object
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
33c2cc806a
|
refactor: extract bt file normalization to separate function
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
74aa17d534
|
feat: support both relative filenames, as well as just the filename
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
4de1501c68
|
fix: argument load stability
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
dc12b3e750
|
feat: improved support for split "export-directory" and export-filenames
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
dacd09db8b
|
chore: improved code logic
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
c63d0e167c
|
chore: switch to using exportdirectory
|
2025-08-17 15:02:28 +02:00 |
|
Matthias
|
6ccd98d795
|
feat: introduce --export-directory
|
2025-08-17 15:02:28 +02:00 |
|
Stefano
|
52b0e64950
|
revert back to use list instead of set
|
2025-08-17 16:25:01 +09:00 |
|
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 |
|