Commit Graph

  • f88fe5d950 Document new "allow_inactive" option Matthias 2020-11-19 19:14:43 +01:00
  • 7a8b274a44 Merge branch 'develop' into pr/imxuwang/3799 Matthias 2020-11-19 13:18:03 +01:00
  • 37849f8496 Merge pull request #3965 from freqtrade/fix_hdf5trades Matthias 2020-11-19 11:22:25 +01:00
  • 52c9a2c37f Convert np to None when loading hdf5 trades to allow duplicate detection Matthias 2020-11-19 07:30:28 +01:00
  • dd42d61d03 Run CI on 3.9 Matthias 2020-10-07 08:48:45 +02:00
  • 181d3a3808 Bump python from 3.8.6-slim-buster to 3.9.0-slim-buster dependabot[bot] 2020-10-07 05:49:32 +00:00
  • bf6682d37f Merge pull request #3962 from Samaoo/patch-2 Matthias 2020-11-17 14:49:04 +01:00
  • 854d0c481f Update windows_installation.md Samaoo 2020-11-17 14:14:42 +01:00
  • 4a215821cd Fix typo in windows installation docs Samaoo 2020-11-17 14:07:24 +01:00
  • 9621734adc Allow setting datafromat via configuration Matthias 2020-11-17 06:53:38 +01:00
  • 853bd06841 Merge pull request #3959 from freqtrade/dependabot/pip/develop/ccxt-1.37.69 Matthias 2020-11-16 11:02:53 +01:00
  • 3f2addb729 Bump ccxt from 1.37.41 to 1.37.69 dependabot[bot] 2020-11-16 09:17:22 +00:00
  • 320dca19cb Merge pull request #3956 from freqtrade/dependabot/pip/develop/urllib3-1.26.2 Matthias 2020-11-16 10:16:37 +01:00
  • f092a92399 Bump urllib3 from 1.25.11 to 1.26.2 dependabot[bot] 2020-11-16 07:51:10 +00:00
  • d00a955af9 Merge pull request #3958 from freqtrade/dependabot/pip/develop/requests-2.25.0 Matthias 2020-11-16 07:33:39 +01:00
  • d6bd018da4 Merge pull request #3957 from freqtrade/dependabot/pip/develop/flask-jwt-extended-3.25.0 Matthias 2020-11-16 07:10:17 +01:00
  • 8c88173b74 Merge pull request #3955 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.5 Matthias 2020-11-16 07:02:54 +01:00
  • 23947cf30b Bump requests from 2.24.0 to 2.25.0 dependabot[bot] 2020-11-16 05:40:50 +00:00
  • e52c181a2a Bump flask-jwt-extended from 3.24.1 to 3.25.0 dependabot[bot] 2020-11-16 05:40:35 +00:00
  • 6ebc2f3897 Bump mkdocs-material from 6.1.4 to 6.1.5 dependabot[bot] 2020-11-16 05:40:25 +00:00
  • ef4ab601a9 Update exchanges.md Samaoo 2020-11-15 20:02:19 +01:00
  • 26176d4c91 Update exchanges.md Samaoo 2020-11-15 19:55:09 +01:00
  • 0612658ec7 Merge pull request #3952 from Samaoo/patch-1 Matthias 2020-11-15 15:56:20 +01:00
  • 34120f6eb8 Merge pull request #3950 from xsa-dev/patch-1 Matthias 2020-11-15 15:52:50 +01:00
  • 7b4c1ec3ce Small wording changes Matthias 2020-11-15 15:40:40 +01:00
  • da16474b25 Update telegram-usage.md Aleksey Savin 2020-11-15 15:13:44 +03:00
  • 7243c8ee56 Fix typo in windows installation docs. SamVerhaegen 2020-11-15 13:06:05 +01:00
  • ab85c5bb49 Merge pull request #3946 from freqtrade/plot_startup_candles Matthias 2020-11-14 19:28:38 +01:00
  • 05f0cc787c Plotting should use startup_candles too Matthias 2020-11-14 09:28:00 +01:00
  • 164105acf2 Adjust startup_candle_count of sample strategies Matthias 2020-11-14 08:25:57 +01:00
  • c09b641860 Merge pull request #3944 from freqtrade/fix_aioexception Matthias 2020-11-13 16:04:14 +01:00
  • 08b52926c8 Catch asyncio.TimeoutError when reloading async markets Matthias 2020-11-13 10:43:48 +01:00
  • 4eb96cfc4f Allow locks to be gathered even when the bot is stopped Matthias 2020-11-13 06:51:45 +01:00
  • 2d6bfe1592 only skip pair validation rather than all of it Daniel Goller 2020-11-12 11:32:45 +00:00
  • 2424ac94c2 skip the check for active markets with flag for existing StaticPairList Daniel Goller 2020-11-12 11:29:46 +00:00
  • 2640dfee93 Revert "Added ConstPairList handler to skip validation of pairs if you want to backtest a pair that's not live any more, e.g. expiring contracts." Daniel Goller 2020-11-12 11:27:30 +00:00
  • 916776bb53 Option to skip exchange validation, required to backtest pairs that are not live on the exchange any more. Daniel Goller 2020-11-09 08:37:38 +00:00
  • 13da8f9368 Added ConstPairList handler to skip validation of pairs if you want to backtest a pair that's not live any more, e.g. expiring contracts. Daniel Goller 2020-11-09 08:34:40 +00:00
  • 5f483acdd0 Merge pull request #3938 from freqtrade/dependabot/pip/develop/ccxt-1.37.41 Matthias 2020-11-09 09:03:31 +01:00
  • 59e846d554 Bump ccxt from 1.37.14 to 1.37.41 dependabot[bot] 2020-11-09 07:48:14 +00:00
  • 4bc693c17c Merge pull request #3935 from freqtrade/dependabot/pip/develop/questionary-1.8.0 Matthias 2020-11-09 07:27:49 +01:00
  • d85fd3060a Merge pull request #3936 from freqtrade/dependabot/pip/develop/scipy-1.5.4 Matthias 2020-11-09 07:03:35 +01:00
  • 52c147c88e Merge pull request #3934 from freqtrade/dependabot/pip/develop/numpy-1.19.4 Matthias 2020-11-09 07:02:56 +01:00
  • 2a1835b165 Merge pull request #3933 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.4 Matthias 2020-11-09 07:02:22 +01:00
  • 88b2f3f0d1 Bump scipy from 1.5.3 to 1.5.4 dependabot[bot] 2020-11-09 05:44:51 +00:00
  • 6063f2f91f Bump questionary from 1.7.0 to 1.8.0 dependabot[bot] 2020-11-09 05:44:49 +00:00
  • 42d9e3a28f Bump numpy from 1.19.3 to 1.19.4 dependabot[bot] 2020-11-09 05:44:40 +00:00
  • 5243214a36 Bump mkdocs-material from 6.1.2 to 6.1.4 dependabot[bot] 2020-11-09 05:44:29 +00:00
  • 2af1c80fd5 Convert _rpc_show_config to static method Matthias 2020-11-08 11:26:02 +01:00
  • 8e03fee868 Update interface.py radwayne 2020-11-06 13:56:46 +01:00
  • b8f6f09de8 Merge pull request #3923 from freqtrade/rpc/combine_profit_fields Matthias 2020-11-03 19:22:27 +01:00
  • 7d2bd00f0c Update forgotten arrow.timestamp occurance Matthias 2020-11-03 09:23:07 +01:00
  • b58d6d38b5 Use correct fields in telegram Matthias 2020-11-03 08:34:12 +01:00
  • d1dab23283 Remove deprecated api fields Matthias 2020-11-03 08:25:47 +01:00
  • cf89a773da Standardize trade api outputs Matthias 2020-11-03 07:34:21 +01:00
  • 887d78171c Merge pull request #3857 from freqtrade/arrow_deprecation_timestamp Matthias 2020-11-02 16:40:43 +01:00
  • ac55215fca Merge pull request #3921 from freqtrade/dependabot/pip/develop/ccxt-1.37.14 Matthias 2020-11-02 15:39:03 +01:00
  • d56da41679 Bump ccxt from 1.36.85 to 1.37.14 dependabot[bot] 2020-11-02 13:50:07 +00:00
  • 894853b300 Merge pull request #3917 from freqtrade/dependabot/pip/develop/aiohttp-3.7.2 Matthias 2020-11-02 14:49:25 +01:00
  • 74d8a985e2 Bump aiohttp from 3.7.1 to 3.7.2 dependabot[bot] 2020-11-02 08:44:26 +00:00
  • 7e64a91720 Merge pull request #3919 from freqtrade/dependabot/pip/develop/pandas-1.1.4 Matthias 2020-11-02 09:43:29 +01:00
  • aed44ef6b3 Bump pandas from 1.1.3 to 1.1.4 dependabot[bot] 2020-11-02 07:46:28 +00:00
  • a8c6c3e2fa Merge pull request #3920 from freqtrade/dependabot/pip/develop/pytest-6.1.2 Matthias 2020-11-02 07:30:43 +01:00
  • 8cbc2ce18d Merge pull request #3916 from freqtrade/dependabot/pip/develop/numpy-1.19.3 Matthias 2020-11-02 07:30:06 +01:00
  • a87fd6fcc7 Merge pull request #3918 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.2 Matthias 2020-11-02 07:29:31 +01:00
  • 21b22760a7 Bump pytest from 6.1.1 to 6.1.2 dependabot[bot] 2020-11-02 05:55:12 +00:00
  • 6c3753ac7f Bump mkdocs-material from 6.1.0 to 6.1.2 dependabot[bot] 2020-11-02 05:55:07 +00:00
  • 81fb0c5726 Bump numpy from 1.19.2 to 1.19.3 dependabot[bot] 2020-11-02 05:54:57 +00:00
  • 16572f90e3 Merge pull request #3913 from freqtrade/fix/dmmp Matthias 2020-11-01 12:48:34 +01:00
  • e73203acb8 FIx bug with dmmp Matthias 2020-11-01 10:51:07 +01:00
  • a262618809 Merge pull request #3910 from matspi/dataformat-informative-pair Matthias 2020-10-31 15:47:40 +01:00
  • 0d11f0bd75 Add unit test for hdf5 dataformat for informative pairs Matthias Spiller 2020-10-31 11:45:46 +00:00
  • 78874fa865 informative_pairs does not honor dataformat Matthias Spiller 2020-10-31 10:53:51 +00:00
  • 38fc5d680b Enable usage of devcontainer for macOS users Matthias Spiller 2020-10-31 10:31:58 +00:00
  • 4d4471480b Merge pull request #3905 from freqtrade/new_release 2020.10 Matthias 2020-10-30 20:15:57 +01:00
  • aaa6468983 Version bump to 2020.10 Matthias 2020-10-30 07:48:05 +01:00
  • 55838b574c Merge branch 'stable' into new_release Matthias 2020-10-30 07:47:47 +01:00
  • 684de9c7d0 Merge pull request #3903 from freqtrade/download_data_stake Matthias 2020-10-29 09:15:46 +01:00
  • 3ca97223f2 Improve test for test_pairlist Matthias 2020-10-29 08:09:50 +01:00
  • d8ff79a2fa Improve tests of list commands Matthias 2020-10-29 07:54:42 +01:00
  • f4d39f2a12 Improve test coverage of deploy_commands Matthias 2020-10-29 07:44:03 +01:00
  • 19fcbc92a7 Remove stake-currency for download-data - it's not needed Matthias 2020-10-29 07:43:40 +01:00
  • 0539bd5280 Merge pull request #3899 from freqtrade/improve_hyperopt_tests Matthias 2020-10-28 19:35:41 +01:00
  • 86725847ed Add explicit test for check_int_nonzero Matthias 2020-10-28 16:58:39 +01:00
  • ffa6797958 Improve test coverage Matthias 2020-10-28 16:29:08 +01:00
  • e1e2829ef3 Improve and refactor hyperopt tests Matthias 2020-10-28 14:36:19 +01:00
  • 8e8f328bba Merge pull request #3898 from freqtrade/improve_hyperoptloss_missing Matthias 2020-10-28 09:49:00 +01:00
  • 5cb3735a57 Improve error when hyperopt-loss-function is missing Matthias 2020-10-28 07:58:55 +01:00
  • 28d6c3419b Fix random test failure in pairlocks Matthias 2020-10-27 20:01:23 +01:00
  • 58a92dc3da Merge pull request #3895 from freqtrade/pairlock/middleware Matthias 2020-10-27 19:44:13 +01:00
  • 72f61f4682 Remove optional, now is not optional Matthias 2020-10-27 10:08:24 +01:00
  • 5c8779b155 Sort imports Matthias 2020-10-27 08:09:18 +01:00
  • 6c913fa617 Fix locking - should round before storing to have a consistent picture Matthias 2020-10-26 07:37:07 +01:00
  • 9c54c9a2bf Use correct timezone for tests Matthias 2020-10-26 07:36:25 +01:00
  • e602ac3406 Introduce Pairlocks middleware Matthias 2020-10-25 10:54:30 +01:00
  • 69e8da30e5 Ensure times that fall on a candle are also shifted Matthias 2020-10-25 10:13:54 +01:00
  • 09af776b66 Merge pull request #3890 from freqtrade/dependabot/pip/develop/ccxt-1.36.85 Matthias 2020-10-26 19:37:05 +01:00
  • 442e9d20e1 Remove pinned dependency of multidict Matthias 2020-10-26 16:25:46 +01:00
  • 835614517b Merge branch 'dependabot/pip/develop/aiohttp-3.7.1' into dependabot/pip/develop/ccxt-1.36.85 Matthias 2020-10-26 16:24:54 +01:00
  • 0309b06b54 Merge pull request #3892 from freqtrade/dependabot/pip/develop/plotly-4.12.0 Matthias 2020-10-26 08:22:38 +01:00