Matthias
|
9783aba09c
|
Merge pull request #11718 from freqtrade/dependabot/pip/develop/pydantic-2.11.4
chore(deps): bump pydantic from 2.11.3 to 2.11.4
|
2025-05-05 07:20:59 +02:00 |
|
Matthias
|
1936b20309
|
Merge pull request #11715 from freqtrade/dependabot/pip/develop/ruff-0.11.8
chore(deps-dev): bump ruff from 0.11.7 to 0.11.8
|
2025-05-05 06:58:02 +02:00 |
|
Matthias
|
bdeeca7d43
|
Merge pull request #11714 from freqtrade/dependabot/pip/develop/ccxt-4.4.78
chore(deps): bump ccxt from 4.4.77 to 4.4.78
|
2025-05-05 06:48:36 +02:00 |
|
Matthias
|
a7ba3cad85
|
Merge pull request #11713 from freqtrade/dependabot/pip/develop/joblib-1.5.0
chore(deps): bump joblib from 1.4.2 to 1.5.0
|
2025-05-05 06:30:45 +02:00 |
|
dependabot[bot]
|
1edf948e49
|
chore(deps): bump pydantic from 2.11.3 to 2.11.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.3 to 2.11.4.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.11.3...v2.11.4)
---
updated-dependencies:
- dependency-name: pydantic
dependency-version: 2.11.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-05 03:26:49 +00:00 |
|
dependabot[bot]
|
224c4a717b
|
chore(deps-dev): bump ruff from 0.11.7 to 0.11.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.7 to 0.11.8.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.7...0.11.8)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-05 03:26:29 +00:00 |
|
dependabot[bot]
|
6202436bfd
|
chore(deps): bump ccxt from 4.4.77 to 4.4.78
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.77 to 4.4.78.
- [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.77...v4.4.78)
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.4.78
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-05 03:26:19 +00:00 |
|
dependabot[bot]
|
122144857e
|
chore(deps): bump joblib from 1.4.2 to 1.5.0
Bumps [joblib](https://github.com/joblib/joblib) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/joblib/joblib/releases)
- [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst)
- [Commits](https://github.com/joblib/joblib/compare/1.4.2...1.5.0)
---
updated-dependencies:
- dependency-name: joblib
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-05 03:26:13 +00:00 |
|
Matthias
|
92bcf672fb
|
docs: document consumer's initial_candle_limit
|
2025-05-04 19:53:09 +02:00 |
|
Matthias
|
82186c8a7f
|
docs: fix typo in docs causing note-box to not render
|
2025-05-04 19:26:26 +02:00 |
|
Matthias
|
8b8bf6f97d
|
refactor: automatically load detailed bt data
|
2025-05-03 20:01:13 +02:00 |
|
Matthias
|
f8a151c2a5
|
feat: Add funding_fee to backtest results
closes #11699
|
2025-05-03 14:14:32 +02:00 |
|
Matthias
|
689da4c479
|
Merge pull request #11158 from freqtrade/feat/plot_annotations
add support for plot_annotations
|
2025-05-03 08:25:57 +02:00 |
|
Matthias
|
87d954a322
|
refactor: fix variable typo
|
2025-05-03 08:03:16 +02:00 |
|
Matthias
|
74f601b352
|
docs: Improved plot annotations sample
|
2025-05-03 08:02:09 +02:00 |
|
Matthias
|
a3359b62d4
|
feat: validate annotation-type before returning
this avoids breaking the whole chart due to annotations.
|
2025-05-02 20:58:13 +02:00 |
|
Matthias
|
064708a354
|
feat: validate annotations and only return valid ones to avoid breaking the whole chart
|
2025-05-02 20:45:42 +02:00 |
|
Matthias
|
066a46d7aa
|
Switch annotationType to Pydantic
|
2025-05-02 20:41:43 +02:00 |
|
Matthias
|
333660e628
|
feat: improved doc-string for plot-annotations
|
2025-05-02 20:41:30 +02:00 |
|
Matthias
|
81f80a6b22
|
docs: add visual documentation for plot annotations
|
2025-05-02 20:28:32 +02:00 |
|
Matthias
|
61dd94ceb0
|
test: add tests for annotations feature
|
2025-05-02 19:59:23 +02:00 |
|
Matthias
|
1fec5a873e
|
Merge branch 'develop' into feat/plot_annotations
|
2025-05-02 19:48:50 +02:00 |
|
Matthias
|
9c4abcc927
|
refactor: improve variable naming
|
2025-05-02 13:17:16 +02:00 |
|
Matthias
|
b74e38ef63
|
refactor: improve variable naming
|
2025-05-02 13:17:03 +02:00 |
|
Matthias
|
86f640627f
|
Merge pull request #11692 from freqtrade/reenable_htx
chore(ci): reenable htx online tests
|
2025-05-01 16:46:29 +02:00 |
|
Matthias
|
e27568a9d8
|
chore: pin certifi until upstream issue is fixed
problematic point: https://github.com/certifi/python-certifi/issues/349
|
2025-05-01 16:22:47 +02:00 |
|
Matthias
|
5954c64cc3
|
chore: use ubuntu 24.04 for online tests
|
2025-05-01 08:55:35 +02:00 |
|
Matthias
|
d0b7a52202
|
Merge pull request #11703 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-05-01 08:10:03 +02:00 |
|
Freqtrade Bot
|
c18085d173
|
chore: update pre-commit hooks
|
2025-05-01 03:22:32 +00:00 |
|
Matthias
|
67f88ea97a
|
Merge pull request #11681 from JamesLinxun/develop
skip trade-related columns
|
2025-04-30 17:59:54 +02:00 |
|
Matthias
|
14353afa78
|
chore: bump develop version to 2025.5-dev
|
2025-04-30 07:02:57 +02:00 |
|
Matthias
|
14e2e160af
|
chore: reformat utility script
|
2025-04-30 06:53:02 +02:00 |
|
Matthias
|
000eb875a2
|
chore: bump binance leverage tiers
|
2025-04-30 06:51:51 +02:00 |
|
Matthias
|
33c8969411
|
Merge pull request #11697 from froggleston/frog_logs_docs_1
Improve logging docs in 101 and advanced setup
|
2025-04-29 21:04:07 +02:00 |
|
Matthias
|
d90666d2e8
|
docs: minor link refactor
|
2025-04-29 20:22:47 +02:00 |
|
Matthias
|
f568d63c41
|
Merge pull request #11695 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
|
2025-04-29 20:08:24 +02:00 |
|
James Lin
|
a77618cc6b
|
fix
|
2025-04-29 12:09:13 -04:00 |
|
JamesLinxun
|
cac2c363fa
|
Merge branch 'freqtrade:develop' into develop
|
2025-04-29 10:18:13 -04:00 |
|
froggleston
|
78943bf88d
|
Add link to FAQ
|
2025-04-29 14:57:54 +01:00 |
|
froggleston
|
1b8a42d472
|
Improve logging docs in 101 and advanced setup
|
2025-04-29 14:55:36 +01:00 |
|
James Lin
|
1d99b7d0f9
|
move ORDERFLOW_ADDED_COLUMNS to constant
|
2025-04-29 09:18:07 -04:00 |
|
Matthias
|
1ef2eeb456
|
chore(ci): reenable htx online tests through proxy
|
2025-04-29 06:58:59 +02:00 |
|
Freqtrade Bot
|
faa398053a
|
chore: update pre-commit hooks
|
2025-04-29 03:17:49 +00:00 |
|
Matthias
|
23e4943b3a
|
Merge pull request #11690 from freqtrade/dependabot/pip/develop/pyarrow-20.0.0
chore(deps): bump pyarrow from 19.0.1 to 20.0.0
|
2025-04-28 12:40:41 +02:00 |
|
Matthias
|
b3ec69fa8a
|
chore: update pyarrow prebuilt wheel
|
2025-04-28 12:21:27 +02:00 |
|
Matthias
|
dc4aaf0a82
|
Merge pull request #11688 from freqtrade/dependabot/pip/develop/ccxt-4.4.77
chore(deps): bump ccxt from 4.4.75 to 4.4.77
|
2025-04-28 10:49:21 +02:00 |
|
Matthias
|
d5b9c6dde8
|
Merge pull request #11689 from freqtrade/dependabot/pip/develop/torch-2.7.0
chore(deps): bump torch from 2.6.0 to 2.7.0
|
2025-04-28 09:18:41 +02:00 |
|
Matthias
|
bdfd3396cc
|
Merge pull request #11685 from freqtrade/dependabot/pip/develop/ruff-0.11.7
chore(deps-dev): bump ruff from 0.11.6 to 0.11.7
|
2025-04-28 08:55:14 +02:00 |
|
dependabot[bot]
|
c9256e0d9f
|
chore(deps): bump torch from 2.6.0 to 2.7.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.7.0)
---
updated-dependencies:
- dependency-name: torch
dependency-version: 2.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-28 06:42:31 +00:00 |
|
dependabot[bot]
|
c7e02b9a7f
|
chore(deps): bump ccxt from 4.4.75 to 4.4.77
Bumps [ccxt](https://github.com/ccxt/ccxt) from 4.4.75 to 4.4.77.
- [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.75...v4.4.77)
---
updated-dependencies:
- dependency-name: ccxt
dependency-version: 4.4.77
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-28 06:42:29 +00:00 |
|