Commit Graph

13892 Commits

Author SHA1 Message Date
Matthias b3296a06d9 chore: bump version to 2025.3 2025-03-27 07:04:07 +01:00
Freqtrade Bot f242110957 chore: update pre-commit hooks 2025-03-27 03:13:26 +00:00
Matthias 1fdce89806 chore: Implement safeguard against non-existing strategy files 2025-03-24 06:41:58 +01:00
Matthias 3ffc69ad02 chore: fix typing errors 2025-03-23 19:09:11 +01:00
Matthias 7b44dd17ae feat: strategy-file saving for api backtest 2025-03-23 17:24:00 +01:00
Matthias 85fc936431 feat: add Strategy and parameter file to backtest zip file 2025-03-23 17:22:50 +01:00
Matthias 04a28b2550 fix: backtestResulttype - simplify 2025-03-23 15:51:48 +01:00
Matthias 9fa3a15e24 feat: store (sanitized) configuration 2025-03-23 15:44:55 +01:00
Matthias c6e64bad49 chore: backtesting will always be "true" for dry-run. 2025-03-21 19:09:30 +01:00
Matthias 02b0f0abd6 refactor: extract replace_order handling 2025-03-20 20:35:17 +01:00
Matthias 7735ea91bb fix: adjust_order_price return type 2025-03-20 20:32:34 +01:00
Matthias 7178ce8559 chore: Add descriptions to api parameters 2025-03-20 18:05:25 +01:00
Matthias 26ba076143 Merge pull request #11093 from arenstar/api-server-list-custom-data
feat: api_server and client supporting list_custom_data
2025-03-20 07:05:48 +01:00
Matthias 42e45a0a65 chore: simplify import and docstring 2025-03-20 06:43:50 +01:00
Freqtrade Bot dfc77945ce chore: update pre-commit hooks 2025-03-20 03:10:55 +00:00
Axel-CH 6d8011e075 chore: use Trade id for _rpc_list_custom_data output ordering 2025-03-19 15:48:04 -04:00
Axel-CH 1b4f8dfa54 chore: use open_date for _rpc_list_custom_data output ordering 2025-03-19 15:30:02 -04:00
Axel-CH 48b7a85c90 chore: update schema after removal of cd_value field from list custom-data response 2025-03-19 15:24:55 -04:00
Axel-CH d3464ac2dc chore: remove cd_value from rpc custom data output 2025-03-19 15:18:33 -04:00
Axel-CH 95f5db9dcd fix: implement ordering for rpc_list_custom_data 2025-03-19 03:11:43 -04:00
Axel-CH b83754c5a4 chore: remove trade id from telegram response for list_custom_data 2025-03-19 02:55:51 -04:00
Matthias 6b6d7fc310 Merge pull request #11505 from freqtrade/feat/log_from_config
allow loading logging from config
2025-03-18 18:08:07 +01:00
Matthias c6959c92ac Merge pull request #11499 from mrpabloyeah/add-relevant-metrics-to-backtest-breakdowns
Add relevant metrics to backtest breakdowns
2025-03-18 07:27:05 +01:00
Matthias 7bc6a2279c chore: only round to 2 for output, not for the saved file 2025-03-18 07:02:30 +01:00
Axel-CH 176f5518ea Merge branch 'develop' into api-server-list-custom-data 2025-03-18 00:53:10 -04:00
Axel-CH 17e4f5ed1f chore: update telegram _list_custom_data 2025-03-18 00:51:18 -04:00
Axel-CH 83a8651d41 chore: update api schema according rpc_list_custom_data output 2025-03-18 00:48:18 -04:00
Axel-CH ba0c22b6f0 chore: enhance update rpc_list_custom_data output 2025-03-18 00:46:46 -04:00
Axel-CH 90219f040b chore: enhance list custom-data output format 2025-03-17 23:18:44 -04:00
Axel-CH 0c7a2747d3 chore: revert unnecessary get_custom_data changes 2025-03-17 18:02:04 -04:00
Axel-CH 23187f0c41 chore: simplify error handling in _rpc_list_custom_data 2025-03-17 17:52:29 -04:00
Axel-CH f66d81c4b8 chore: wording update in _rpc_list_custom_data 2025-03-17 17:45:29 -04:00
Axel-CH 87a64cbe68 chore: small refactor in _rpc_list_custom_data 2025-03-17 17:43:08 -04:00
mrpabloyeah ddd2e2cc3b Add relevant metrics to backtest breakdowns (fix 5) 2025-03-16 18:20:38 +01:00
mrpabloyeah 55301b8d0c Add relevant metrics to backtest breakdowns (fix 4) 2025-03-16 14:25:32 +01:00
mrpabloyeah a47ed1dbdb Add relevant metrics to backtest breakdowns (fix 3) 2025-03-16 14:17:40 +01:00
Matthias 17b161cb03 chore: improve types in telegram 2025-03-16 14:00:25 +01:00
Matthias f3aac3d66d feat: add authorized-users key to config schema 2025-03-16 13:48:50 +01:00
Matthias 7255beddea chore: improved null check 2025-03-16 13:47:59 +01:00
Matthias a95c3ace92 feat: add authorized_users support for telegram 2025-03-16 13:44:23 +01:00
Matthias 623f27341f chore: simplify telegram safety wrapper 2025-03-16 13:21:10 +01:00
Matthias 55dc2d4bf4 chore: update watch reuse log message 2025-03-16 13:07:52 +01:00
Matthias 24e94cfaa7 feat: Improved default fmt_dict for json formatter 2025-03-16 09:54:21 +01:00
Matthias 7db62689c4 test: add test for json formatter 2025-03-16 09:50:58 +01:00
Matthias 03dfe4ec45 feat: add jsonFormatter 2025-03-16 09:37:57 +01:00
Matthias 5964845265 chore: Export json schema 2025-03-15 07:50:43 +01:00
kowhi 9911d2aa32 fix the type of the fit_live_predictions_candles field in the config schema 2025-03-15 12:23:42 +08:00
Matthias 74c837519a chore: don't use deprecated pandas timeperiod 2025-03-13 20:40:38 +01:00
Matthias 7e154c6fb6 chore: fix too long comment 2025-03-13 20:17:07 +01:00
Matthias 5b8752e649 chore: deprecate syslog from configuration 2025-03-13 19:44:44 +01:00