Commit Graph

  • 5d8759de78 chore(deps): bump pyarrow from 19.0.1 to 20.0.0 dependabot[bot] 2025-04-28 03:55:39 +00:00
  • b13b00df17 chore(deps): bump astral-sh/setup-uv from 5.4.2 to 6.0.0 dependabot[bot] 2025-04-28 03:53:27 +00:00
  • 04492e75b2 remove # Suppress optuna ExperimentalWarning from skopt with warnings.catch_warnings(): from optuna.exceptions import ExperimentalWarning warnings.filterwarnings("ignore", category=FutureWarning) this should be when importing sampler viotemp1 2025-04-27 22:02:39 +03:00
  • 8d0ca7f5c1 remove backtesting from generate_optimizer viotemp1 2025-04-27 21:26:06 +03:00
  • d8b51875bf test: update tests for new file structure Matthias 2025-04-27 11:35:06 +02:00
  • 7f12f3a0e4 refactor: rename btanalysis file to be clearer Matthias 2025-04-27 11:23:40 +02:00
  • 6afcc80937 refactor: move some utils to a separate file Matthias 2025-04-27 11:17:14 +02:00
  • efdb726362 refactor: btanalysis -> package Matthias 2025-04-27 11:13:35 +02:00
  • 3ca7407b09 refactor: improve variable naming Matthias 2025-04-27 11:05:51 +02:00
  • 22ba0e61e3 chore: add docstring to explain what the migration method does Matthias 2025-04-27 09:12:39 +02:00
  • 868bcbbe9b Deployed 6e83890 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-27 07:04:05 +00:00
  • 6e83890a13 chore: reduce log-level of binance migration Matthias 2025-04-27 08:45:06 +02:00
  • 8a8cc5e563 chore: don't rerun binance futures migration Matthias 2025-04-27 08:44:48 +02:00
  • e1bf3bb825 chore: improve type-safety for migrations Matthias 2025-04-26 18:14:07 +02:00
  • 0a4f82bc22 update columns from ORDERFLOW_ADDED_COLUMNS James Lin 2025-04-26 10:24:53 -04:00
  • 5ee7f8037d fix James Lin 2025-04-26 10:20:09 -04:00
  • 12728c0fcc fix James Lin 2025-04-26 10:18:39 -04:00
  • 7307c5b5c7 Deployed 875216c to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-26 07:26:35 +00:00
  • 875216cdc5 refactor: improved variable naming Matthias 2025-04-26 09:18:45 +02:00
  • 362f0895f4 skip trade-related columns James Lin 2025-04-25 16:13:33 -04:00
  • 4e2ccfc091 Added use_parallel_download command line option Ali Salama 2025-04-25 15:50:56 +01:00
  • 903b580026 fix: new_pair logic for binance won't work on funding rates Matthias 2025-04-25 16:18:12 +02:00
  • e4b1e1118b Changed filter to pop Ali Salama 2025-04-25 10:33:39 +01:00
  • 6ad3f2ff54 Deployed 073b625 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-25 06:29:08 +00:00
  • 073b625355 test: update test for calculate_market_change Matthias 2025-04-25 08:28:31 +02:00
  • b3b21e6b93 fix: market_change deviation between backtesting and hyperopt Matthias 2025-04-25 08:28:19 +02:00
  • b8b4b2d2f3 Merge pull request #11676 from mrpabloyeah/fix-mixed-tag-stats-in-backtest-output Matthias 2025-04-24 19:43:19 +02:00
  • 0cf1f6dc88 Fix 2 for passing CI mrpabloyeah 2025-04-24 14:53:25 +02:00
  • 502d50c988 Fix for passing CI mrpabloyeah 2025-04-24 14:44:33 +02:00
  • ed8b8fbf61 Fix mixed tag stats in backtest output mrpabloyeah 2025-04-24 14:24:36 +02:00
  • 282fff57d9 Deployed 956398a to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-24 04:26:20 +00:00
  • 956398ab21 Merge pull request #11671 from freqtrade/update/binance-leverage-tiers Matthias 2025-04-24 06:25:54 +02:00
  • f3154423bd chore: update pre-commit hooks Freqtrade Bot 2025-04-24 03:17:07 +00:00
  • fb64ac942b chore: raise freqtrade exception so upstream handling is in place Matthias 2025-04-23 20:18:58 +02:00
  • 3fc40f45b3 chore: simplify diff in hyperopt-tinterface Matthias 2025-04-23 20:15:24 +02:00
  • ca5ccc8799 chore: cleanup some code Matthias 2025-04-23 20:07:40 +02:00
  • 057cc2538e chore: use optuna distribution aliases in parameters Matthias 2025-04-23 20:00:19 +02:00
  • ed22789a1a chore: cleanup unused import Matthias 2025-04-23 19:53:07 +02:00
  • 2abf22e37b chore: simplify usage of data_pickle_file Matthias 2025-04-23 19:43:10 +02:00
  • 9b08b51ad8 chore: cleanup dead code Matthias 2025-04-23 19:40:03 +02:00
  • 83cdf76636 chore: simplify import/exports Matthias 2025-04-23 19:37:54 +02:00
  • f545113840 chore: improve EstimatorType type Matthias 2025-04-23 19:33:51 +02:00
  • f86bc71c43 chore: cleanup some test code Matthias 2025-04-23 19:19:55 +02:00
  • 8af9875d45 docs: remove scikit-optimize references from docs Matthias 2025-04-23 19:17:43 +02:00
  • 8a9b31eccd chore: remove scikit-optimize dependency Matthias 2025-04-23 19:15:16 +02:00
  • 4bc321c6eb Deployed 124c051 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-22 17:09:40 +00:00
  • 124c051432 docs: add "realized_profit" field to trade object docs Matthias 2025-04-22 07:07:53 +02:00
  • 60536e8fb7 Deployed 67bcf38 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-22 05:20:10 +00:00
  • 67bcf38ea5 Merge pull request #11669 from freqtrade/update/pre-commit-hooks Matthias 2025-04-22 07:19:45 +02:00
  • a98dd0eea3 chore: Pin docker github action versions Matthias 2025-04-22 07:02:07 +02:00
  • 103f64227f chore: Pin more github action versions Matthias 2025-04-22 07:00:33 +02:00
  • 5b481009d6 chore(ci): pin github actions Matthias 2025-04-22 06:56:45 +02:00
  • 3da6a8146e chore: update pre-commit hooks Freqtrade Bot 2025-04-22 03:16:59 +00:00
  • 411bde82bb Deployed a8b313d to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-21 09:53:24 +00:00
  • a8b313d387 Merge pull request #11661 from freqtrade/dependabot/pip/develop/mkdocs-206b511215 Matthias 2025-04-21 11:52:58 +02:00
  • 574419f3a4 test: freeze time to avoid random test failure Matthias 2025-04-21 11:22:16 +02:00
  • 5793888113 Merge pull request #11665 from freqtrade/dependabot/pip/develop/uvicorn-0.34.2 Matthias 2025-04-21 08:57:00 +02:00
  • b835af58c5 Merge pull request #11666 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.51 Matthias 2025-04-21 08:15:35 +02:00
  • 4ed3c33b10 Deployed 77c3894 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-21 06:15:12 +00:00
  • ca0b6998f0 Merge pull request #11662 from freqtrade/dependabot/pip/develop/packaging-25.0 Matthias 2025-04-21 08:15:02 +02:00
  • 77c3894fe2 Merge pull request #11667 from freqtrade/dependabot/pip/develop/ruff-0.11.6 Matthias 2025-04-21 08:14:46 +02:00
  • 0c46afaee4 chore(deps-dev): bump ruff from 0.11.5 to 0.11.6 dependabot[bot] 2025-04-21 04:07:25 +00:00
  • b6e9609039 chore(deps): bump prompt-toolkit from 3.0.50 to 3.0.51 dependabot[bot] 2025-04-21 04:06:57 +00:00
  • 1b6dadbc87 chore(deps): bump uvicorn from 0.34.1 to 0.34.2 dependabot[bot] 2025-04-21 04:06:46 +00:00
  • 1b18856d0b chore(deps): bump packaging from 24.2 to 25.0 dependabot[bot] 2025-04-21 04:06:02 +00:00
  • 35e9805ef1 chore(deps): bump mkdocs-material in the mkdocs group dependabot[bot] 2025-04-21 04:02:45 +00:00
  • a447f56b78 Deployed dcf3855 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-20 14:06:16 +00:00
  • dcf38557ee chore: add segment about AI Matthias 2025-04-20 15:55:34 +02:00
  • 54d78fd1c6 chore: update documentation link in template Matthias 2025-04-20 15:54:47 +02:00
  • 6040c391d3 chore: improved bug-report wording Matthias 2025-04-20 15:39:20 +02:00
  • b4a5f66f29 Return the trade duration along with the profit threshold returned by custom_roi mrpabloyeah 2025-04-20 13:39:35 +02:00
  • e105ea660b Improve documentation mrpabloyeah 2025-04-20 13:16:27 +02:00
  • 1149393789 Fix LocalTrade compatibility correctly mrpabloyeah 2025-04-20 01:33:34 +02:00
  • d4655660f4 Fix LocalTrade compatibility in custom_roi and min_roi_reached_entry mrpabloyeah 2025-04-19 16:36:13 +02:00
  • e656063771 Add custom_roi strategy callback mrpabloyeah 2025-04-19 15:42:44 +02:00
  • cc1580e490 Deployed 0c6ed58 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-19 12:20:05 +00:00
  • 0c6ed588b5 Merge pull request #11655 from freqtrade/fix/11650 Matthias 2025-04-19 14:19:39 +02:00
  • c5025ac3c9 Deployed 45dc667 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-18 13:35:27 +00:00
  • 45dc667233 Merge pull request #11651 from hippocritical/develop Matthias 2025-04-18 15:34:57 +02:00
  • 10d79f6232 feat: update --datadir description Matthias 2025-04-18 14:59:06 +02:00
  • a6e8888cad Deployed 3c20106 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-18 12:54:07 +00:00
  • 3c20106e7d Merge pull request #11652 from Code0x58/bugfix/log_config Matthias 2025-04-18 14:53:41 +02:00
  • 1e1c9a28f2 chore: simplify types in exchange class Matthias 2025-04-18 14:46:13 +02:00
  • 6a01985fd1 test: add test case to ensure max_stake considers leverage tiers Matthias 2025-04-18 14:35:54 +02:00
  • be572ba046 fix: include leverage tiers in max_stake calculation Matthias 2025-04-18 14:19:23 +02:00
  • f711afd843 chore: slight reordering within stake_amount_limit method Matthias 2025-04-18 14:07:04 +02:00
  • d6f58cd6cf test: fix leverage test Matthias 2025-04-18 14:02:05 +02:00
  • 9dd1ce71ca fix: improve get_max_leverage logic Matthias 2025-04-18 14:01:34 +02:00
  • 0a0a8428d5 chore: simplify method Matthias 2025-04-18 13:02:22 +02:00
  • fdc248a1b1 fix: entry_stakes should be leverage adjusted Matthias 2025-04-18 12:53:52 +02:00
  • 183ecf8fb2 Deployed bfadd54 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-17 04:29:44 +00:00
  • bfadd54ea3 Merge pull request #11653 from freqtrade/update/binance-leverage-tiers Matthias 2025-04-17 06:29:17 +02:00
  • ed23dc0f72 chore: update pre-commit hooks Freqtrade Bot 2025-04-17 03:16:17 +00:00
  • 27e3ae8c24 added list-data comment for --datadir to have the user not specify [exchange]/futures/ by themselves. They should use --trading-mode. They will get a timerange of 1970-1970 in conjunction with --show-timerange otherwise. hippocritical 2025-04-16 21:23:26 +02:00
  • f6cb446bff added list-data comment for --datadir to have the user not specify [exchange]/futures/ by themselves. They should use --trading-mode. They will get a timerange of 1970-1970 in conjunction with --show-timerange otherwise. hippocritical 2025-04-16 21:22:55 +02:00
  • 49cc3faa1e Deployed 72786ca to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-04-16 16:28:42 +00:00
  • 72786ca706 chore: drop pandas_ta from default template Matthias 2025-04-16 18:27:53 +02:00
  • 825c059c2e chore: update ta-lib binaries Matthias 2025-04-16 07:12:56 +02:00
  • 3e2a799d9f Fix config["log_config"] use so it doesn't break in backtesting Oliver Bristow 2025-04-15 15:55:57 +01:00
  • 8e8f4dbdd3 chore: drop stable-baselines install from mac x64 Matthias 2025-04-15 06:38:08 +02:00