Commit Graph

  • 6810192992 Update docstring for new filter Matthias 2020-11-24 20:25:18 +0100
  • 8ae604d473 Ensure we're not running off of empty dataframes Matthias 2020-11-24 20:05:06 +0100
  • 0d349cb355 Small finetuning Matthias 2020-11-22 19:59:18 +0100
  • 8f1d2ff070 Renamd volatilityFilter to RangeStabilityFilter Matthias 2020-11-22 19:47:27 +0100
  • 46389e343b Skip filehandler test on windows - as that causes a permission-error Matthias 2020-11-25 15:10:17 +0100
  • b9980330a5 Add explicit test for FileHandler Matthias 2020-11-25 14:53:25 +0100
  • 0104c9fde6 Fix double logging Matthias 2020-11-25 14:31:34 +0100
  • 99b67348b2 Add test for double-logging Matthias 2020-11-25 14:30:58 +0100
  • ceb50a7807 use exception handler when downloading data Matthias 2020-11-25 07:57:23 +0100
  • bd98ff6332 Update docstring in all pairlists Matthias 2020-11-24 20:24:51 +0100
  • 006436a18d Require use_sell_signal to be true for edge Matthias 2020-11-24 07:47:35 +0100
  • 730c9ce471 Add Max_open_trades to summary metrics Matthias 2020-11-24 06:57:11 +0100
  • d959eeb97d
    Merge pull request #2 from freqtrade/develop Leif Segen 2020-11-23 22:11:17 -0600
  • 312533fded Match current dev file Leif Segen 2020-11-23 22:08:53 -0600
  • 82335027b7
    Merge pull request #3979 from freqtrade/dependabot/pip/develop/aiohttp-3.7.3 Matthias 2020-11-23 10:30:51 +0100
  • 1ec99e6b76
    Bump aiohttp from 3.7.2 to 3.7.3 dependabot[bot] 2020-11-23 08:05:45 +0000
  • d325236f96
    Merge pull request #3981 from freqtrade/dependabot/pip/develop/questionary-1.8.1 Matthias 2020-11-23 07:44:12 +0100
  • 421265243c
    Merge pull request #3978 from freqtrade/dependabot/pip/develop/ccxt-1.38.13 Matthias 2020-11-23 07:43:20 +0100
  • 16899b9df1
    Merge pull request #3983 from freqtrade/dependabot/pip/develop/coveralls-2.2.0 Matthias 2020-11-23 07:37:36 +0100
  • 9427b5e924
    Merge pull request #3982 from freqtrade/dependabot/pip/develop/python-rapidjson-0.9.4 Matthias 2020-11-23 07:37:03 +0100
  • 87a34b4306
    Merge pull request #3980 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.6 Matthias 2020-11-23 07:36:32 +0100
  • 56629d882e
    Bump coveralls from 2.1.2 to 2.2.0 dependabot[bot] 2020-11-23 05:51:03 +0000
  • 7c7a8190ab
    Bump python-rapidjson from 0.9.3 to 0.9.4 dependabot[bot] 2020-11-23 05:50:54 +0000
  • be4807d85c
    Bump questionary from 1.8.0 to 1.8.1 dependabot[bot] 2020-11-23 05:50:52 +0000
  • 83b4cd7b39
    Bump mkdocs-material from 6.1.5 to 6.1.6 dependabot[bot] 2020-11-23 05:50:51 +0000
  • ec33011255
    Bump ccxt from 1.37.69 to 1.38.13 dependabot[bot] 2020-11-23 05:50:43 +0000
  • 29c6a9263d Protect against 0 values Matthias 2020-11-22 15:50:44 +0100
  • 7e4fe23bf9 Add VolatilityFilter to full config Matthias 2020-11-22 11:08:01 +0100
  • f12a8afd41 Add test for ohlcv_as_df Matthias 2020-11-22 10:56:19 +0100
  • 2e1551a2eb Improve tests of volatilityfilter Matthias 2020-11-21 16:01:52 +0100
  • f8fab5c4f8 Add tests for failure cases Matthias 2020-11-21 15:51:39 +0100
  • 6b672cd0b9 Document volatilityFilter Matthias 2020-11-21 15:43:29 +0100
  • 191616e4e5 Add first tests for volatilityFilter Matthias 2020-11-21 15:39:04 +0100
  • 109824c9a8 Add VolatilityFilter Matthias 2020-11-21 15:29:11 +0100
  • fb86d8f8ff Add get_historic_ohlcv_as_df to support VolatilityFilter Matthias 2020-11-21 15:28:50 +0100
  • 73f0e6e704 Improve wording for discord server Matthias 2020-11-21 11:40:28 +0100
  • 4d60a4cf4e Add warning to StochRSI in sample strategy Matthias 2020-11-21 11:32:46 +0100
  • 8ffd6f2469
    Merge pull request #3971 from freqtrade/fix/3967 Matthias 2020-11-21 11:14:30 +0100
  • 89ea8dbef2 Update slack invite Matthias 2020-11-21 11:13:44 +0100
  • e8e3ca0c3c Catch ValueError from trade_conversion Matthias 2020-11-21 10:57:19 +0100
  • 83861fabde Fix #3967, move TradeList type to constants Matthias 2020-11-21 10:52:15 +0100
  • 5ed85963a9 Allow forcebuy price to be a string by converting it to float Matthias 2020-11-21 10:39:49 +0100
  • aa0c3dced8 Improve order types documentation Matthias 2020-11-20 13:14:02 +0100
  • fa0fcfb492
    Merge pull request #3939 from drdux/historic-pair Matthias 2020-11-19 19:46:08 +0100
  • 97e58a42f4 Update documentation with new options Matthias 2020-11-19 19:17:31 +0100
  • f88fe5d950 Document new "allow_inactive" option Matthias 2020-11-19 19:14:43 +0100
  • 7a8b274a44 Merge branch 'develop' into pr/imxuwang/3799 Matthias 2020-11-19 13:18:03 +0100
  • 37849f8496
    Merge pull request #3965 from freqtrade/fix_hdf5trades Matthias 2020-11-19 11:22:25 +0100
  • 52c9a2c37f Convert np to None when loading hdf5 trades to allow duplicate detection Matthias 2020-11-19 07:30:28 +0100
  • dd42d61d03 Run CI on 3.9 Matthias 2020-10-07 08:48:45 +0200
  • 181d3a3808 Bump python from 3.8.6-slim-buster to 3.9.0-slim-buster dependabot[bot] 2020-10-07 05:49:32 +0000
  • bf6682d37f
    Merge pull request #3962 from Samaoo/patch-2 Matthias 2020-11-17 14:49:04 +0100
  • 854d0c481f
    Update windows_installation.md Samaoo 2020-11-17 14:14:42 +0100
  • 4a215821cd
    Fix typo in windows installation docs Samaoo 2020-11-17 14:07:24 +0100
  • 9621734adc Allow setting datafromat via configuration Matthias 2020-11-17 06:53:38 +0100
  • 853bd06841
    Merge pull request #3959 from freqtrade/dependabot/pip/develop/ccxt-1.37.69 Matthias 2020-11-16 11:02:53 +0100
  • 3f2addb729
    Bump ccxt from 1.37.41 to 1.37.69 dependabot[bot] 2020-11-16 09:17:22 +0000
  • 320dca19cb
    Merge pull request #3956 from freqtrade/dependabot/pip/develop/urllib3-1.26.2 Matthias 2020-11-16 10:16:37 +0100
  • f092a92399
    Bump urllib3 from 1.25.11 to 1.26.2 dependabot[bot] 2020-11-16 07:51:10 +0000
  • d00a955af9
    Merge pull request #3958 from freqtrade/dependabot/pip/develop/requests-2.25.0 Matthias 2020-11-16 07:33:39 +0100
  • d6bd018da4
    Merge pull request #3957 from freqtrade/dependabot/pip/develop/flask-jwt-extended-3.25.0 Matthias 2020-11-16 07:10:17 +0100
  • 8c88173b74
    Merge pull request #3955 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.5 Matthias 2020-11-16 07:02:54 +0100
  • 23947cf30b
    Bump requests from 2.24.0 to 2.25.0 dependabot[bot] 2020-11-16 05:40:50 +0000
  • e52c181a2a
    Bump flask-jwt-extended from 3.24.1 to 3.25.0 dependabot[bot] 2020-11-16 05:40:35 +0000
  • 6ebc2f3897
    Bump mkdocs-material from 6.1.4 to 6.1.5 dependabot[bot] 2020-11-16 05:40:25 +0000
  • ef4ab601a9
    Update exchanges.md Samaoo 2020-11-15 20:02:19 +0100
  • 26176d4c91
    Update exchanges.md Samaoo 2020-11-15 19:55:09 +0100
  • 0612658ec7
    Merge pull request #3952 from Samaoo/patch-1 Matthias 2020-11-15 15:56:20 +0100
  • 34120f6eb8
    Merge pull request #3950 from xsa-dev/patch-1 Matthias 2020-11-15 15:52:50 +0100
  • 7b4c1ec3ce Small wording changes Matthias 2020-11-15 15:40:40 +0100
  • da16474b25
    Update telegram-usage.md Aleksey Savin 2020-11-15 15:13:44 +0300
  • 63b6bad4d2
    Update telegram-usage.md Aleksey Savin 2020-11-15 15:10:03 +0300
  • 7243c8ee56
    Fix typo in windows installation docs. SamVerhaegen 2020-11-15 13:06:05 +0100
  • c9883e4c77
    Update telegram-usage.md Aleksey Savin 2020-11-15 14:22:52 +0300
  • ab85c5bb49
    Merge pull request #3946 from freqtrade/plot_startup_candles Matthias 2020-11-14 19:28:38 +0100
  • 05f0cc787c Plotting should use startup_candles too Matthias 2020-11-14 09:28:00 +0100
  • 164105acf2 Adjust startup_candle_count of sample strategies Matthias 2020-11-14 08:25:57 +0100
  • c09b641860
    Merge pull request #3944 from freqtrade/fix_aioexception Matthias 2020-11-13 16:04:14 +0100
  • 08b52926c8 Catch asyncio.TimeoutError when reloading async markets Matthias 2020-11-13 10:43:48 +0100
  • 4eb96cfc4f Allow locks to be gathered even when the bot is stopped Matthias 2020-11-13 06:51:45 +0100
  • 2d6bfe1592 only skip pair validation rather than all of it Daniel Goller 2020-11-12 11:32:45 +0000
  • 2424ac94c2 skip the check for active markets with flag for existing StaticPairList Daniel Goller 2020-11-12 11:29:46 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 5f483acdd0
    Merge pull request #3938 from freqtrade/dependabot/pip/develop/ccxt-1.37.41 Matthias 2020-11-09 09:03:31 +0100
  • 59e846d554
    Bump ccxt from 1.37.14 to 1.37.41 dependabot[bot] 2020-11-09 07:48:14 +0000
  • 4bc693c17c
    Merge pull request #3935 from freqtrade/dependabot/pip/develop/questionary-1.8.0 Matthias 2020-11-09 07:27:49 +0100
  • d85fd3060a
    Merge pull request #3936 from freqtrade/dependabot/pip/develop/scipy-1.5.4 Matthias 2020-11-09 07:03:35 +0100
  • 52c147c88e
    Merge pull request #3934 from freqtrade/dependabot/pip/develop/numpy-1.19.4 Matthias 2020-11-09 07:02:56 +0100
  • 2a1835b165
    Merge pull request #3933 from freqtrade/dependabot/pip/develop/mkdocs-material-6.1.4 Matthias 2020-11-09 07:02:22 +0100
  • 420f24a086
    Bump ccxt from 1.37.14 to 1.37.35 dependabot[bot] 2020-11-09 05:44:56 +0000
  • 88b2f3f0d1
    Bump scipy from 1.5.3 to 1.5.4 dependabot[bot] 2020-11-09 05:44:51 +0000
  • 6063f2f91f
    Bump questionary from 1.7.0 to 1.8.0 dependabot[bot] 2020-11-09 05:44:49 +0000
  • 42d9e3a28f
    Bump numpy from 1.19.3 to 1.19.4 dependabot[bot] 2020-11-09 05:44:40 +0000
  • 5243214a36
    Bump mkdocs-material from 6.1.2 to 6.1.4 dependabot[bot] 2020-11-09 05:44:29 +0000
  • 2af1c80fd5 Convert _rpc_show_config to static method Matthias 2020-11-08 11:26:02 +0100
  • 8e03fee868
    Update interface.py radwayne 2020-11-06 13:56:46 +0100
  • b8f6f09de8
    Merge pull request #3923 from freqtrade/rpc/combine_profit_fields Matthias 2020-11-03 19:22:27 +0100
  • 7d2bd00f0c Update forgotten arrow.timestamp occurance Matthias 2020-11-03 09:23:07 +0100