Commit Graph

  • 752110a268 Add online tests for bybit Matthias 2022-12-31 11:06:52 +01:00
  • d05ecd630f Update tests for new liquidation parameter Matthias 2022-12-31 10:52:02 +01:00
  • 34e7433844 Add leverage to dry-run liquidation price calculation Matthias 2022-12-31 10:41:03 +01:00
  • a7b030fff9 Add note about bybit futures Matthias 2022-12-31 09:07:50 +01:00
  • 3192af8df8 Limit bybit futures markets to USDT Matthias 2022-12-31 09:07:07 +01:00
  • 63c732a560 Bybit futures data download Matthias 2022-12-30 07:47:00 +01:00
  • 6c0fa0dc1f Fix typo in docstring Matthias 2023-01-24 07:21:36 +01:00
  • 078b430828 Add ccxt compat tests for order parsing Matthias 2023-01-23 18:20:16 +01:00
  • b0720fdcf5 Bump ccxt to latest version to fix timestamp parsing issues Matthias 2023-01-23 18:10:56 +01:00
  • 1e43154bc5 Merge pull request #8049 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19.6 Matthias 2023-01-23 09:31:34 +01:00
  • 228fc757e9 Merge pull request #8050 from freqtrade/dependabot/pip/develop/ccxt-2.6.58 Matthias 2023-01-23 09:31:18 +01:00
  • 7fc39eafbd Bump ccxt from 2.6.39 to 2.6.58 dependabot[bot] 2023-01-23 07:36:53 +00:00
  • 3397225df2 Merge pull request #8051 from freqtrade/dependabot/pip/develop/pandas-1.5.3 Matthias 2023-01-23 08:10:48 +01:00
  • 14d9789f1e Bump types-dateutil for precommit Matthias 2023-01-23 08:04:45 +01:00
  • d3fbd41f59 Bump types-python-dateutil from 2.8.19.5 to 2.8.19.6 dependabot[bot] 2023-01-23 06:18:40 +00:00
  • b80c9dfd1e Merge pull request #8052 from freqtrade/dependabot/pip/develop/types-requests-2.28.11.8 Matthias 2023-01-23 07:16:41 +01:00
  • 5ef6ea4d91 Merge pull request #8048 from freqtrade/dependabot/pip/develop/nbconvert-7.2.8 Matthias 2023-01-23 06:48:15 +01:00
  • 73414e0fbd Bump types-requests in pre-commit Matthias 2023-01-23 06:47:27 +01:00
  • 673f5c325c Bump types-requests from 2.28.11.7 to 2.28.11.8 dependabot[bot] 2023-01-23 03:08:24 +00:00
  • b104b54e6a Bump pandas from 1.5.2 to 1.5.3 dependabot[bot] 2023-01-23 03:08:20 +00:00
  • 13f6529cca Bump nbconvert from 7.2.7 to 7.2.8 dependabot[bot] 2023-01-23 03:07:48 +00:00
  • 95987663f4 Merge pull request #8040 from xmatthias/mypy_fixes Matthias 2023-01-22 11:18:53 +01:00
  • 0642a2768e Add missing bracket Matthias 2023-01-22 11:17:31 +01:00
  • 58ad5a683a Fix wrong import order in script Matthias 2023-01-21 22:48:30 +01:00
  • 79d0fd937c Update pyright config to align with mypy Matthias 2023-01-21 20:05:33 +01:00
  • 741d2db334 Enable implicit_optional for telegram Matthias 2023-01-21 20:00:45 +01:00
  • 795934116d Remove optional_untyped from config Matthias 2023-01-21 16:02:12 +01:00
  • 2bf4cf7d5a Update scripts to PEP484 Matthias 2023-01-21 16:02:07 +01:00
  • 8108a48f39 Follow PEP 484 - no implicit optionals Matthias 2023-01-21 15:01:56 +01:00
  • bb355cfac5 improve naming of backtest function Matthias 2023-01-21 19:46:27 +01:00
  • 80bb120026 Simplify backtesting by removing now unnecessary private function Matthias 2023-01-21 18:00:57 +01:00
  • 89eb1b0084 funding-fees need to be recalculated for detailed timeframes, too. Matthias 2023-01-21 17:47:31 +01:00
  • 1211b72255 Add test to show behavior reported in #7978 Matthias 2023-01-21 16:19:45 +01:00
  • 772800bf74 Fix bug in stake_amount adjustment Matthias 2023-01-21 08:52:10 +01:00
  • 865d678304 Add backtest_detail test for futures Matthias 2023-01-20 08:37:28 +00:00
  • 28e51e2dfb Simplify some test setups Matthias 2023-01-20 08:28:50 +00:00
  • 58d48e79da Convert tests/datadir to path object - better mirroring an initialized configuration Matthias 2023-01-20 07:58:56 +00:00
  • a5d87859dc Refactor test to reuse variable Matthias 2023-01-20 07:27:35 +00:00
  • 6e22607387 Add 5m futures testdata to support detail-backtest tests Matthias 2023-01-20 07:08:38 +00:00
  • dbddc4c8aa Improve wording on adjust_trade_position callback warning Matthias 2023-01-20 07:08:15 +01:00
  • 20093ea090 Add warning about callback call frequency in backtesting Matthias 2023-01-20 07:06:54 +01:00
  • 81349c2a03 Remove edge section from config template Matthias 2023-01-19 19:57:34 +01:00
  • 07c391322e Remove edge from sample configs (except full). Matthias 2023-01-19 18:26:22 +01:00
  • a398f4730b Add documentation note about RSA exchange keys Matthias 2023-01-19 18:13:48 +01:00
  • a27e63a547 Bump ccxt to 2.6.39 Matthias 2023-01-19 18:09:21 +01:00
  • cd2a41e76e Merge pull request #8035 from freqtrade/enable_plotconfig_wsmode Matthias 2023-01-19 06:55:49 +01:00
  • 892fb77ec3 Update mypy pre-commit hook Matthias 2023-01-18 19:31:20 +01:00
  • 634b80f0e7 Add tests for plotconfig in ws mode Matthias 2023-01-18 18:15:35 +01:00
  • 2298656e45 Bump api_version to 2.23 Matthias 2023-01-18 18:15:14 +01:00
  • 3216a05a9e Enable plot_config to work in webserver mode Matthias 2023-01-18 18:15:07 +01:00
  • da0992f859 add Config typehint in rpc Matthias 2023-01-18 06:45:31 +01:00
  • 25f89ac194 Merge pull request #8033 from stash86/bt-metrics Matthias 2023-01-18 06:33:37 +01:00
  • 00fa904422 update config-freqai-example to match latest binance futures pair syntax Stefano Ariestasia 2023-01-18 09:56:15 +09:00
  • 4aaa439221 Merge pull request #7976 from adarkforce/max-open-trades Matthias 2023-01-17 20:41:48 +01:00
  • c8ecedf6d5 Clarify a variable via typehint Matthias 2023-01-17 20:05:18 +01:00
  • 6a4fc33c30 Remove <3.8 bandaid Matthias 2023-01-17 19:46:56 +01:00
  • 7092212ed5 re-add futures tickers quoteVolume assert Matthias 2023-01-17 06:57:48 +01:00
  • 7713f343a9 Bump ccxt to 2.6.26 Matthias 2023-01-17 06:46:49 +01:00
  • 98dcab49ab Add fetch_tickers test for futures Matthias 2023-01-16 23:06:13 +01:00
  • b4fcda2c11 add aiohttp proxy Matthias 2023-01-16 22:37:21 +01:00
  • 92a5efad0e Fix set_test_proxy usage Matthias 2023-01-16 22:09:53 +01:00
  • b193d8418d Deepcopy config before adding proxies Matthias 2023-01-16 21:31:01 +01:00
  • f46b62f1a7 Attempt to use and setup a proxy for CI Matthias 2023-01-16 21:14:19 +01:00
  • 394a973bbb Revert "Attempt to use and setup a proxy for CI" Matthias 2023-01-16 21:14:46 +01:00
  • 48ae248d2d Attempt to use and setup a proxy for CI Matthias 2023-01-16 21:14:19 +01:00
  • 5e10bb2cca Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades Antonio Della Fortuna 2023-01-16 20:19:46 +01:00
  • 75804a7f85 Bump stable-baselines3 alongside with sb3-contrib. Matthias 2023-01-16 15:53:44 +01:00
  • 81eb9ebc6e Merge pull request #8031 from froggleston/eea_grp5 Matthias 2023-01-16 15:50:47 +01:00
  • 8cfa5934db Catch AttributeError when importing modules Matthias 2023-01-16 13:54:25 +00:00
  • 813724bd82 Add a new analysis group to output stats grouped by exit_tag froggleston 2023-01-16 13:28:40 +00:00
  • 05dc29e60b Merge pull request #8021 from freqtrade/dependabot/pip/develop/mkdocs-material-9.0.5 Matthias 2023-01-16 13:31:30 +01:00
  • 41d4e516f1 Merge pull request #8024 from freqtrade/dependabot/pip/develop/cryptography-39.0.0 Matthias 2023-01-16 13:31:06 +01:00
  • 3ab40358a2 Merge pull request #8026 from freqtrade/dependabot/pip/develop/tensorboard-2.11.2 Matthias 2023-01-16 13:29:04 +01:00
  • 8de10e3746 Bump mkdocs-material from 9.0.3 to 9.0.5 dependabot[bot] 2023-01-16 11:34:02 +00:00
  • d7bd9de60e Merge pull request #8025 from freqtrade/dependabot/pip/develop/fastapi-0.89.1 Matthias 2023-01-16 12:28:08 +01:00
  • d0ad822034 Merge pull request #8029 from freqtrade/dependabot/pip/develop/pymdown-extensions-9.9.1 Matthias 2023-01-16 12:27:44 +01:00
  • 7f4883008f Bump pymdown-extensions from 9.9 to 9.9.1 dependabot[bot] 2023-01-16 08:53:34 +00:00
  • a77fdb1594 Bump sb3-contrib from 1.6.2 to 1.7.0 dependabot[bot] 2023-01-16 08:53:21 +00:00
  • a4b2dc30b4 Bump tensorboard from 2.11.0 to 2.11.2 dependabot[bot] 2023-01-16 08:53:12 +00:00
  • 8dce617ada Bump fastapi from 0.89.0 to 0.89.1 dependabot[bot] 2023-01-16 08:53:06 +00:00
  • 283c1968bf Bump cryptography from 38.0.1 to 39.0.0 dependabot[bot] 2023-01-16 08:52:52 +00:00
  • 76c4b2a975 Merge pull request #8019 from freqtrade/dependabot/pip/develop/requests-2.28.2 Matthias 2023-01-16 09:50:37 +01:00
  • 7c2bfae92e Merge pull request #8018 from freqtrade/dependabot/pip/develop/ccxt-2.6.24 Matthias 2023-01-16 08:13:47 +01:00
  • 0296061e49 Fix version comparison to use packaging.version Matthias 2023-01-16 06:54:29 +01:00
  • d226f9706b Merge pull request #8020 from freqtrade/dependabot/pip/develop/xgboost-1.7.3 Matthias 2023-01-16 06:49:47 +01:00
  • 7f61fdd9a3 Merge pull request #8022 from freqtrade/dependabot/pip/develop/pytest-7.2.1 Matthias 2023-01-16 06:48:49 +01:00
  • 77bb6561d5 Merge pull request #8017 from freqtrade/dependabot/pip/develop/orjson-3.8.5 Matthias 2023-01-16 06:46:22 +01:00
  • 178a4c8867 Bump requests from 2.28.1 to 2.28.2 dependabot[bot] 2023-01-16 05:32:39 +00:00
  • 6fd9690477 Merge pull request #8015 from freqtrade/dependabot/pip/develop/urllib3-1.26.14 Matthias 2023-01-16 06:31:39 +01:00
  • 7785809f4a Bump pytest from 7.2.0 to 7.2.1 dependabot[bot] 2023-01-16 03:02:08 +00:00
  • 59e6f19dd8 Bump xgboost from 1.7.2 to 1.7.3 dependabot[bot] 2023-01-16 03:01:28 +00:00
  • dc7b8ac7ba Bump ccxt from 2.6.6 to 2.6.24 dependabot[bot] 2023-01-16 03:01:13 +00:00
  • d24fce83d2 Bump orjson from 3.8.4 to 3.8.5 dependabot[bot] 2023-01-16 03:01:03 +00:00
  • 9b97ddd0f7 Bump urllib3 from 1.26.13 to 1.26.14 dependabot[bot] 2023-01-16 03:00:47 +00:00
  • fc9e0ede0b Merge pull request #8014 from freqtrade/binance_mig Matthias 2023-01-15 21:57:21 +01:00
  • 270eed7e14 Fail if detecting invalid ccxt version for binance futures Matthias 2023-01-15 15:53:41 +01:00
  • ab12aace5f changed trades_space to max_open_trades_space Antonio Della Fortuna 2023-01-15 11:50:40 +01:00
  • 5e64980319 Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades Antonio Della Fortuna 2023-01-15 11:44:35 +01:00
  • b0f1d914c8 Changed max_open_trades type to int or inf Antonio Della Fortuna 2023-01-15 11:44:10 +01:00
  • ce323e66ac Remove note about binance futures naming Matthias 2023-01-14 21:40:48 +01:00