Commit Graph

  • b1bf56cfab chore: use exception logging for exceptions Matthias 2024-12-16 19:47:56 +01:00
  • d2d6c6fa81 feat: load backtest-results from either file or zip file Matthias 2024-12-16 19:42:32 +01:00
  • b1fc271a7e chore: Update storage to store backtest results as zip file Matthias 2024-12-16 19:28:18 +01:00
  • 37bbb0e0e0 refactor: move joblib_writer to use file interface Matthias 2024-12-16 19:14:46 +01:00
  • 2a9a3e020c chore: move joblib export to bt_storage function Matthias 2024-12-16 19:09:18 +01:00
  • cd2520603a refactor: move json file dumping to separate method Matthias 2024-12-16 19:07:01 +01:00
  • bf1cb1de0f Deployed b5748fe to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-26 12:54:53 +00:00
  • b5748fee6e docs: add FAQ about resetting a bot's database Matthias 2024-12-26 13:54:21 +01:00
  • 40c005c635 Deployed b092dfa to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-26 11:10:49 +00:00
  • b092dfa2c9 Merge pull request #11149 from freqtrade/update/binance-leverage-tiers Matthias 2024-12-26 12:10:19 +01:00
  • 2ad1fbd771 chore: update pre-commit hooks xmatthias 2024-12-26 03:06:05 +00:00
  • 1ca594bbcb chore: show "total" profit if necessary Matthias 2024-12-25 17:54:34 +01:00
  • e66611c965 chore: fix 2 minor potential bugs Matthias 2024-12-25 17:53:12 +01:00
  • c5a95dc682 refactor: reuse logic from get-status for get status-table Matthias 2024-12-25 17:40:02 +01:00
  • d7ccbfef20 test: improve test accuracy Matthias 2024-12-25 17:37:21 +01:00
  • 79f35bb553 chore: add docstring to rpc_status_table Matthias 2024-12-25 16:30:52 +01:00
  • 1f53464d95 Deployed 9e30e5c to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-25 07:10:26 +00:00
  • 9e30e5c34c Merge pull request #11144 from freqtrade/deprecate/hdf5 Matthias 2024-12-25 08:09:57 +01:00
  • 4963a9668f chore: fix typo Matthias 2024-12-24 15:35:34 +01:00
  • a67473d00b Deployed e59bd71 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-24 14:30:00 +00:00
  • e59bd71c17 Merge pull request #11143 from freqtrade/feat/telegram_group_topics Matthias 2024-12-24 15:29:33 +01:00
  • 5750d05891 feat: deprecate hdf5 as data storage Matthias 2024-12-24 15:19:22 +01:00
  • 1810a911d4 chore: update chatID to be identical throughout docs. Matthias 2024-12-24 14:42:39 +01:00
  • 51ae0f0377 chore: check for update.message being present Matthias 2024-12-24 14:05:17 +01:00
  • 215b648edf Merge pull request #11141 from andrasmining/develop Matthias 2024-12-24 13:55:23 +01:00
  • d73f01701e chore: reduce verbosity for topic_id wrong check Matthias 2024-12-24 13:52:51 +01:00
  • 010b282679 docs: document /tg_info command Matthias 2024-12-24 13:46:29 +01:00
  • 6ef8291b2e test: add test for tg_info, update chat_id to be not 0 Matthias 2024-12-24 13:38:34 +01:00
  • b820810afe hyperopt-list --export-csv command stake currency fix Andras Kovacs 2024-12-24 13:33:58 +01:00
  • cef21860eb feat: add _tg_info endpoint for easier information gathering Matthias 2024-12-24 13:25:59 +01:00
  • 0c08656965 Merge branch 'develop' of https://github.com/andrasmining/freqtrade into develop Andras Kovacs 2024-12-24 12:54:21 +01:00
  • 59b1460e30 Adding drawdown information for hyperopt-list --export-csv command Andras Kovacs 2024-12-24 12:52:35 +01:00
  • b75ac1243a docs: document group-topic-id Matthias 2024-12-24 12:17:15 +01:00
  • 145cd2466f Deployed 93af2b7 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-24 07:18:43 +00:00
  • 93af2b7b1d Merge pull request #11138 from freqtrade/update/pre-commit-hooks Matthias 2024-12-24 08:18:17 +01:00
  • 7092edfe4c chore: update pre-commit hooks xmatthias 2024-12-24 03:06:46 +00:00
  • 0663335011 chore: update config_schema with topic_id attribute Matthias 2024-12-23 20:12:21 +01:00
  • 6cc0c2be91 feat: add support for "topic_id" in telegram notifications Matthias 2024-12-23 20:11:24 +01:00
  • 4a256ed7ca chore: failed messages shouldn't return the wrapper but None Matthias 2024-12-23 19:57:05 +01:00
  • 2a526a815e fix: don't over-state stake-amount on first entry Matthias 2024-12-23 17:53:14 +01:00
  • 0a81658881 test: add test to confirm behavior in #11135 Matthias 2024-12-23 17:52:47 +01:00
  • 5ac95a0507 test: close mock order for funding-fee test Matthias 2024-12-22 18:05:57 +01:00
  • cefacf4a6d chore: fix typo causing double negation Matthias 2024-12-23 12:51:41 +01:00
  • c9aa202be8 test: add additional Test case Matthias 2024-12-23 12:37:21 +01:00
  • 77e36ed313 Merge pull request #11125 from freqtrade/dependabot/pip/develop/technical-1.5.0 Matthias 2024-12-23 11:16:12 +01:00
  • 52933e977b Merge pull request #11128 from freqtrade/dependabot/pip/develop/mypy-1.14.0 Matthias 2024-12-23 09:06:20 +01:00
  • cf4c29a57f chore(deps): bump technical from 1.4.4 to 1.5.0 dependabot[bot] 2024-12-23 07:43:41 +00:00
  • b21ca7fde8 Deployed 90cd381 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-23 07:42:59 +00:00
  • 90cd381efa Merge pull request #11129 from freqtrade/dependabot/pip/develop/jinja2-3.1.5 Matthias 2024-12-23 08:42:28 +01:00
  • 9405f415d0 chore(deps-dev): bump mypy from 1.13.0 to 1.14.0 dependabot[bot] 2024-12-23 07:10:13 +00:00
  • 3dcc130903 Merge pull request #11131 from freqtrade/dependabot/pip/develop/ccxt-4.4.42 Matthias 2024-12-23 08:09:13 +01:00
  • 9d022180e7 chore(deps): bump jinja2 from 3.1.4 to 3.1.5 dependabot[bot] 2024-12-23 07:04:05 +00:00
  • ba42d8d8c6 Merge pull request #11133 from freqtrade/dependabot/pip/develop/ruff-0.8.4 Matthias 2024-12-23 08:03:01 +01:00
  • efca1b17a6 Deployed b62fa81 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-23 07:02:01 +00:00
  • 117887ff3a Merge pull request #11122 from freqtrade/dependabot/github_actions/develop/astral-sh/setup-uv-5 Matthias 2024-12-23 08:01:42 +01:00
  • b62fa8190b Merge pull request #11123 from freqtrade/dependabot/pip/develop/mkdocs-c52ef7e6a7 Matthias 2024-12-23 08:01:33 +01:00
  • eadd4a7bb2 Merge pull request #11127 from freqtrade/dependabot/pip/develop/psutil-6.1.1 Matthias 2024-12-23 08:01:19 +01:00
  • 00adc5ef0f Deployed 12cbe70 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-23 07:01:15 +00:00
  • a93a1b8b48 Merge pull request #11130 from freqtrade/dependabot/pip/develop/urllib3-2.3.0 Matthias 2024-12-23 08:01:04 +01:00
  • 12cbe70371 Merge pull request #11126 from freqtrade/dependabot/pip/develop/pydantic-2.10.4 Matthias 2024-12-23 08:00:44 +01:00
  • ed3367244c chore(deps-dev): bump ruff from 0.8.3 to 0.8.4 dependabot[bot] 2024-12-23 03:47:30 +00:00
  • b8b69eecb8 chore(deps): bump ccxt from 4.4.40 to 4.4.42 dependabot[bot] 2024-12-23 03:47:08 +00:00
  • 65acd5d827 chore(deps): bump urllib3 from 2.2.3 to 2.3.0 dependabot[bot] 2024-12-23 03:47:00 +00:00
  • 4d6732cd19 chore(deps): bump psutil from 6.1.0 to 6.1.1 dependabot[bot] 2024-12-23 03:46:39 +00:00
  • dc5942115d chore(deps): bump pydantic from 2.10.3 to 2.10.4 dependabot[bot] 2024-12-23 03:46:33 +00:00
  • c14492a6cf chore(deps): bump mkdocs-material in the mkdocs group dependabot[bot] 2024-12-23 03:46:01 +00:00
  • 07682c396e chore(deps): bump astral-sh/setup-uv from 4 to 5 dependabot[bot] 2024-12-23 03:31:33 +00:00
  • 84e5a9521d chore: improve left open trades handling Matthias 2024-12-22 20:11:32 +01:00
  • 48b0ffac06 chore: fix using non-existing attribute Matthias 2024-12-22 18:15:59 +01:00
  • 5c42c89505 Merge branch 'develop' into pr/Axel-CH/10062 Matthias 2024-12-22 18:07:32 +01:00
  • d37e23f68e feat: implement order replacement for backtesting Matthias 2024-12-22 18:07:07 +01:00
  • 9953903193 test: close mock order for funding-fee test Matthias 2024-12-22 18:05:57 +01:00
  • 48506f2945 fix: always cancel al open orders if the order ain't identical Matthias 2024-12-22 18:03:04 +01:00
  • 94a2332ff3 Deployed 503305c to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-22 15:23:28 +00:00
  • 503305cbdb fix: properly pass timerange to data-download Matthias 2024-12-22 16:02:49 +01:00
  • 0a27a7ad38 docs: fix typo Matthias 2024-12-21 20:21:08 +01:00
  • 7a414d1ad4 Deployed 32f5924 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-21 18:52:31 +00:00
  • 32f592444a Merge pull request #11119 from AchmadFathoni/fix_notebook Matthias 2024-12-21 19:52:03 +01:00
  • daf655cd24 docs: add documentation for BNFCR futures Matthias 2024-12-21 19:50:07 +01:00
  • 04813e452c Change unavailable "max_drawdown" key Achmad Fathoni 2024-12-22 00:28:21 +07:00
  • b50d9f5c59 Fix KeyError: 'max_drawdown' in jupyter notebook Achmad Fathoni 2024-12-22 00:14:07 +07:00
  • 44c29aa998 test: update tests for new calculate_fee_rate logic Matthias 2024-12-18 07:09:35 +01:00
  • 2a45ff08e4 fix: update "calculate_fee_rate" to use get_conversation_rate Matthias 2024-12-18 06:38:52 +01:00
  • 7b1ea81a27 chore: use safe_value_fallback to get currency rate Matthias 2024-12-18 06:34:51 +01:00
  • d559572718 fix: exclude balances matching trades in futures mode Matthias 2024-12-18 06:34:36 +01:00
  • 2c1400a9ff test: update trading mode test for binance cross support Matthias 2024-12-18 06:34:18 +01:00
  • 85af1c91a2 feat: enable cross futures on binance Matthias 2024-12-18 06:14:37 +01:00
  • dcc8c8800f feat: conversion_rate should map both sides Matthias 2024-12-17 19:44:24 +01:00
  • 5a24292d34 chore: update config_schema Matthias 2024-12-17 19:30:58 +01:00
  • c492dcc7ba feat: make proxy_coin dynamic (config setting) Matthias 2024-12-17 19:30:15 +01:00
  • c5f89f34fd tests: improve rpc_handle test Matthias 2024-12-17 19:25:14 +01:00
  • 1ef4b063ea test: adjust test to reflect that futures uses "free", not "total" Matthias 2024-12-17 07:12:44 +01:00
  • d05cae10f7 test: remove duplicate test assertion Matthias 2024-12-17 07:10:50 +01:00
  • 478387531d feat: Updates for proxy coin functionalities Matthias 2024-12-17 06:48:47 +01:00
  • 0b9cca27e2 feat: add "get_proxy_coin" method Matthias 2024-12-17 06:48:03 +01:00
  • ca9589b2e8 chore: reduce pointless verbosity of cross liquidation update Matthias 2024-12-17 06:46:13 +01:00
  • e7b1a7e493 test: add test for proxy coin conversion Matthias 2024-12-16 21:32:54 +01:00
  • c112b84d0f feat: support dynamic proxy coin conversion Matthias 2024-12-16 21:32:39 +01:00
  • 8d7f011371 Deployed 40cb70f to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2024-12-21 13:33:38 +00:00
  • 40cb70fca1 fix: one-side pairlocks not showing in UI Matthias 2024-12-21 14:30:47 +01:00