Commit Graph

  • a3d3a4de51 test: Update test to reflect new total_profit calculation Matthias 2025-04-07 19:28:39 +02:00
  • f1b890954a test: enable total_profit_ratio asserts Matthias 2025-04-07 19:13:47 +02:00
  • 0f2ff70bdf test: adjust test to reflect reality Matthias 2025-04-07 19:13:14 +02:00
  • 4c42bd7100 fix: correct relative total_profit calculation Matthias 2025-04-07 07:03:48 +02:00
  • 9acf8943ed Don't recalculate profit_abs twice Matthias 2025-04-06 19:55:22 +02:00
  • 4986f356ee refactor: Type backtest results Matthias 2025-04-06 14:38:51 +02:00
  • ca390eea6a refactor: move import to list_exchanges function Matthias 2025-04-06 14:26:03 +02:00
  • cd9c45e875 doc: slight order change in pause telegram command description Axel-CH 2025-04-07 09:23:49 -04:00
  • c90ac30077 doc: combine /pause and /stopentry /stopbuy sections in telegram usage doc Axel-CH 2025-04-07 09:20:21 -04:00
  • 466914d5c7 Merge pull request #11614 from freqtrade/dependabot/pip/develop/pydantic-2.11.2 Matthias 2025-04-07 06:59:03 +02:00
  • f86f955e24 Merge pull request #11613 from freqtrade/dependabot/pip/develop/ruff-0.11.4 Matthias 2025-04-07 06:47:48 +02:00
  • eb5a452e19 Deployed affab24 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-07 04:44:06 +00:00
  • affab24185 Merge pull request #11611 from freqtrade/dependabot/pip/develop/mkdocs-004cc99d25 Matthias 2025-04-07 06:43:42 +02:00
  • 125126fb86 Merge pull request #11612 from freqtrade/dependabot/pip/develop/ccxt-4.4.73 Matthias 2025-04-07 06:36:35 +02:00
  • fe053e9498 Deployed 010ed69 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-07 04:27:16 +00:00
  • 010ed6992b Merge pull request #11610 from freqtrade/dependabot/pip/develop/pytest-acfb5e3268 Matthias 2025-04-07 06:26:52 +02:00
  • d8bbd4054e chore(deps): bump pydantic from 2.11.1 to 2.11.2 dependabot[bot] 2025-04-07 03:27:54 +00:00
  • baefaeb311 chore(deps-dev): bump ruff from 0.11.2 to 0.11.4 dependabot[bot] 2025-04-07 03:27:49 +00:00
  • 288db16198 chore(deps): bump ccxt from 4.4.71 to 4.4.73 dependabot[bot] 2025-04-07 03:27:39 +00:00
  • eb4199fe80 chore(deps): bump mkdocs-material in the mkdocs group dependabot[bot] 2025-04-07 03:27:25 +00:00
  • 9a151b1ecf chore(deps-dev): bump pytest-cov from 6.0.0 to 6.1.1 in the pytest group dependabot[bot] 2025-04-07 03:27:16 +00:00
  • 7dddab18c4 doc: update telegram usage doc to match paused state feature and usage Axel-CH 2025-04-06 20:02:44 -04:00
  • 97b9c8b129 Deployed a85afd9 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-06 10:52:53 +00:00
  • a85afd9af3 feat: add "indicator_periods_candles" to config schema Matthias 2025-04-06 12:52:20 +02:00
  • d09efa6dd1 Merge pull request #11598 from Code0x58/feature/test-args-coupling Matthias 2025-04-05 18:48:00 +02:00
  • f817b21d17 chore: fix ruff Matthias 2025-04-05 18:14:20 +02:00
  • b3203ac640 Deployed b7298f4 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-05 16:12:58 +00:00
  • b7298f472c Merge pull request #11561 from mrpabloyeah/calculate-and-save-all-metrics-per-pair Matthias 2025-04-05 18:12:35 +02:00
  • 96baa90003 Merge pull request #11599 from freqtrade/feat/config_schema_precommit Matthias 2025-04-04 19:32:35 +02:00
  • fae7198bb4 fix: Make XgboostMulti an alias of Xgboost since it supports multiple targets implicitly now Robert Caulk 2025-04-04 13:53:44 +02:00
  • 55be046933 Add test for coupling of AVAILABLE_CLI_OPTIONS and Arguments Oliver Bristow 2025-04-04 01:47:01 +01:00
  • 38fa7068ca Add test for coupling of AVAILABLE_CLI_OPTIONS and ARGS_* Oliver Bristow 2025-04-04 01:13:25 +01:00
  • e5389be209 chore: import sys only when necessary Matthias 2025-04-04 09:32:16 +02:00
  • 19a997a2db chore: add comment for custom pre-commit hook Matthias 2025-04-04 07:25:37 +02:00
  • eac440649b refactor: move config_schema to it's own package Matthias 2025-04-04 07:23:45 +02:00
  • 21a47bb1ac chore: add config-schema extract to pre-commit Matthias 2025-04-04 07:20:04 +02:00
  • b839e159a8 chore: Support config schema extract without installation Matthias 2025-04-04 07:19:47 +02:00
  • c9a07bfee5 Deployed 91df125 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-04 04:49:09 +00:00
  • 91df1257e7 chore: update install-ui command partial Matthias 2025-04-04 06:48:42 +02:00
  • 88f8e831d7 test: Update ui test to also test for pre-release filtering Matthias 2025-04-03 20:28:47 +02:00
  • 627eee5fcf feat: allow explicit download of pre-release UI versions Matthias 2025-04-03 20:28:25 +02:00
  • 26c7752b7c feat: don't install pre-releases Matthias 2025-04-03 20:21:08 +02:00
  • 3859521e33 Deployed 1aaf0c2 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-03 04:49:16 +00:00
  • 1aaf0c2034 Merge pull request #11539 from Axel-CH/feat/add-paused-state Matthias 2025-04-03 06:48:48 +02:00
  • ac3a5900b4 Merge pull request #11593 from mrpabloyeah/fix-drawdown-calculation-2 Matthias 2025-04-03 06:31:53 +02:00
  • c12a340373 Deployed 60695fe to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-03 04:24:43 +00:00
  • 60695fe205 Merge pull request #11595 from freqtrade/update/binance-leverage-tiers Matthias 2025-04-03 06:24:17 +02:00
  • 2e2f40ca10 chore: update pre-commit hooks Freqtrade Bot 2025-04-03 03:14:19 +00:00
  • 1f09b90dbe chore: improved docstring Matthias 2025-04-02 19:43:56 +02:00
  • 9c39b99ec6 test: add test case for new next_limit_in_list usecase Matthias 2025-04-02 19:43:20 +02:00
  • 2e343b9fbd fix: add l2 upper-limit (for gate) Matthias 2025-04-02 19:41:07 +02:00
  • 90aaaa50fc fix increasing memory usage. viotemp1 2025-04-02 18:45:49 +03:00
  • 087fb31f26 Fix for passing CI mrpabloyeah 2025-04-02 16:02:42 +02:00
  • 3edc442f48 Fix drawdown calculation when maximum drawdown occurs on the first trade mrpabloyeah 2025-04-02 15:46:05 +02:00
  • b6cf3cc57d Merge branch 'develop' into pr/mrpabloyeah/11561 Matthias 2025-04-02 07:05:36 +02:00
  • 6e1b00afbc Deployed be2d97b to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-02 05:05:13 +00:00
  • be2d97b559 Merge pull request #11590 from mrpabloyeah/fix-drawdown-calculation Matthias 2025-04-02 07:04:48 +02:00
  • a3f23fd4fb Also fix the expected result in the test mrpabloyeah 2025-04-01 22:51:29 +02:00
  • 68f32d76ae Fix drawdown calculation when there are no winning trades mrpabloyeah 2025-04-01 20:54:03 +02:00
  • bffb3120c1 fix: remove space in rename_dict/rename_dict_old Sung-Kyu Yoo 2025-04-01 22:18:26 +09:00
  • 7b114f70ce Deployed bb596d6 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-01 04:52:22 +00:00
  • bb596d6f8d Merge pull request #11586 from freqtrade/update/pre-commit-hooks Matthias 2025-04-01 06:51:59 +02:00
  • ca573a828f chore: update _rpc_pause return wording Axel-CH 2025-04-01 00:34:38 -04:00
  • e9cd840f5b chore: update pre-commit hooks Freqtrade Bot 2025-04-01 03:20:59 +00:00
  • 3fcf6559ab change from skopt.space.Real to optuna.distributions.FloatDistribution viotemp1 2025-03-31 13:48:12 +03:00
  • 7894c08b83 Merge pull request #11574 from freqtrade/dependabot/pip/develop/types-5caadd7f67 Matthias 2025-03-31 09:40:31 +02:00
  • 296c14afc0 chore: bump pre-commit types-requests Matthias 2025-03-31 09:06:26 +02:00
  • b2b1518708 chore(deps-dev): bump types-requests in the types group dependabot[bot] 2025-03-31 07:04:07 +00:00
  • 93967ad8f0 Merge pull request #11580 from freqtrade/dependabot/pip/develop/ccxt-4.4.71 Matthias 2025-03-31 09:02:38 +02:00
  • 6082beb58d Merge pull request #11579 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.40 Matthias 2025-03-31 08:14:26 +02:00
  • 8309853439 Merge pull request #11583 from freqtrade/dependabot/pip/develop/pytz-2025.2 Matthias 2025-03-31 07:55:00 +02:00
  • 2522a3be61 Merge pull request #11582 from freqtrade/dependabot/pip/develop/orjson-3.10.16 Matthias 2025-03-31 07:48:31 +02:00
  • 19b38a02fa Merge pull request #11578 from freqtrade/dependabot/pip/develop/humanize-4.12.2 Matthias 2025-03-31 07:25:35 +02:00
  • 4935e23271 Merge pull request #11581 from freqtrade/dependabot/pip/develop/rich-14.0.0 Matthias 2025-03-31 07:13:15 +02:00
  • a4f9a25007 Merge pull request #11577 from freqtrade/dependabot/pip/develop/pydantic-2.11.1 Matthias 2025-03-31 06:55:18 +02:00
  • 795a0b81ee chore: remove workaround for Kraken ".F" workaround Matthias 2025-03-31 06:47:23 +02:00
  • e5268a0449 chore: bump sqlalchemy in pre-commit config Matthias 2025-03-31 06:28:40 +02:00
  • ddfad932ca Deployed c81761e to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-31 04:28:12 +00:00
  • 31a23d3355 Deployed 8fbb4e1 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-31 04:27:56 +00:00
  • c81761e3e2 Merge pull request #11576 from freqtrade/dependabot/pip/develop/mkdocs-5dc90396f2 Matthias 2025-03-31 06:27:48 +02:00
  • 8fbb4e1e60 Merge pull request #11575 from freqtrade/dependabot/pip/develop/pytest-535e56647f Matthias 2025-03-31 06:27:27 +02:00
  • 937aa5c70e chore(deps): bump pytz from 2025.1 to 2025.2 dependabot[bot] 2025-03-31 03:05:55 +00:00
  • db647ab4d5 chore(deps): bump orjson from 3.10.15 to 3.10.16 dependabot[bot] 2025-03-31 03:05:49 +00:00
  • 98652bfd89 chore(deps): bump rich from 13.9.4 to 14.0.0 dependabot[bot] 2025-03-31 03:05:45 +00:00
  • 63010bc5e9 chore(deps): bump ccxt from 4.4.69 to 4.4.71 dependabot[bot] 2025-03-31 03:05:41 +00:00
  • dd388a51e0 chore(deps): bump sqlalchemy from 2.0.39 to 2.0.40 dependabot[bot] 2025-03-31 03:05:33 +00:00
  • 22f109bab1 chore(deps): bump humanize from 4.12.1 to 4.12.2 dependabot[bot] 2025-03-31 03:05:18 +00:00
  • 67e2d9c730 chore(deps): bump pydantic from 2.10.6 to 2.11.1 dependabot[bot] 2025-03-31 03:05:12 +00:00
  • 07fb941758 chore(deps): bump mkdocs-material in the mkdocs group dependabot[bot] 2025-03-31 03:05:07 +00:00
  • 6fca35adae chore(deps-dev): bump pytest-asyncio in the pytest group dependabot[bot] 2025-03-31 03:04:57 +00:00
  • 85f4a8daea fix formatting viotemp1 2025-03-31 00:10:52 +03:00
  • 2595479e43 change CategoricalParameter and IntParameter in parameters.py to use optuna.distributions CategoricalDistribution and IntDistribution instead of skopt viotemp1 2025-03-30 21:11:26 +03:00
  • ac9b26cc57 fix: allow backtesting for specific exchanges Matthias 2025-03-30 19:33:53 +02:00
  • 73f477ec1a Deployed 31aa397 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-30 15:43:49 +00:00
  • 31aa397492 Merge pull request #11541 from freqtrade/drop_pytorch_support Robert Caulk 2025-03-30 17:43:24 +02:00
  • 62e66d2d9a Deployed b77739b to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-30 13:22:43 +00:00
  • b77739b5ca docs: add exchange docs about hyperliquid historic data Matthias 2025-03-30 15:22:11 +02:00
  • b603771242 Merge branch 'freqtrade:develop' into optuna viotemp1 2025-03-30 16:19:16 +03:00
  • 722d5b2319 test: update test of _rpc_pause after removal of specific fallback if bot already paused Axel-CH 2025-03-28 10:18:21 -04:00
  • 91ace759c5 chore: update _rpc_pause remove specific fallback if bot alreadu paused Axel-CH 2025-03-28 10:17:16 -04:00