Commit Graph

  • 8274a6c3a9 chore: update usage of TTLCache to FtTTLCache Matthias 2025-11-24 07:07:13 +01:00
  • f0a5b95ec0 feat: add FtTTLCache to avoid mocking issues Matthias 2025-11-24 07:05:49 +01:00
  • e4dd3b2821 Merge pull request #12544 from freqtrade/dependabot/pip/develop/types-2e6adcc4ce Matthias 2025-11-24 07:02:11 +01:00
  • 7698ee9f3d Merge pull request #12549 from freqtrade/dependabot/pip/develop/numpy-2.3.5 Matthias 2025-11-24 06:50:52 +01:00
  • c5127ba522 Merge pull request #12548 from freqtrade/dependabot/pip/develop/ruff-0.14.5 Matthias 2025-11-24 06:50:13 +01:00
  • 024d2db2e2 chore: bump pre-commit config dateutil types Matthias 2025-11-24 06:37:39 +01:00
  • f2498df99b Merge pull request #12550 from freqtrade/dependabot/pip/develop/plotly-6.5.0 Matthias 2025-11-24 06:35:18 +01:00
  • 37ce645bad Merge pull request #12545 from freqtrade/dependabot/pip/develop/cachetools-6.2.2 Matthias 2025-11-24 06:32:43 +01:00
  • 6555019ab6 Deployed d4188a0 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-24 05:32:41 +00:00
  • d4188a093b Merge pull request #12547 from freqtrade/dependabot/pip/develop/fastapi-0.121.3 Matthias 2025-11-24 06:32:14 +01:00
  • bc3342b4d2 chore(deps): bump plotly from 6.4.0 to 6.5.0 dependabot[bot] 2025-11-24 03:02:27 +00:00
  • 64cf284c07 chore(deps): bump numpy from 2.3.4 to 2.3.5 dependabot[bot] 2025-11-24 03:02:23 +00:00
  • 15b0cc28f8 chore(deps-dev): bump ruff from 0.14.4 to 0.14.5 dependabot[bot] 2025-11-24 03:02:14 +00:00
  • a647ceb753 chore(deps): bump fastapi from 0.121.1 to 0.121.3 dependabot[bot] 2025-11-24 03:01:54 +00:00
  • 54840a3f7e chore(deps-dev): bump time-machine from 2.19.0 to 3.0.0 dependabot[bot] 2025-11-24 03:01:50 +00:00
  • 2b1ef1bf59 chore(deps): bump cachetools from 6.2.1 to 6.2.2 dependabot[bot] 2025-11-24 03:01:45 +00:00
  • 757439a594 chore(deps-dev): bump types-python-dateutil in the types group dependabot[bot] 2025-11-24 03:01:12 +00:00
  • 73dccb0780 test: Add test case for no parallel on 1 combo Matthias 2025-11-23 13:47:26 +01:00
  • aa7aac3a14 feat: don't jump into parallel mode for single pair/timeframe downloads Matthias 2025-11-23 13:45:51 +01:00
  • 2015ccc727 test: update parallel-history test Matthias 2025-11-23 13:41:08 +01:00
  • 47301830b6 fix: be more selective before activating parallel download Matthias 2025-11-23 13:35:10 +01:00
  • b7b280de96 Merge pull request #12542 from freqtrade/feat/no_data Matthias 2025-11-23 15:43:07 +01:00
  • 7edc2e8c94 fix: improved realized profit telegram condition Matthias 2025-11-23 13:23:18 +01:00
  • 972e25a6a7 feat: Improve conditions to not exclude 0.0 profits Matthias 2025-11-23 08:33:11 +01:00
  • 649db69314 test: add tests for N/A when formatting prices Matthias 2025-11-23 08:30:24 +01:00
  • d0fb4cdc37 feat: use N/A for round value Matthias 2025-11-23 08:30:10 +01:00
  • efabcef330 feat: use pct formatting helper throughout telegram module Matthias 2025-11-23 08:23:05 +01:00
  • a4e6ac0c7f test: update test for new status table behavior Matthias 2025-11-23 08:18:51 +01:00
  • 0ce9149ddd feat: use helper method to format for pct Matthias 2025-11-23 08:18:17 +01:00
  • 2750643e07 test: add tests for format_pct Matthias 2025-11-23 08:14:39 +01:00
  • b92535deea feat: Add format_pct helper method Matthias 2025-11-23 08:13:48 +01:00
  • 60c13d2cbc Deployed 3932470 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-23 07:09:50 +00:00
  • 2fa0503993 fix: telegram crash during exchange downtime Matthias 2025-11-22 20:33:20 +01:00
  • 3932470190 Merge pull request #12541 from stash86/main-stash Matthias 2025-11-23 08:09:25 +01:00
  • d901f4b10b make sure the strat's starupt count don't get replaced Stefano 2025-11-23 14:01:36 +09:00
  • 8269384077 fix: missing space in template Matthias 2025-11-22 19:51:16 +01:00
  • b364153d02 feat: add nr_of_successful_* to api Matthias 2025-11-22 15:46:34 +01:00
  • 916d8324cb test: update tests with new fields Matthias 2025-11-22 13:48:57 +01:00
  • 60309b9e57 chore: move num_entries/exits to trade model Matthias 2025-11-22 13:40:57 +01:00
  • a05d142af6 chore: remove unneeded formatting Matthias 2025-11-22 13:33:51 +01:00
  • 1feb11bac0 refactor: use fstring for telegram sending Matthias 2025-11-22 13:30:52 +01:00
  • 93936c9946 refactor: use fstrings for /order telegram message Matthias 2025-11-22 13:29:27 +01:00
  • ce78039ea8 refactor: don't do delayed formatting on status message Matthias 2025-11-22 13:26:50 +01:00
  • 453b03fe00 Deployed 1db871e to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-22 12:05:27 +00:00
  • 1db871e42d Merge pull request #12536 from stash86/add-liq-price Matthias 2025-11-22 13:05:01 +01:00
  • 1513ba9af9 chore: Move liquidation up a line Matthias 2025-11-22 12:48:51 +01:00
  • 22b88249ff Merge branch 'add-liq-price' of https://github.com/stash86/freqtrade into add-liq-price Stefano 2025-11-22 16:52:47 +09:00
  • 18f73af6e6 use get to return None on trade with no liq price Stefano 2025-11-22 16:52:43 +09:00
  • b8c835e24e Merge branch 'freqtrade:develop' into add-liq-price Stefano 2025-11-22 16:40:25 +09:00
  • 2f392b483c add liq line Stefano 2025-11-22 16:39:35 +09:00
  • c2e611f070 Deployed 2204803 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-21 06:12:01 +00:00
  • 220480327c test: add explicit test for dry_order_filled Matthias 2025-11-21 07:11:05 +01:00
  • 16d0fece90 Deployed 2c6ff3f to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-20 19:31:14 +00:00
  • 2c6ff3f018 docs: update supported exchanges for Delist Filter Matthias 2025-11-20 20:30:43 +01:00
  • 56a8fb4aae Merge pull request #12532 from stash86/bitget-delist Matthias 2025-11-20 19:51:05 +01:00
  • 3f782fc482 Merge pull request #12531 from stash86/bybit-delist Matthias 2025-11-20 19:48:11 +01:00
  • d02e5f2b90 chore: simplify imports Matthias 2025-11-20 19:34:51 +01:00
  • 92fd9411e5 chore: simplify import Matthias 2025-11-20 19:31:28 +01:00
  • 650cdf5eb3 change to exclude optimize mode Stefano 2025-11-20 15:16:11 +09:00
  • 060a1543e9 change to exclude optimize mode Stefano 2025-11-20 15:13:56 +09:00
  • 50402c5cdc test: add explicit tests for price_crossed Matthias 2025-11-20 06:54:22 +01:00
  • ee92d3d497 Deployed 0835414 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-20 05:30:43 +00:00
  • 0835414f24 Merge pull request #12533 from freqtrade/update/binance-leverage-tiers Matthias 2025-11-20 06:30:14 +01:00
  • 6449074658 chore: update pre-commit hooks Freqtrade Bot 2025-11-20 03:20:59 +00:00
  • b8d558a455 remove unnecessary check because it will be catch anyway Stefano 2025-11-20 09:41:57 +09:00
  • 4017b010f4 add test Stefano 2025-11-20 09:36:17 +09:00
  • 7e178cb032 add test Stefano 2025-11-20 09:26:16 +09:00
  • e17936c407 use dt_ts Stefano 2025-11-19 14:55:31 +09:00
  • f437d4a55b use dt_ts Stefano 2025-11-19 14:53:57 +09:00
  • a731b73457 add delisting check for bitget futures Stefano 2025-11-19 12:36:34 +09:00
  • b5be462dd1 add delisting check for bybit futures Stefano 2025-11-19 12:25:35 +09:00
  • b55e7bcf4e chore: Improve fetch_dry_run_order Matthias 2025-11-18 19:45:43 +01:00
  • d1e71544af test: imrpove testcase Matthias 2025-11-18 19:41:32 +01:00
  • 6e1367fa94 test: enable gate futures test Matthias 2025-11-18 19:16:32 +01:00
  • 58452ebc7c chore: bump ccxt to 4.5.20 Matthias 2025-11-18 19:15:47 +01:00
  • 53b0aa9a10 Deployed 7b1dd61 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-18 05:28:34 +00:00
  • 7b1dd61ae4 Merge pull request #12530 from freqtrade/update/pre-commit-hooks Matthias 2025-11-18 06:28:09 +01:00
  • 1321991fca chore: update pre-commit hooks Freqtrade Bot 2025-11-18 03:22:24 +00:00
  • 8ae8b615b2 Merge pull request #12518 from freqtrade/dependabot/pip/develop/pytest-9513a616b5 Matthias 2025-11-17 19:23:24 +01:00
  • 1c96dfd58f chore: add TODO comment for pytest migration Matthias 2025-11-17 18:24:10 +01:00
  • f98efdbe07 Fix backtesting exception when no data is available for a pair mrpabloyeah 2025-11-17 13:09:48 +01:00
  • e67c2eefff test: live test "get_fee" for futures exchange Matthias 2025-11-17 07:20:36 +01:00
  • 2ea19f2ab0 Merge pull request #12517 from freqtrade/dependabot/pip/develop/types-ee32193104 Matthias 2025-11-17 06:57:29 +01:00
  • 44a6d2ead7 Merge pull request #12520 from freqtrade/dependabot/pip/develop/fastapi-0.121.1 Matthias 2025-11-17 06:57:00 +01:00
  • 5fa314e4a8 Merge pull request #12522 from freqtrade/dependabot/pip/develop/certifi-2025.11.12 Matthias 2025-11-17 06:52:58 +01:00
  • 89a8adcbcf chore(deps-dev): bump the pytest group with 2 updates dependabot[bot] 2025-11-17 05:39:17 +00:00
  • 57f216e9c7 chore: bump dateutil in pre-commit config Matthias 2025-11-17 06:32:18 +01:00
  • 927a771f2e Merge pull request #12526 from freqtrade/dependabot/pip/develop/optuna-4.6.0 Matthias 2025-11-17 06:30:19 +01:00
  • 3a1fffeeb7 Merge pull request #12521 from freqtrade/dependabot/pip/develop/torch-2.9.1 Matthias 2025-11-17 06:30:00 +01:00
  • 9a5622fe33 Merge pull request #12527 from freqtrade/dependabot/pip/develop/ccxt-4.5.19 Matthias 2025-11-17 06:29:09 +01:00
  • 651cf546fc Deployed ec51820 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-17 05:28:48 +00:00
  • ec51820074 Merge pull request #12519 from freqtrade/dependabot/pip/develop/mkdocs-a50e39aa08 Matthias 2025-11-17 06:28:14 +01:00
  • f779dd253a Deployed 4425e0c to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-17 05:27:59 +00:00
  • b194099cf8 Deployed cb28498 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-11-17 05:27:40 +00:00
  • 4425e0cd40 Merge pull request #12525 from freqtrade/dependabot/pip/develop/pymdown-extensions-10.17.1 Matthias 2025-11-17 06:27:34 +01:00
  • 97a830b4f0 Merge pull request #12523 from freqtrade/dependabot/pip/develop/pre-commit-4.4.0 Matthias 2025-11-17 06:27:20 +01:00
  • cb28498890 Merge pull request #12524 from freqtrade/dependabot/pip/develop/ruff-0.14.4 Matthias 2025-11-17 06:27:09 +01:00
  • 1747114b57 chore(deps): bump ccxt from 4.5.17 to 4.5.19 dependabot[bot] 2025-11-17 03:02:58 +00:00
  • 1056b2562e chore(deps): bump optuna from 4.5.0 to 4.6.0 dependabot[bot] 2025-11-17 03:02:48 +00:00
  • 64f680ed86 chore(deps): bump pymdown-extensions from 10.16.1 to 10.17.1 dependabot[bot] 2025-11-17 03:02:44 +00:00