Commit Graph

  • 044df880e6 Move persistence into it's own submodule Matthias 2020-08-13 08:28:46 +02:00
  • 93717cfef1 Merge pull request #3008 from yazeed/more_info_hyperopt_fixed Matthias 2020-08-14 09:25:12 +02:00
  • b98107375e Improve formatting of result string to be a bit conciser Matthias 2020-08-14 07:31:14 +02:00
  • d76ee43246 Show wins / draws / losses in hyperopt table Matthias 2020-08-14 07:12:57 +02:00
  • 22f6e884ed Merge pull request #3676 from freqtrade/stoploss_remove_unused_argument Matthias 2020-08-14 07:11:56 +02:00
  • 05bd099f51 Merge branch 'develop' into pr/yazeed/3008 Matthias 2020-08-14 06:58:09 +02:00
  • 4109b31dac Update wording in documentation Matthias 2020-08-14 06:46:34 +02:00
  • 067d1fd72a Merge pull request #3553 from qkum/patch-3 Matthias 2020-08-13 08:20:03 +02:00
  • 6b85b1a34d Don't only recommend pycharm, but keep it open to other editors too. Matthias 2020-08-13 08:06:57 +02:00
  • e45e41adb4 Improve docs test to catch !!! errors Matthias 2020-08-13 08:05:05 +02:00
  • 1dabade883 small rewording of FAQ documentation Matthias 2020-08-13 08:02:36 +02:00
  • c6741ea6c3 Merge branch 'develop' into fix/broken_getpairs Matthias 2020-08-12 20:13:06 +02:00
  • 5d61c56650 Merge pull request #3597 from freqtrade/fix/3579 Matthias 2020-08-12 19:56:57 +02:00
  • 827c31d4bc Re-arranged the introduction to better explain the theory of operation and the limitations of Edge. Added paragraphs at the bottom of "running edge independently" to better explain Edge's order of operations processing and potential differences between historical output and live/dry-run operation. Blackhawke 2020-08-12 09:42:16 -07:00
  • 3afd5b631e Remove erroneous import Matthias 2020-08-12 15:34:29 +02:00
  • 815d88fd4a Fix test after merge, fix forgotten 'amount' Matthias 2020-08-12 15:32:56 +02:00
  • 9999d0ffb5 Merge branch 'develop' into fix/3579 Matthias 2020-08-12 15:28:51 +02:00
  • faa2bbb555 Document exception hierarchy Matthias 2020-08-12 14:25:50 +02:00
  • 6dfa159a91 Small comment adjustments in exchange class Matthias 2020-08-12 14:11:19 +02:00
  • 7cf3e15e54 Merge pull request #3091 from yazeed/min-max-objective Matthias 2020-08-12 14:05:05 +02:00
  • 1f1a819b29 Remove unused 3rd argument to create_stoploss call Matthias 2020-08-12 11:21:00 +02:00
  • 2fed066e76 Simplify objective code formatting Matthias 2020-08-12 10:39:53 +02:00
  • 2dc36bb79e Remove inversion of min/max objective selection Matthias 2020-08-11 20:52:18 +02:00
  • 56655b97cf Refactor hyperopt_filter method Matthias 2020-08-11 20:37:01 +02:00
  • f51c03aa86 Revert changes to color using --no-color Matthias 2020-08-11 20:29:47 +02:00
  • 77541935a8 Fix small merge mistake Matthias 2020-08-11 20:10:43 +02:00
  • 688d657fe2 Merge branch 'develop' into pr/yazeed/3091 Matthias 2020-08-11 20:04:43 +02:00
  • dda78677a0 Merge pull request #3649 from freqtrade/improve_cancel_order_handling Matthias 2020-08-11 19:58:05 +02:00
  • d77c53960d Show API backoff in logs to better investigate eventual problems) Matthias 2020-08-11 19:27:25 +02:00
  • c9c43d2f0b Move log-message of retrying before decrementing count Matthias 2020-08-11 15:27:41 +02:00
  • 064928a0eb Merge branch 'develop' into improve_cancel_order_handling Matthias 2020-08-11 15:25:47 +02:00
  • 52eae04945 Merge pull request #3670 from freqtrade/dependabot/pip/develop/ccxt-1.32.88 Matthias 2020-08-10 20:37:40 +02:00
  • 0d96a311f7 Merge pull request #3669 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.3 Matthias 2020-08-10 20:23:02 +02:00
  • 1afe4df7be Bump ccxt from 1.32.45 to 1.32.88 dependabot[bot] 2020-08-10 06:17:36 +00:00
  • 17613f203a Bump mkdocs-material from 5.5.1 to 5.5.3 dependabot[bot] 2020-08-10 06:17:04 +00:00
  • 2663aede24 Update test to reflect new column naming Matthias 2020-08-09 10:28:11 +02:00
  • b576e1d463 Merge branch 'develop' into bt_add_maxdrawdown Matthias 2020-08-09 10:25:57 +02:00
  • 87e4a82041 Merge branch 'develop' into bt_add_maxdrawdown Matthias 2020-08-09 08:34:36 +02:00
  • fca41a44bb Also logg timeframe Matthias 2020-08-08 20:20:58 +02:00
  • 3670be5dd2 Merge pull request #3641 from freqtrade/fix/edgeremovebumps Matthias 2020-08-08 17:33:08 +02:00
  • 2afe1d5b11 Add link to full sample Matthias 2020-08-08 17:27:22 +02:00
  • 09aa954b68 Update strategy-customization documentation Matthias 2020-08-08 17:24:19 +02:00
  • 5e1032c4af Simplify strategy documentation, move "substrategies" to advanced page Matthias 2020-08-08 17:08:38 +02:00
  • dd430455e4 Enable dataprovier for hyperopt Matthias 2020-08-08 17:04:32 +02:00
  • e2643103b6 Merge pull request #3611 from thopd88/telegram-delete-command Matthias 2020-08-08 15:19:40 +02:00
  • f3ce54150e Simplify Telegram table Matthias 2020-08-08 15:06:13 +02:00
  • 02810adcf7 Merge pull request #3662 from freqtrade/Fredrik81-patch-1 Matthias 2020-08-07 06:23:22 +02:00
  • eba73307e4 Update strategy_methods_advanced.j2 Fredrik81 2020-08-07 01:13:36 +02:00
  • d01070dba8 Increase coverage of edge_cli Matthias 2020-08-06 09:22:41 +02:00
  • 995d3e1ed5 Don't search internal path for Hyperopt files Matthias 2020-08-06 09:07:48 +02:00
  • 59370672b8 Fix more tests Matthias 2020-08-06 09:00:28 +02:00
  • 081625c5dc Have hyperopt tests use new hyperopt location Matthias 2020-08-06 08:51:01 +02:00
  • 8b6d10daf1 Move DefaultHyperopt to test folder (aligned to strategy) Matthias 2020-08-06 08:50:41 +02:00
  • 5082acc33f Fix typos in documentation Matthias 2020-08-06 07:54:54 +02:00
  • 767332405e Merge pull request #3642 from freqtrade/new_release 2020.7 Matthias 2020-08-06 06:50:08 +02:00
  • 8ed3b81c61 Implement /delete in rest client Matthias 2020-08-04 19:57:28 +02:00
  • 075c73b9e3 Improve formatting of telegram message Matthias 2020-08-04 19:56:49 +02:00
  • 817f5289db /delete should Cancel open orders (and stoploss orders) Matthias 2020-08-04 19:43:22 +02:00
  • 9163c7f3d3 Improve api response Matthias 2020-08-04 19:43:05 +02:00
  • b954af33cf Fix type erorr in callable Matthias 2020-08-04 16:01:41 +02:00
  • 4b0164770c Add test for /delete Matthias 2020-08-04 14:49:59 +02:00
  • 26c7341b7d Add test for api-server DELETE trade Matthias 2020-08-04 14:41:38 +02:00
  • 215972c68f Implement /delete for api-server Matthias 2020-08-04 14:41:22 +02:00
  • c0083c4244 Merge branch 'develop' into pr/thopd88/3611 Matthias 2020-08-04 07:00:54 +02:00
  • b22fabe1f3 Merge pull request #3651 from freqtrade/dependabot/pip/develop/pytest-6.0.1 Matthias 2020-08-03 21:31:31 +02:00
  • a3688b159f Improve formatting Matthias 2020-08-03 19:28:57 +02:00
  • a33346c6b6 Fix testing errors - which surfaced with pytest 6.0.1 Matthias 2020-08-03 19:21:46 +02:00
  • 55233db07e Merge pull request #3654 from freqtrade/dependabot/pip/develop/ccxt-1.32.45 Matthias 2020-08-03 09:42:57 +02:00
  • 54bee1d183 Merge pull request #3653 from freqtrade/dependabot/pip/develop/pandas-1.1.0 Matthias 2020-08-03 09:40:24 +02:00
  • 45256763ca Merge pull request #3652 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.1 Matthias 2020-08-03 09:36:01 +02:00
  • b3f04d89d2 Bump ccxt from 1.32.7 to 1.32.45 dependabot[bot] 2020-08-03 07:17:50 +00:00
  • 1855a444fa Bump pandas from 1.0.5 to 1.1.0 dependabot[bot] 2020-08-03 07:17:32 +00:00
  • 809b3ddafc Bump mkdocs-material from 5.5.0 to 5.5.1 dependabot[bot] 2020-08-03 07:17:31 +00:00
  • 5ff09a06c7 Bump pytest from 5.4.3 to 6.0.1 dependabot[bot] 2020-08-03 07:17:30 +00:00
  • 3915101d2d Add more backoff to fetch_order endpoint Matthias 2020-08-02 10:24:10 +02:00
  • 6c77feee85 Improve some exchange logs Matthias 2020-08-02 10:18:19 +02:00
  • 99bfa839eb Improve logging for sell exception Matthias 2020-08-02 10:12:15 +02:00
  • 071e82043a Better handle cancelled buy orders Matthias 2020-08-01 15:59:50 +02:00
  • 7263f83f78 Version bump 2020.7 Matthias 2020-07-28 19:53:05 +02:00
  • 653bbc292b Merge branch 'master' into new_release Matthias 2020-07-28 19:52:44 +02:00
  • d1cbc567e4 Fix filtering for bumped pairs Matthias 2020-07-28 13:41:09 +02:00
  • 14cb29aae1 Add test for remove_pumps in edge Matthias 2020-07-28 08:16:55 +02:00
  • f3af02c06f Merge pull request #3635 from freqtrade/dependabot/pip/develop/ccxt-1.32.7 Matthias 2020-07-27 09:23:23 +02:00
  • 7318d02ebc Bump ccxt from 1.32.3 to 1.32.7 dependabot[bot] 2020-07-27 07:05:17 +00:00
  • aab5596fa6 Convert trade open / close to timestamp Matthias 2020-07-27 07:20:40 +02:00
  • 977a6d4e9c Add profit_total to results line Matthias 2020-07-26 16:10:48 +02:00
  • 454046f745 Add stake_currency and max_opeN_trades to backtest result Matthias 2020-07-26 15:55:54 +02:00
  • 8d0f338bf2 Timestamps should be in ms Matthias 2020-07-26 15:23:21 +02:00
  • 9ed5fed887 Fix output format to be of an identical type Matthias 2020-07-26 15:17:54 +02:00
  • 902e8fa62f Fix wrong spelling in one subcomponent Matthias 2020-07-26 14:39:00 +02:00
  • 65755989b4 Merge pull request #3631 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.0 Matthias 2020-07-26 14:00:00 +02:00
  • 7a51bfbaba Merge pull request #3628 from freqtrade/dependabot/pip/develop/scipy-1.5.2 Matthias 2020-07-26 13:28:42 +02:00
  • fe27d2c10d Merge pull request #3629 from freqtrade/dependabot/pip/develop/urllib3-1.25.10 Matthias 2020-07-26 13:27:42 +02:00
  • 90034a8e5e Merge pull request #3632 from freqtrade/dependabot/pip/develop/ccxt-1.32.3 Matthias 2020-07-26 11:23:26 +02:00
  • 1cfbbfb433 Merge pull request #3633 from freqtrade/dependabot/pip/develop/plotly-4.9.0 Matthias 2020-07-26 11:11:54 +02:00
  • 73042781f4 Merge pull request #3630 from freqtrade/dependabot/pip/develop/numpy-1.19.1 Matthias 2020-07-26 11:11:23 +02:00
  • dbcccac6cd Bump ccxt from 1.31.37 to 1.32.3 dependabot[bot] 2020-07-26 08:53:51 +00:00
  • b4d22f1000 Bump urllib3 from 1.25.9 to 1.25.10 dependabot[bot] 2020-07-26 08:53:36 +00:00
  • 364295d2b3 Merge pull request #3627 from freqtrade/dependabot/pip/develop/arrow-0.15.8 Matthias 2020-07-26 10:52:50 +02:00
  • 63e7490a55 Bump plotly from 4.8.2 to 4.9.0 dependabot[bot] 2020-07-26 08:37:45 +00:00