Commit Graph

  • 1bb04bb0c2 Moved daily avg trade row next to total trades on backtest results barbarius 2021-06-16 11:40:55 +02:00
  • 38ed49cef5 move low to stoploss_reached Matthias 2021-06-13 16:37:11 +02:00
  • 6d5fc96714 Implement most pessimistic handling of trailing stoploss. Rokas Kupstys 2021-06-12 10:16:30 +03:00
  • 0af9bcef60 Merge pull request #5131 from freqtrade/dependabot/pip/develop/mypy-0.902 Matthias 2021-06-14 19:03:46 +01:00
  • cf7394d01c Export backtesting results by default Matthias 2021-06-14 19:57:24 +02:00
  • 4ba7a2bbd2 Fix mypy update problems Matthias 2021-06-14 19:18:42 +02:00
  • 9c789856bd Merge pull request #5129 from freqtrade/dependabot/pip/develop/mkdocs-1.2.1 Matthias 2021-06-14 11:39:11 +01:00
  • 63802aa7f6 Bump mkdocs from 1.2 to 1.2.1 dependabot[bot] 2021-06-14 08:52:42 +00:00
  • 61845f9706 Merge pull request #5132 from freqtrade/dependabot/pip/develop/ccxt-1.51.40 Matthias 2021-06-14 09:51:17 +01:00
  • cb10f8cd4f Merge pull request #5130 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.18 Matthias 2021-06-14 09:50:40 +01:00
  • 9c64fe466d Merge pull request #5128 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.8 Matthias 2021-06-14 09:16:39 +01:00
  • fe933e78bd Bump ccxt from 1.51.3 to 1.51.40 dependabot[bot] 2021-06-14 05:19:33 +00:00
  • 3f1d6d453c Bump mypy from 0.812 to 0.902 dependabot[bot] 2021-06-14 05:19:23 +00:00
  • 4530ae28cd Bump sqlalchemy from 1.4.17 to 1.4.18 dependabot[bot] 2021-06-14 05:19:16 +00:00
  • 6dc4259c6e Bump mkdocs-material from 7.1.7 to 7.1.8 dependabot[bot] 2021-06-14 05:18:54 +00:00
  • 1d0a178eb5 Merge pull request #5122 from bzed/broken_symlink_fix Matthias 2021-06-14 05:10:56 +01:00
  • cd6620a044 Ignore broken symlinks while resolving strategies. Bernd Zeimetz 2021-06-11 15:01:13 +02:00
  • e226252921 Always use the same parameter sequence Matthias 2021-06-13 20:39:25 +02:00
  • a95f760ff7 Simplify update logic by moving it to send_msg Matthias 2021-06-13 20:34:08 +02:00
  • 03eff69829 Simplify update message sending Matthias 2021-06-13 20:21:43 +02:00
  • d32508aa75 Merge branch 'develop' into pr/eatrisno/4308 Matthias 2021-06-13 20:04:24 +02:00
  • 7b372fbcaa Merge pull request #5126 from freqtrade/remove_ordereddict Matthias 2021-06-13 14:44:32 +01:00
  • eaf0aac77e Remove OrderedDict Matthias 2021-06-13 11:45:23 +02:00
  • fb4dd6c2ac Update test to cover this scenario Matthias 2021-06-13 11:34:44 +02:00
  • d54ee0eb04 Refactor hyperopt_tools naming Matthias 2021-06-13 11:24:24 +02:00
  • c65b4e5d3b Small fix to models Matthias 2021-06-13 11:17:44 +02:00
  • d35b2e3b8f Update ftx stoploss logic to properly detect correct trades Matthias 2021-06-13 11:06:34 +02:00
  • a05e38dbd3 Require timeframe for plot-profit Matthias 2021-06-12 09:03:55 +02:00
  • e2bbc0aa04 Merge pull request #5117 from freqtrade/dependabot/pip/fastapi-0.65.2 Matthias 2021-06-10 17:58:53 +01:00
  • c215b24a19 Bump fastapi from 0.65.1 to 0.65.2 dependabot[bot] 2021-06-10 15:54:32 +00:00
  • ef208012c4 Merge pull request #5104 from freqtrade/enums_own_module Matthias 2021-06-10 05:31:14 +01:00
  • c292926086 Small style improvements (no empty line at start) Matthias 2021-06-10 06:21:10 +02:00
  • d4dfdf04fc Move RPCMessageType to enums Matthias 2021-06-09 19:51:44 +02:00
  • f484ec216e Merge pull request #5099 from bgouvea/develop Matthias 2021-06-09 19:10:25 +01:00
  • 40f1ede775 Simplifying HO's result function Bruno Gouvea 2021-06-09 12:03:24 -03:00
  • 756904f985 Set sell_reason to stoploss when closing the trade as stoploss Matthias 2021-06-08 21:21:29 +02:00
  • 9c34304cb9 Move state enums to enums package Matthias 2021-06-08 21:20:35 +02:00
  • 3c149b9b59 Move signalType to enums Matthias 2021-06-08 21:09:39 +02:00
  • 89b9915c12 Update imports for SellType in tests Matthias 2021-06-08 21:06:47 +02:00
  • d16a619489 Move SellType Enum to it's own module Matthias 2021-06-08 21:04:34 +02:00
  • b9cf950bbf Add test for bad argument on /profit Matthias 2021-06-08 20:35:25 +02:00
  • e71d965e32 Merge pull request #4982 from eschava/profit_day_week Matthias 2021-06-08 19:26:57 +01:00
  • 3310a45029 Change wording if limited lookback is used Matthias 2021-06-08 20:10:43 +02:00
  • 3cce668353 Creating a control variable to determine the existence of max drawdown in the final result. Bruno Gouvea 2021-06-08 02:57:44 -03:00
  • 816bb531b3 Creating fake column for legacy mode on max drawdown Bruno Gouvea 2021-06-08 02:42:55 -03:00
  • 4595db39aa Displaying max. drawdown only when it is not legacy mode. Bruno Gouvea 2021-06-08 02:18:00 -03:00
  • c513c9685d Remove blank line (PEP8) Bruno Gouvea 2021-06-07 18:20:04 -03:00
  • 5c3a418e65 Adjusting drawdown column position. Bruno Gouvea 2021-06-07 18:15:26 -03:00
  • 35d6140068 Displays the max drawdown in the hyper optimization results table. Bruno Gouvea 2021-06-07 17:53:19 -03:00
  • 4512ece17d Update Discord link Matthias 2021-06-07 21:05:25 +02:00
  • 97a12ddab7 Version pin mkdocs to avoid nasty surprises Matthias 2021-06-07 20:19:48 +02:00
  • dff8490daa Fix docs rendering for pricefilter Matthias 2021-06-07 20:00:30 +02:00
  • ad16dbc50a Merge pull request #5092 from freqtrade/dependabot/pip/develop/blosc-1.10.4 Matthias 2021-06-07 18:57:53 +01:00
  • 57cd8888e2 Bump blosc from 1.10.2 to 1.10.4 dependabot[bot] 2021-06-07 17:34:25 +00:00
  • 38e28dbf4e Merge pull request #5093 from freqtrade/dependabot/pip/develop/pycoingecko-2.1.0 Matthias 2021-06-07 18:33:35 +01:00
  • 9a87765e61 Merge pull request #5090 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.6 Matthias 2021-06-07 18:05:36 +01:00
  • b5bd695f2b Merge pull request #5091 from freqtrade/dependabot/pip/develop/ccxt-1.51.3 Matthias 2021-06-07 18:05:02 +01:00
  • 2878cca52c Merge pull request #5088 from freqtrade/dependabot/pip/develop/uvicorn-0.14.0 Matthias 2021-06-07 11:53:55 +01:00
  • bda7af08fa Merge pull request #5089 from freqtrade/dependabot/pip/develop/pytest-cov-2.12.1 Matthias 2021-06-07 11:50:08 +01:00
  • bf5796744b Merge pull request #5094 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.7 Matthias 2021-06-07 11:25:14 +01:00
  • 14119d7366 Bump mkdocs-material from 7.1.6 to 7.1.7 dependabot[bot] 2021-06-07 05:22:30 +00:00
  • 77a2feeb9f Bump pycoingecko from 2.0.0 to 2.1.0 dependabot[bot] 2021-06-07 05:22:24 +00:00
  • 2468ae35cd Bump ccxt from 1.50.70 to 1.51.3 dependabot[bot] 2021-06-07 05:22:09 +00:00
  • 69d74544aa Bump python-telegram-bot from 13.5 to 13.6 dependabot[bot] 2021-06-07 05:22:00 +00:00
  • 9073a05328 Bump pytest-cov from 2.12.0 to 2.12.1 dependabot[bot] 2021-06-07 05:21:53 +00:00
  • c8accd314a Bump uvicorn from 0.13.4 to 0.14.0 dependabot[bot] 2021-06-07 05:21:47 +00:00
  • be6d6b7d74 Merge pull request #5083 from freqtrade/test_multiarch Matthias 2021-06-06 18:19:58 +01:00
  • 6479217cb4 Don't build for test_multiarch Matthias 2021-06-06 14:16:32 +02:00
  • c76848e089 Update dry-run description with new filling logic Matthias 2021-06-06 13:51:42 +02:00
  • c389d44e9a Improve filling logic Matthias 2021-06-05 15:22:52 +02:00
  • db03a24109 Add tests for fill methods Matthias 2021-06-04 06:44:51 +02:00
  • 1e988c97ad Update dry-run order handling to use realistic fill prices Matthias 2021-06-03 20:55:18 +02:00
  • a0893b291a Fix strategy samples to use runmode.value Matthias 2021-06-05 09:03:03 +02:00
  • 42b6d28b3c Update warning about order_time_in_force Matthias 2021-06-03 19:20:04 +02:00
  • 8e44de7f83 Merge pull request #5071 from janoskut/plot-profit-make-open-html-optional Matthias 2021-06-03 05:40:38 +01:00
  • 8f4700e690 Merge pull request #5070 from janoskut/test-pairlist-remove-non-json-headline Matthias 2021-06-03 05:39:50 +01:00
  • 812eb229df plot-profit: Make "auto-open" HTML result optional Janos 2021-05-30 16:11:24 +02:00
  • 80af6e43e4 test-pairlist: remove non-JSON headline from JSON output Janos 2021-06-02 20:50:08 +02:00
  • 3dab58e6db Merge pull request #5069 from freqtrade/dry_run_orders Matthias 2021-06-02 18:05:51 +01:00
  • cabab44b75 Combine docker build scripts Matthias 2021-05-30 19:15:59 +02:00
  • 387f3bbc5d Adjust missed tests Matthias 2021-06-02 11:43:47 +02:00
  • bd1984386e Move get_sell_rate to exchange class Matthias 2021-06-02 11:39:18 +02:00
  • 12916243ec Move get_buy_rate to exchange class Matthias 2021-06-02 11:30:19 +02:00
  • 4e1425023e Further reorder exchange methods Matthias 2021-06-02 11:20:26 +02:00
  • 4c277b3039 Reorder exchange methods Matthias 2021-06-02 11:17:50 +02:00
  • 67beda6c92 Add fetch_dry_run_order method Matthias 2021-06-02 11:06:32 +02:00
  • 10cd89a99d Allow the API to respond faster in case of long pairlists Matthias 2021-06-02 10:39:49 +02:00
  • a257137993 Merge pull request #5066 from eschava/telegram_sell_message Matthias 2021-06-02 06:40:29 +01:00
  • 9edcb393b6 telegram: move the most important information to the top of sell message fixed flake error Eugene Schava 2021-06-01 22:24:21 +03:00
  • 1594402312 Add note about signal expiry Matthias 2021-06-01 19:39:41 +02:00
  • 79552a93fe telegram: move the most important information to the top of sell message fixed tests Eugene Schava 2021-06-01 20:17:11 +03:00
  • 53b1f38952 telegram: move the most important information to the top of sell message Eugene Schava 2021-06-01 20:08:22 +03:00
  • f920c26802 fix Hyperopt-list avg-time filters Matthias 2021-05-31 20:00:47 +02:00
  • 2f816dff9b Merge pull request #5057 from freqtrade/dependabot/pip/develop/ccxt-1.50.70 Matthias 2021-05-31 16:40:19 +01:00
  • b5e3fe3b8e Document bittrex volumepairlist incompatibility Matthias 2021-05-31 17:38:41 +02:00
  • f9541d301f Bump ccxt from 1.50.48 to 1.50.70 dependabot[bot] 2021-05-31 08:19:14 +00:00
  • 1829da669c Merge pull request #5053 from freqtrade/dependabot/pip/develop/urllib3-1.26.5 Matthias 2021-05-31 07:40:28 +01:00
  • 1dc2af78ce Merge pull request #5055 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.17 Matthias 2021-05-31 07:38:40 +01:00
  • 3d54ab78b2 Merge pull request #5054 from freqtrade/dependabot/pip/develop/mkdocs-material-7.1.6 Matthias 2021-05-31 07:37:56 +01:00
  • a92865ce8a Merge pull request #5056 from freqtrade/dependabot/pip/develop/coveralls-3.1.0 Matthias 2021-05-31 07:37:17 +01:00