Commit Graph

  • 1dbef58fe9 Merge pull request #11637 from freqtrade/dependabot/pip/develop/ccxt-4.4.75 Matthias 2025-04-14 07:17:59 +02:00
  • 881d662951 Deployed a63280b to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-14 05:17:47 +00:00
  • a63280bfa5 Merge pull request #11640 from freqtrade/dependabot/pip/develop/markdown-3.8 Matthias 2025-04-14 07:17:22 +02:00
  • 093a3f0e25 Merge pull request #11638 from freqtrade/dependabot/pip/develop/ruff-0.11.5 Matthias 2025-04-14 07:12:39 +02:00
  • f8fc8a7f33 Merge pull request #11636 from freqtrade/dependabot/pip/develop/catboost-1.2.8 Matthias 2025-04-14 07:03:17 +02:00
  • f8bf850673 chore(deps): bump uvicorn from 0.34.0 to 0.34.1 dependabot[bot] 2025-04-14 04:54:35 +00:00
  • 0480d63e7f Deployed d06a531 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-14 04:53:37 +00:00
  • d06a531c72 Merge pull request #11634 from freqtrade/dependabot/pip/develop/pydantic-2.11.3 Matthias 2025-04-14 06:53:12 +02:00
  • b341bc5a8c chore(deps): bump markdown from 3.7 to 3.8 dependabot[bot] 2025-04-14 03:36:31 +00:00
  • 5ac1cf929b chore(deps): bump urllib3 from 2.3.0 to 2.4.0 dependabot[bot] 2025-04-14 03:36:23 +00:00
  • eca2ca3dc2 chore(deps-dev): bump ruff from 0.11.4 to 0.11.5 dependabot[bot] 2025-04-14 03:36:19 +00:00
  • 1d8fd059c6 chore(deps): bump ccxt from 4.4.73 to 4.4.75 dependabot[bot] 2025-04-14 03:36:07 +00:00
  • a95972ae3f chore(deps): bump catboost from 1.2.7 to 1.2.8 dependabot[bot] 2025-04-14 03:35:59 +00:00
  • 37985dfeea chore(deps): bump pydantic from 2.11.2 to 2.11.3 dependabot[bot] 2025-04-14 03:35:46 +00:00
  • 768efc45ff Merge pull request #11628 from mrpabloyeah/allow-warning-messages-when-starting-backtesting Matthias 2025-04-13 19:28:20 +02:00
  • e6b5233d2f Add space after docstring mrpabloyeah 2025-04-13 13:25:30 +02:00
  • 6fa1133c61 Remove space at the end of logging_mixin.py mrpabloyeah 2025-04-13 13:12:43 +02:00
  • 0fc9c77c28 Deployed b1adb2b to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-13 11:09:40 +00:00
  • b1adb2b13d Merge pull request #11627 from arenstar/ftclient_trades_order_fix Matthias 2025-04-13 13:09:07 +02:00
  • 16378d32d7 Show only selected warnings using the force_show parameter mrpabloyeah 2025-04-13 13:06:35 +02:00
  • 33105a996e Show only whitelist warnings mrpabloyeah 2025-04-13 12:27:19 +02:00
  • 20fca07d8f fixed mypy errors freqtrade/optimize/space/optunaspaces.py:39: error: Argument 1 to "__init__" of "IntDistribution" has incompatible type "int | float"; expected "int" [arg-type] freqtrade/optimize/space/optunaspaces.py:39: error: Argument 2 to "__init__" of "IntDistribution" has incompatible type "int | float"; expected "int" [arg-type] remove all references for ExtraTreesRegressor and skopt.space viotemp1 2025-04-13 12:39:44 +03:00
  • 8ee40ade45 update docs/advanced-hyperopt.md viotemp1 2025-04-13 11:27:33 +03:00
  • a6d76cad39 test: improve api test to ensure the default is what we expect Matthias 2025-04-13 10:24:34 +02:00
  • 30ead79e11 fixed freqtrade/optimize/space/__init__.py:1:66: RUF100 [*] Unused noqa directive (unused: F401) viotemp1 2025-04-13 11:22:07 +03:00
  • 5c859d929b add optunaspaces.py viotemp1 2025-04-13 11:06:39 +03:00
  • c89058788e remove decimal module viotemp1 2025-04-13 09:49:33 +03:00
  • 35c3868c56 change for SKDecimal and othercomments viotemp1 2025-04-13 08:58:42 +03:00
  • 3d1568783e Allow warning messages when starting backtesting mrpabloyeah 2025-04-13 01:39:03 +02:00
  • 194d53acf8 fix: adding checks for trades and order_by_id David Arena 2025-04-12 16:57:30 +02:00
  • 85689ebc1c test: update skdecimal test to use optuna Matthias 2025-04-12 12:37:17 +02:00
  • ba2e798f7d Added data.empty / new pair check Ali Salama 2025-04-12 11:35:23 +01:00
  • 4fcc9dd587 feat: use floatDistribution for SKDecimal Matthias 2025-04-12 12:10:48 +02:00
  • 85edef8394 Changed to use refresh_latest_ohlcv Ali Salama 2025-04-12 10:15:31 +01:00
  • 05f19d574a chore: remove commented skopt usages Matthias 2025-04-12 10:10:48 +02:00
  • 1a24559729 chore: cleanup old usages Matthias 2025-04-12 10:08:41 +02:00
  • 7a51c9d540 types: slightly improved typing Matthias 2025-04-12 10:05:11 +02:00
  • 1d22377cad chore: remove some skopt usages Matthias 2025-04-12 09:58:44 +02:00
  • 3c8fcd5cb3 Deployed 82cd343 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-12 05:59:42 +00:00
  • 82cd343fc1 Merge pull request #11626 from hippocritical/develop Matthias 2025-04-12 07:59:14 +02:00
  • 751d98495f fix: tests/formatting David Arena 2025-04-12 00:02:31 +02:00
  • 49b119f1dc Feat: option for order_by_id David Arena 2025-04-11 23:53:27 +02:00
  • 6ba0eaf593 Merge pull request #1 from freqtrade/develop David Arena 2025-04-11 23:40:05 +02:00
  • 87f07d5f91 fixed description hippocritical 2025-04-11 21:11:54 +02:00
  • a24f5d64a1 removed legacy port 3000 at frequenthippo.ddns.net hippocritical 2025-04-11 20:25:23 +02:00
  • 559f6e2791 Parallelisation of iterative data downloads Ali Salama 2025-04-11 16:16:07 +01:00
  • 16d28a50e2 Deployed 30eb328 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-11 04:31:45 +00:00
  • 30eb32862c docs: update title in parameter table Matthias 2025-04-11 06:24:44 +02:00
  • b21afd40cf Deployed 6ae5724 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-10 05:15:05 +00:00
  • 6ae5724ad1 Merge pull request #11618 from mrpabloyeah/hyperopt_loss_max_drawdown_per_pair Matthias 2025-04-10 07:14:34 +02:00
  • 90a57e7384 Merge pull request #11621 from freqtrade/dependabot/docker/python-3.13.3-slim-bookworm Matthias 2025-04-10 06:43:18 +02:00
  • 16379bbcc5 test: small adjustment to test Matthias 2025-04-10 06:43:12 +02:00
  • f0f2d4257d Deployed 6e98635 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-10 04:23:11 +00:00
  • 05bb7e2fad Merge pull request #11620 from freqtrade/update/binance-leverage-tiers Matthias 2025-04-10 06:22:55 +02:00
  • 6e98635345 chore: bump armhf dockerfile to 3.11.12 Matthias 2025-04-10 06:22:38 +02:00
  • de8dd83340 chore: docker should stay at 3.12 for now. Matthias 2025-04-10 06:21:39 +02:00
  • b3296b75e9 chore(deps): bump python dependabot[bot] 2025-04-10 03:36:43 +00:00
  • 2f9ec970a5 chore: update pre-commit hooks Freqtrade Bot 2025-04-10 03:15:12 +00:00
  • 568c579cab Improve documentation mrpabloyeah 2025-04-10 00:46:07 +02:00
  • e116b71400 feat: Improve ruff config (use RUF rules) Matthias 2025-04-09 20:10:44 +02:00
  • a85dc6972d chore: Fix errors through S404 noqa's Matthias 2025-04-09 20:10:19 +02:00
  • feab28de91 chore: unpack instead of list concat Matthias 2025-04-09 20:05:15 +02:00
  • 0aa05855d5 chore: unpack instead of list concat Matthias 2025-04-09 20:03:38 +02:00
  • 44591053b6 refactor: simplify some checks Matthias 2025-04-09 19:58:55 +02:00
  • c11de3ac38 chore: remove pointless ambiguous unicode characters Matthias 2025-04-09 19:52:05 +02:00
  • b797a5bf2f chore: remove some unused noqa's Matthias 2025-04-09 19:51:38 +02:00
  • 1d9d2fce7f chore: add noQA for S404 Matthias 2025-04-09 19:49:02 +02:00
  • 0e92372b0b chore: don't use list[0] - but next Matthias 2025-04-09 19:42:46 +02:00
  • 68fbab5c32 test: fix type-problem in tests Matthias 2025-04-09 19:31:30 +02:00
  • c94967044e Deployed 596f671 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-09 16:58:58 +00:00
  • 596f6711f3 chore: don't use deprecated logger.warn method Matthias 2025-04-09 18:58:24 +02:00
  • c2296d83c3 Fix for passing CI mrpabloyeah 2025-04-08 23:17:34 +02:00
  • 9a3ada65f5 Complete the integration on freqtrade mrpabloyeah 2025-04-08 23:12:51 +02:00
  • df50e03239 Complete the integration on freqtrade mrpabloyeah 2025-04-08 22:58:42 +02:00
  • a30b947201 Deployed 9d0f5df to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-08 17:38:50 +00:00
  • 9d0f5df549 docs: update docs about reduce_df_footprint Matthias 2025-04-08 19:38:23 +02:00
  • 6b41594c53 refactor: _if_enabled_populate_trades may mutate the dataframe Matthias 2025-04-08 19:33:50 +02:00
  • 2d194995bc feat: add reduce_df_footprint to backtest/hyperopt modes Matthias 2025-04-08 19:20:27 +02:00
  • 904580b914 Fix 2 for passing CI mrpabloyeah 2025-04-08 17:41:13 +02:00
  • 9373779fba Fix for passing CI mrpabloyeah 2025-04-08 17:29:12 +02:00
  • 692bb36c80 Add new loss function based on profit/drawodown ratio per pair mrpabloyeah 2025-04-08 17:06:43 +02:00
  • 2764b825c7 Deployed 8de5e2b to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-08 04:50:18 +00:00
  • 8de5e2b7b8 Merge pull request #11609 from Axel-CH/doc/update-stopbuy-doc Matthias 2025-04-08 06:49:52 +02:00
  • 6185761727 chore: add note about multiTarget being a copy Matthias 2025-04-08 06:33:20 +02:00
  • 6c625c77c0 Merge pull request #11616 from freqtrade/alias-xgboost-model Matthias 2025-04-08 06:30:07 +02:00
  • 8609601b06 Deployed 9950ed7 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-08 04:29:07 +00:00
  • 9950ed715e Merge pull request #11617 from freqtrade/update/pre-commit-hooks Matthias 2025-04-08 06:28:17 +02:00
  • 9b9ef6ae6d docs: Minor adjustment to doc wording Matthias 2025-04-08 06:26:49 +02:00
  • 8075106286 chore: update pre-commit hooks Freqtrade Bot 2025-04-08 03:14:59 +00:00
  • 6b033c211e chore: ensure trades are committed after the exit loop Matthias 2025-04-07 19:52:35 +02:00
  • 8be31275d7 chore: use "pass" for empty type Matthias 2025-04-07 19:31:14 +02:00
  • 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