Commit Graph

28379 Commits

Author SHA1 Message Date
Robert Davey b96c06ffdc Update lookahead-analysis.md
Englishified.
2025-05-04 12:34:48 +01:00
Matthias 8abe358c1e docs: improved rendering 2025-05-04 11:57:03 +02:00
hippocritical a0f336c31f changed lookahead-analysis.md to better explain the output of the command 2025-05-03 22:12:25 +02:00
Matthias 8b8bf6f97d refactor: automatically load detailed bt data 2025-05-03 20:01:13 +02:00
viotemp1 9eea958e17 remove unwrap 2025-05-03 16:55:41 +03:00
Matthias f8a151c2a5 feat: Add funding_fee to backtest results
closes #11699
2025-05-03 14:14:32 +02:00
Matthias 1013c32316 fix: duplicate generate_optimizer to have a non-delayed alternative 2025-05-03 09:19:50 +02:00
viotemp1 d9ed7e1fb2 remove backtest from assign_params 2025-05-03 09:49:34 +03: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
viotemp1 dd613ac86c fix formatting 2025-05-02 21:07:34 +03:00
viotemp1 73c28890d7 move @delayed and @wrap_non_picklable_objects in hyperopt_optimizer.py
one test with analyze_per_epoch is failing
2025-05-02 21:03:51 +03: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 149133cc44 refactor: remove _get_params_dict method 2025-05-01 12:03:04 +02:00
Matthias 1b2d5a357f test: change level of test mock 2025-05-01 11:57:17 +02:00
Matthias ecc6371733 test: reduce amount of mocking 2025-05-01 10:19:20 +02:00
Matthias 0c66180cf3 chore: add optuna to hyperopt optional dependencies 2025-05-01 10:15:35 +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
viotemp1 ced1ce340a fix some formatting issues 2025-04-29 17:09:16 +03: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
viotemp1 5c47a75f63 move back delayed and wrap_non_picklable_objects from hyperopt_optimizer to hyperopt.
There are tests failing when using delayed and wrap_non_picklable_objects as decorator.
until I'll find a solution to run generate_optimizer standalone for analyze_per_epoch=True
2025-04-29 08:16:44 +03: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
viotemp1 c32f8e972a move delayed and wrap_non_picklable_objects from hyperopt to hyperopt_optimizer 2025-04-28 18:50:09 +03: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