Commit Graph

  • 6a769c9d59 Merge pull request #5198 from freqtrade/dependabot/pip/develop/python-rapidjson-1.4 Matthias 2021-06-28 06:49:11 +02:00
  • 157ff82197 Bump urllib3 from 1.26.5 to 1.26.6 dependabot[bot] 2021-06-28 04:48:44 +00:00
  • 6824e64dcd Bump sqlalchemy from 1.4.18 to 1.4.19 dependabot[bot] 2021-06-28 04:48:41 +00:00
  • 9e09b271e7 Bump isort from 5.8.0 to 5.9.1 dependabot[bot] 2021-06-28 04:48:13 +00:00
  • 30557c28bb Merge pull request #5192 from freqtrade/dependabot/pip/develop/arrow-1.1.1 Matthias 2021-06-28 06:47:55 +02:00
  • 281c18badc Bump plotly from 4.14.3 to 5.0.0 dependabot[bot] 2021-06-28 04:47:43 +00:00
  • 6ce58601f7 Merge pull request #5191 from freqtrade/dependabot/pip/develop/types-cachetools-0.1.9 Matthias 2021-06-28 06:47:15 +02:00
  • 3026c340ca Bump python-rapidjson from 1.0 to 1.4 dependabot[bot] 2021-06-28 03:01:33 +00:00
  • d41218c97e Bump mkdocs-material from 7.1.8 to 7.1.9 dependabot[bot] 2021-06-28 03:01:30 +00:00
  • 738fe45b4b Bump numpy from 1.20.3 to 1.21.0 dependabot[bot] 2021-06-28 03:01:17 +00:00
  • d810c262e4 Bump arrow from 1.1.0 to 1.1.1 dependabot[bot] 2021-06-28 03:01:09 +00:00
  • d09b712458 Bump types-cachetools from 0.1.8 to 0.1.9 dependabot[bot] 2021-06-28 03:01:06 +00:00
  • ab07fb5b3f Merge pull request #5188 from freqtrade/move_config_settings Matthias 2021-06-27 11:30:50 +02:00
  • 34448fb87c Expose default currency precision to API Matthias 2021-06-26 20:46:54 +02:00
  • 00a7097b9e Reduce verbosity of getting sell-rate from orderbook Matthias 2021-06-26 20:09:52 +02:00
  • 3f669147f1 Simplify strategy-resolver moving Matthias 2021-06-26 17:47:41 +02:00
  • 158cb415a9 Add settings interface to have types available Matthias 2021-06-26 17:15:05 +02:00
  • ce69abc06e Update docs and tests for newly deprectated settings Matthias 2021-06-26 17:11:15 +02:00
  • b7f01a08f3 Update sequence of process_deprecated_setting parameters Matthias 2021-06-26 16:46:21 +02:00
  • 0235868c66 Update tests for new config structure Matthias 2021-06-26 16:39:01 +02:00
  • 1067a9f356 Move strategy-override signals to top-level of the config Matthias 2021-06-26 16:06:09 +02:00
  • 60c7308126 Merge pull request #5183 from freqtrade/remove_order_book_max Matthias 2021-06-26 14:56:10 +02:00
  • fa72ed10b6 Add Kukoin to community tested exchanges Matthias 2021-06-26 14:44:51 +02:00
  • f9ef30bc02 Merge pull request #5185 from freqtrade/new_release 2021.6 Matthias 2021-06-26 14:41:13 +02:00
  • 1cb057bda7 Version bump 2021.6 Matthias 2021-06-26 14:01:23 +02:00
  • 7fe42852a8 Merge branch 'stable' into new_release Matthias 2021-06-26 14:00:55 +02:00
  • c62fad0088 Pricing strategies should default to use orderbook pricing Matthias 2021-06-26 08:19:37 +02:00
  • 0ecf456d7f Update Deprecation date Matthias 2021-06-26 08:13:31 +02:00
  • ea89af30c7 Merge pull request #5182 from aayush-jain18/docstring-cleanup Matthias 2021-06-25 20:53:54 +02:00
  • 59a33d0fa9 Add test for ask_orderbook validation Matthias 2021-06-25 20:51:45 +02:00
  • 8c542e4028 Update tests for removed order_book_max option Matthias 2021-06-25 20:41:41 +02:00
  • ae6a5c908e Update documentation to reflect new setting for sell price Matthias 2021-06-25 20:37:17 +02:00
  • d59a38665c Remove support for order_book_max Matthias 2021-06-25 20:36:39 +02:00
  • d294ef10d7 unexpected docstring params aayush-jain18 2021-06-25 22:43:31 +05:30
  • 1440b2f7fe Merge pull request #5178 from aayush-jain18/spell-correction Matthias 2021-06-25 19:10:39 +02:00
  • a46f60bd94 spell corrections aayush-jain18 2021-06-25 19:15:49 +05:30
  • 3d9336459f Merge pull request #5180 from mohammad-hekmat/patch-2 Matthias 2021-06-25 18:27:40 +02:00
  • 40545e62af Merge pull request #5082 from freqtrade/dry_run_order Matthias 2021-06-25 18:26:01 +02:00
  • 1a82685dd8 Don't reset log caching Matthias 2021-06-25 18:19:29 +02:00
  • fef73b1b6a Update configuration.md mohammad sadegh hekmat 2021-06-25 20:42:44 +04:30
  • ec2c4dd883 Merge pull request #5179 from mohammad-hekmat/patch-1 Matthias 2021-06-25 18:04:36 +02:00
  • 91231a6073 Merge pull request #5177 from frosty00/binance-portal Matthias 2021-06-25 17:49:35 +02:00
  • ea236abf18 Update configuration.md mohammad sadegh hekmat 2021-06-25 19:19:51 +04:30
  • 69a3aee01e minor edits Carlo Revelli 2021-06-25 10:53:52 +01:00
  • 9e91240283 binance-portal Carlo Revelli 2021-06-25 10:43:40 +01:00
  • 2ade3ec7b9 Add max-width query to hide on small screens Matthias 2021-06-24 23:09:06 +02:00
  • f585ffa264 Add Dark theme to Documentation Matthias 2021-06-24 22:53:46 +02:00
  • 538a1acdb5 Add Binance Broker ad to documentation page Matthias 2021-06-24 22:53:27 +02:00
  • e0d3ca6c6d Fix import sorting Matthias 2021-06-24 18:44:59 +02:00
  • c938edc01b Apply dataprovider to /pair_history endpoint Matthias 2021-06-24 18:18:01 +02:00
  • f7c09ba63a Log endpoint should use static rpc class Matthias 2021-06-24 18:17:40 +02:00
  • 18c00a4222 Merge pull request #5170 from eschava/profit_N_consistent Matthias 2021-06-23 18:27:49 +02:00
  • 3c70768e18 make "/profit N" command output be consistent with "/daily" and "/status table" commands Eugene Schava 2021-06-23 07:30:08 +03:00
  • dce01b0542 Merge pull request #5159 from freqtrade/dependabot/pip/develop/scipy-1.7.0 Matthias 2021-06-22 19:46:48 +02:00
  • 74b9be82a2 Merge pull request #5152 from robcaulk/patch-2 Matthias 2021-06-22 15:56:02 +02:00
  • 10e94350e9 Update installation.md Robert Caulk 2021-06-22 14:59:43 +02:00
  • e97c82c514 make "/profit N" command output be consistent with "/daily" and "/status table" commands Eugene Schava 2021-06-22 12:22:19 +03:00
  • 0605cbb06e make "/profit N" command output be consistent with "/daily" and "/status table" commands Eugene Schava 2021-06-22 12:20:12 +03:00
  • b8d6e68916 Merge pull request #5163 from freqtrade/dependabot/pip/develop/types-filelock-0.1.4 Matthias 2021-06-21 15:08:24 +02:00
  • 8c1484ed5e Bump types-filelock from 0.1.3 to 0.1.4 dependabot[bot] 2021-06-21 06:06:08 +00:00
  • dda0a48dfa Merge pull request #5162 from freqtrade/dependabot/pip/develop/types-tabulate-0.1.1 Matthias 2021-06-21 08:05:19 +02:00
  • b7a5f9d138 Merge pull request #5161 from freqtrade/dependabot/pip/develop/types-cachetools-0.1.8 Matthias 2021-06-21 08:04:49 +02:00
  • 2d05a8bea1 Bump types-cachetools from 0.1.7 to 0.1.8 dependabot[bot] 2021-06-21 04:35:56 +00:00
  • 147ecb2063 Merge pull request #5164 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.19 Matthias 2021-06-21 05:28:36 +01:00
  • fdc04e27a4 Bump types-tabulate from 0.1.0 to 0.1.1 dependabot[bot] 2021-06-21 04:25:59 +00:00
  • 9f18decd92 Merge pull request #5166 from freqtrade/dependabot/pip/develop/pycoingecko-2.2.0 Matthias 2021-06-21 05:20:46 +01:00
  • b4bb88cad3 Merge pull request #5160 from freqtrade/dependabot/pip/develop/ccxt-1.51.77 Matthias 2021-06-21 05:20:07 +01:00
  • b85fdf11b4 Merge pull request #5165 from freqtrade/dependabot/pip/develop/types-requests-0.1.13 Matthias 2021-06-21 05:19:32 +01:00
  • bb0ee837bc Bump pycoingecko from 2.1.0 to 2.2.0 dependabot[bot] 2021-06-21 03:01:22 +00:00
  • a6628fc65f Bump types-requests from 0.1.11 to 0.1.13 dependabot[bot] 2021-06-21 03:01:21 +00:00
  • eab6399490 Bump prompt-toolkit from 3.0.18 to 3.0.19 dependabot[bot] 2021-06-21 03:01:17 +00:00
  • fc7b372ce4 Bump ccxt from 1.51.40 to 1.51.77 dependabot[bot] 2021-06-21 03:01:06 +00:00
  • 17f8936f42 Bump scipy from 1.6.3 to 1.7.0 dependabot[bot] 2021-06-21 03:00:59 +00:00
  • 97351c95c0 Add section about GPU support Matthias 2021-06-20 10:36:18 +02:00
  • 7f434c0413 Simplify mkdocs jquery inclusion by using overrides Matthias 2021-06-20 09:37:32 +02:00
  • 347eceeda5 Try fix fluky test Matthias 2021-06-19 20:30:40 +02:00
  • 204758834d Merge pull request #4308 from eatrisno/patch-1 Matthias 2021-06-19 18:50:59 +01:00
  • 122943d835 Don't run filter again for pairlist generator Matthias 2021-06-19 19:37:27 +02:00
  • 96fbb226c5 Implement better strategy checks Matthias 2021-06-19 19:32:29 +02:00
  • a7f8342171 Add small documentation about reload disabling Matthias 2021-06-19 16:49:54 +02:00
  • 6e99e3fbbb Implement tests for message updating Matthias 2021-06-19 09:31:34 +02:00
  • 39b876e37a Log exchange responses if configured Matthias 2021-06-10 20:09:25 +02:00
  • e40d481d09 Merge pull request #5014 from Rikj000/hyperopt-show-include-non-optimized-in-json Matthias 2021-06-19 07:42:15 +01:00
  • 656bebd4da 🪲 Included completely non_optimized spaces in json + swapped merge dictionary order Rik Helsen 2021-06-18 22:03:04 +02:00
  • 6e89fbd146 Remove Dockerfile.aarch64 Matthias 2021-06-18 21:06:58 +02:00
  • e1010ff592 Don't load protections from config if strategy defines a property Matthias 2021-06-17 21:01:22 +02:00
  • 0a1e15988f Fix errors during ubuntu install Robert Caulk 2021-06-18 09:48:59 +02:00
  • 1567804509 kwargs merge dictionaries instead of using loops Rik Helsen 2021-06-17 22:41:49 +02:00
  • 85979c3176 * Adding command for Filtering * Read latest Backtest file and print trades Cryptomeister Nox 2021-06-17 20:35:02 +02:00
  • 546ca01071 ♻️ Fixed flake8 warning Rik Helsen 2021-06-17 20:33:21 +02:00
  • 96cd76998b Merge branch 'freqtrade-develop' into hyperopt-show-include-non-optimized-in-json 🔀 Merged upstream branches and fixed merge conflicts Rik Helsen 2021-06-17 20:24:36 +02:00
  • 90d37f5ec6 🔀 Merged upstream branches and fixed merge conflicts Rik Helsen 2021-06-17 20:24:20 +02:00
  • 8562e19776 Document protections to come from the strategy Matthias 2021-06-17 20:15:53 +02:00
  • a9f111dca0 Fix some types Matthias 2021-06-17 19:50:49 +02:00
  • 7ff794cb87 Merge branch 'develop' into pr/eatrisno/4308 Matthias 2021-06-17 19:46:15 +02:00
  • 8bb464bd64 Merge pull request #5108 from rokups/rk/pessimistic-trailing-stoploss Matthias 2021-06-17 18:41:00 +01:00
  • c4bc47e6e7 Merge pull request #5140 from barisengez/develop Matthias 2021-06-17 08:54:48 +01:00
  • a49ca9cbf7 Change log-level "Executing handler" msg to debug Matthias 2021-06-17 06:57:35 +02:00
  • b38ab84a13 Add documentation mention about new behaviour Matthias 2021-06-17 06:48:41 +02:00
  • 1c9def2fdb Update freqtrade/optimize/optimize_reports.py Matthias 2021-06-16 20:17:44 +01:00