Commit Graph

  • db57f83922 feat: add paused state handler to rpc Axel-CH 2025-03-21 16:49:05 -04:00
  • c6e64bad49 chore: backtesting will always be "true" for dry-run. Matthias 2025-03-21 19:09:30 +01:00
  • bbf0ac83a1 feat: add paused state to State class Axel-CH 2025-03-21 12:01:28 -04:00
  • a9714727b1 feat: add paused state to initial state in schema Axel-CH 2025-03-21 11:54:44 -04:00
  • 12568f8472 Deployed 8e2de9e to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-21 06:11:36 +00:00
  • 4c10077751 Deployed 5ea7ba6 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-21 06:11:18 +00:00
  • 8e2de9ef7e docs: improve adjust_trade_position formatting Matthias 2025-03-21 07:11:08 +01:00
  • 5ea7ba6b9a docs: improve adjust_trade_position docs further Matthias 2025-03-21 07:05:21 +01:00
  • 242b772452 Deployed e3e924d to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-21 05:51:30 +00:00
  • e3e924d888 docs: minor update to realign summary metric docs Matthias 2025-03-21 06:40:20 +01:00
  • 02b0f0abd6 refactor: extract replace_order handling Matthias 2025-03-20 20:35:17 +01:00
  • 7735ea91bb fix: adjust_order_price return type Matthias 2025-03-20 20:32:34 +01:00
  • 7178ce8559 chore: Add descriptions to api parameters Matthias 2025-03-20 18:05:25 +01:00
  • 9841d7133a Deployed 26ba076 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-20 06:06:13 +00:00
  • 26ba076143 Merge pull request #11093 from arenstar/api-server-list-custom-data Matthias 2025-03-20 07:05:48 +01:00
  • 425701ddcf test: simplify assert message Matthias 2025-03-20 06:44:34 +01:00
  • 42e45a0a65 chore: simplify import and docstring Matthias 2025-03-20 06:43:50 +01:00
  • 108aa60887 Deployed b97f3ca to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-20 05:39:00 +00:00
  • b97f3ca818 Merge pull request #11531 from freqtrade/update/binance-leverage-tiers Matthias 2025-03-20 06:38:29 +01:00
  • dfc77945ce chore: update pre-commit hooks Freqtrade Bot 2025-03-20 03:10:55 +00:00
  • 6d8011e075 chore: use Trade id for _rpc_list_custom_data output ordering Axel-CH 2025-03-19 15:48:04 -04:00
  • 1b4f8dfa54 chore: use open_date for _rpc_list_custom_data output ordering Axel-CH 2025-03-19 15:30:02 -04:00
  • 48b7a85c90 chore: update schema after removal of cd_value field from list custom-data response Axel-CH 2025-03-19 15:24:55 -04:00
  • 0d7854ff1b test: update tests after removal of cd_value field from list custom-data response Axel-CH 2025-03-19 15:24:19 -04:00
  • d3464ac2dc chore: remove cd_value from rpc custom data output Axel-CH 2025-03-19 15:18:33 -04:00
  • 95f5db9dcd fix: implement ordering for rpc_list_custom_data Axel-CH 2025-03-19 03:11:43 -04:00
  • 61b29962c4 test: update test after trade id removal from telegram response for list_custom_data Axel-CH 2025-03-19 03:10:23 -04:00
  • b83754c5a4 chore: remove trade id from telegram response for list_custom_data Axel-CH 2025-03-19 02:55:51 -04:00
  • 9a1f2d42a7 fix: list_custom_data trade id variable value Axel-CH 2025-03-19 02:52:38 -04:00
  • bd511c2158 fix: rest client custom-data path Axel-CH 2025-03-18 14:56:33 -04:00
  • 763db4b1b6 Deployed 6b6d7fc to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-18 17:08:35 +00:00
  • 6b6d7fc310 Merge pull request #11505 from freqtrade/feat/log_from_config Matthias 2025-03-18 18:08:07 +01:00
  • c6959c92ac Merge pull request #11499 from mrpabloyeah/add-relevant-metrics-to-backtest-breakdowns Matthias 2025-03-18 07:27:05 +01:00
  • 7bc6a2279c chore: only round to 2 for output, not for the saved file Matthias 2025-03-18 07:02:30 +01:00
  • 6a34bb12ab Deployed b431c5b to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-18 05:37:41 +00:00
  • b431c5b343 Merge pull request #11525 from freqtrade/update/pre-commit-hooks Matthias 2025-03-18 06:37:15 +01:00
  • 176f5518ea Merge branch 'develop' into api-server-list-custom-data Axel-CH 2025-03-18 00:53:10 -04:00
  • 06406b7103 test: update test_telegram_list_custom_data Axel-CH 2025-03-18 00:52:21 -04:00
  • 17e4f5ed1f chore: update telegram _list_custom_data Axel-CH 2025-03-18 00:51:18 -04:00
  • 578ba9ea4a test: update custom-data api related tests according rpc_list_custom_data output Axel-CH 2025-03-18 00:50:03 -04:00
  • 83a8651d41 chore: update api schema according rpc_list_custom_data output Axel-CH 2025-03-18 00:48:18 -04:00
  • ba0c22b6f0 chore: enhance update rpc_list_custom_data output Axel-CH 2025-03-18 00:46:46 -04:00
  • 90219f040b chore: enhance list custom-data output format Axel-CH 2025-03-17 23:18:44 -04:00
  • fef234d80f chore: update pre-commit hooks Freqtrade Bot 2025-03-18 03:12:53 +00:00
  • 68ad688665 test: update test_telegram_list_custom_data wording Axel-CH 2025-03-17 18:04:36 -04:00
  • 0c7a2747d3 chore: revert unnecessary get_custom_data changes Axel-CH 2025-03-17 18:02:04 -04:00
  • 23187f0c41 chore: simplify error handling in _rpc_list_custom_data Axel-CH 2025-03-17 17:52:29 -04:00
  • f66d81c4b8 chore: wording update in _rpc_list_custom_data Axel-CH 2025-03-17 17:45:29 -04:00
  • 87a64cbe68 chore: small refactor in _rpc_list_custom_data Axel-CH 2025-03-17 17:43:08 -04:00
  • ef58aaf9e9 chore: update rest client custom-data related functions inline comment and help content Axel-CH 2025-03-17 17:33:40 -04:00
  • 4a432760ed feat: add list_open_trades_custom_data to ft rest client Axel-CH 2025-03-17 17:14:37 -04:00
  • 484943a640 feat: set trade_id as required param in list_custom_data, add key as optional Axel-CH 2025-03-17 15:05:58 -04:00
  • eec16cfc8a chore: move list_custom_data closer to trades related functions Axel-CH 2025-03-17 14:58:16 -04:00
  • fddceb2572 chore: pin ccxt version to more recent number Matthias 2025-03-17 17:55:33 +01:00
  • d665a01fe6 Merge pull request #11516 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.39 Matthias 2025-03-17 07:23:50 +01:00
  • 8f93ac5770 Merge pull request #11514 from freqtrade/dependabot/pip/develop/ccxt-4.4.68 Matthias 2025-03-17 07:12:19 +01:00
  • 33164ec041 chore: bump sqlalchemy in pre-commit config Matthias 2025-03-17 06:35:29 +01:00
  • 0e6cd72edd chore(deps): bump ccxt from 4.4.65 to 4.4.68 dependabot[bot] 2025-03-17 05:34:06 +00:00
  • 4f218e4fb2 chore(deps): bump sqlalchemy from 2.0.38 to 2.0.39 dependabot[bot] 2025-03-17 05:33:48 +00:00
  • 0bf411ae19 Merge pull request #11518 from freqtrade/dependabot/pip/develop/python-telegram-bot-22.0 Matthias 2025-03-17 06:32:43 +01:00
  • 283199b6ed Merge pull request #11515 from freqtrade/dependabot/pip/develop/filelock-3.18.0 Matthias 2025-03-17 06:31:48 +01:00
  • 0270a61cba Merge pull request #11519 from freqtrade/dependabot/pip/develop/ruff-0.11.0 Matthias 2025-03-17 06:31:32 +01:00
  • d356591cb5 Deployed 1aeed39 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-17 05:29:42 +00:00
  • 1aeed3951b Merge pull request #11513 from freqtrade/dependabot/pip/develop/mkdocs-7637a67f6b Matthias 2025-03-17 06:29:17 +01:00
  • ba38f8120c chore(deps-dev): bump ruff from 0.9.10 to 0.11.0 dependabot[bot] 2025-03-17 03:56:11 +00:00
  • 7de9e2c4b6 chore(deps): bump python-telegram-bot from 21.11.1 to 22.0 dependabot[bot] 2025-03-17 03:56:01 +00:00
  • 331c6beafc chore(deps): bump filelock from 3.17.0 to 3.18.0 dependabot[bot] 2025-03-17 03:55:37 +00:00
  • 93cbbbbe31 chore(deps): bump mkdocs-material in the mkdocs group dependabot[bot] 2025-03-17 03:55:22 +00:00
  • ddd2e2cc3b Add relevant metrics to backtest breakdowns (fix 5) mrpabloyeah 2025-03-16 18:20:38 +01:00
  • 6645e7b948 Deployed 17b161c to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-16 14:20:27 +00:00
  • 55301b8d0c Add relevant metrics to backtest breakdowns (fix 4) mrpabloyeah 2025-03-16 14:25:32 +01:00
  • a47ed1dbdb Add relevant metrics to backtest breakdowns (fix 3) mrpabloyeah 2025-03-16 14:17:40 +01:00
  • 17b161cb03 chore: improve types in telegram Matthias 2025-03-16 14:00:25 +01:00
  • 5d3c764e27 test for authorized_users telegram functionality Matthias 2025-03-16 14:00:17 +01:00
  • f3aac3d66d feat: add authorized-users key to config schema Matthias 2025-03-16 13:48:50 +01:00
  • 39903d521e docs: add authorized_users to documentation Matthias 2025-03-16 13:48:22 +01:00
  • 7255beddea chore: improved null check Matthias 2025-03-16 13:47:59 +01:00
  • a95c3ace92 feat: add authorized_users support for telegram Matthias 2025-03-16 13:44:23 +01:00
  • d543feb032 tests: simplify telegram test setup Matthias 2025-03-16 13:42:15 +01:00
  • 623f27341f chore: simplify telegram safety wrapper Matthias 2025-03-16 13:21:10 +01:00
  • 363e4758c2 Deployed 55dc2d4 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-16 12:08:22 +00:00
  • 55dc2d4bf4 chore: update watch reuse log message Matthias 2025-03-16 13:07:52 +01:00
  • 24e94cfaa7 feat: Improved default fmt_dict for json formatter Matthias 2025-03-16 09:54:21 +01:00
  • 7db62689c4 test: add test for json formatter Matthias 2025-03-16 09:50:58 +01:00
  • da53b5d115 docs: document logging JSON format Matthias 2025-03-16 09:43:23 +01:00
  • 03dfe4ec45 feat: add jsonFormatter Matthias 2025-03-16 09:37:57 +01:00
  • 39288d2e53 test: Add fixture to prevent having disabled loggers Matthias 2025-03-15 08:30:32 +01:00
  • b920903e61 Deployed 2a6dc3e to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-15 07:05:51 +00:00
  • 2a6dc3e45d Merge pull request #11508 from kowhi/develop Matthias 2025-03-15 08:05:25 +01:00
  • 5964845265 chore: Export json schema Matthias 2025-03-15 07:50:43 +01:00
  • 9911d2aa32 fix the type of the fit_live_predictions_candles field in the config schema kowhi 2025-03-15 12:23:42 +08:00
  • c5b1bd2060 Deployed bfd2c3f to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-13 19:44:20 +00:00
  • bfd2c3f942 chore: pin freqtrade CI badge to develop branch Matthias 2025-03-13 20:43:53 +01:00
  • 74c837519a chore: don't use deprecated pandas timeperiod Matthias 2025-03-13 20:40:38 +01:00
  • 415e361c66 docs: fix note syntax Matthias 2025-03-13 20:19:12 +01:00
  • 7e154c6fb6 chore: fix too long comment Matthias 2025-03-13 20:17:07 +01:00
  • 385b39ff66 docs: enhance logging documentation with links Matthias 2025-03-13 20:13:39 +01:00
  • 9d232c4949 docs: add log_config to supported log options Matthias 2025-03-13 19:58:34 +01:00
  • 85ccc31a63 docs: document basic log_config setup Matthias 2025-03-13 19:57:24 +01:00
  • 65d19c38b6 docs: document deprecation of --logfile syslog Matthias 2025-03-13 19:46:18 +01:00