Commit Graph

  • 6f870e980d Version bump Pandas to 1.0.4 Matthias 2020-05-30 10:55:00 +02:00
  • 76ce2c6653 Document FTX subaccount configuration Matthias 2020-05-30 10:46:04 +02:00
  • f187753f8f Add ccxt_sync_config to simplify ccxt configuration Matthias 2020-05-30 10:45:50 +02:00
  • 6b5947392e Version bump pandas to 1.0.4 Matthias 2020-05-30 09:47:09 +02:00
  • 7ea59b6d8e Update comment Matthias 2020-05-30 09:43:50 +02:00
  • f3824d970b Use dict for symbol_is_pair Matthias 2020-05-29 20:18:38 +02:00
  • 95780cb4a1 Version bump to 2020.5 Matthias 2020-05-29 19:41:53 +02:00
  • 3e5eef1c0d Merge branch 'master' into new_release Matthias 2020-05-29 19:41:40 +02:00
  • 2ed10aeb9b Add to missing point in documentation Matthias 2020-05-29 19:39:13 +02:00
  • ea5daee505 Allow changing severity of strategy-validations to log only. Matthias 2020-05-29 19:37:18 +02:00
  • 9f8b21de4a Merge pull request #3358 from hroff-1902/refactor_generate_pairlist Matthias 2020-05-29 14:16:15 +02:00
  • a4cf9ba85b Move check for position for StaticPairList to init hroff-1902 2020-05-29 12:40:05 +03:00
  • 43225cfdcf Update docs/developer.md hroff-1902 2020-05-29 11:28:09 +03:00
  • 46456516bb Remove exception handler Matthias 2020-05-29 10:10:45 +02:00
  • 1d6e3fea85 Update /profit telegram message to support non-closed trades Matthias 2020-05-29 09:38:12 +02:00
  • 6261aef314 Return /profit even if no trade is closed Matthias 2020-05-29 09:03:48 +02:00
  • 909b812550 Update developer.md hroff-1902 2020-05-29 00:28:24 +03:00
  • 003724e400 Merge pull request #3388 from freqtrade/plotting_fixplot hroff-1902 2020-05-28 21:53:26 +03:00
  • 7df786994d Plotting should not fail if one pair didn't produce any trades Matthias 2020-05-28 19:35:32 +02:00
  • 7399c7e70c Provide blacklist feedback to telegram Matthias 2020-05-28 07:04:06 +02:00
  • 0e8f95effd Improve blacklist adding with proper feedback Matthias 2020-05-28 06:51:53 +02:00
  • 62ac5a9914 Merge pull request #3385 from freqtrade/3rd_issuetemplate hroff-1902 2020-05-27 23:00:22 +03:00
  • 0234e4d293 Merge pull request #3369 from freqtrade/align_trade_outputs hroff-1902 2020-05-27 22:56:15 +03:00
  • cb40e850e9 Add question template ... Matthias 2020-05-27 19:38:21 +02:00
  • 04eb11bb5d Merge pull request #3377 from freqtrade/btreport_refactor Matthias 2020-05-27 19:33:08 +02:00
  • 18a5787a2c Reorder typing imports Matthias 2020-05-27 19:17:15 +02:00
  • b2125bd6ee check for None to allow 0.0 profit Matthias 2020-05-27 19:15:56 +02:00
  • e0dc7fedf5 Merge pull request #3380 from freqtrade/rpi_crosscompile hroff-1902 2020-05-27 14:31:24 +03:00
  • a0556689ea Merge pull request #3381 from freqtrade/fix/orderbook_keyerror hroff-1902 2020-05-27 11:52:29 +03:00
  • f4af4cc2b2 Small formatting improvement Matthias 2020-05-27 07:11:59 +02:00
  • 8c87fcdae3 Rename PricingException to PricingError Matthias 2020-05-26 20:35:11 +02:00
  • 16cd1f06b2 Rename get_order_book to fetch_l2_order_book (aligning to ccxt) Matthias 2020-05-26 20:27:35 +02:00
  • d09a347853 Add tests for pricingexception Matthias 2020-05-26 20:24:44 +02:00
  • 7a7b26e840 Add exception handlers for orderbook logic Matthias 2020-05-26 20:14:05 +02:00
  • 76e4e5897f Introduce pricing exception Matthias 2020-05-26 20:08:01 +02:00
  • bdf795b8b0 final cleanup - use different cache image for now Matthias 2020-05-26 19:36:38 +02:00
  • 3e3cce4559 Use pct instead of _perc Matthias 2020-05-26 19:25:03 +02:00
  • 448546b0a4 Some cleanup in script Matthias 2020-05-26 19:16:44 +02:00
  • e370d635bf Merge pull request #3379 from hroff-1902/fix-3378 Matthias 2020-05-26 17:16:11 +02:00
  • 2f596f739d Use cache correctly Matthias 2020-05-26 17:14:52 +02:00
  • 27e0c2604c Add comment to ensure we're not accidentally removing this again Matthias 2020-05-26 16:58:29 +02:00
  • 500ce50153 Switch to docker experimental ... Matthias 2020-05-26 06:56:09 +02:00
  • 7f5feab5cf Fix notifications, build ... Matthias 2020-05-25 21:10:29 +02:00
  • 571d61de84 Cancel previous automatically? Matthias 2020-05-25 15:21:14 +02:00
  • 4fbd2deb37 Use correct image Matthias 2020-05-25 15:04:12 +02:00
  • a7c0e86bfd Test rpi using buildx and dockerfile.armhf Matthias 2020-05-24 14:51:14 +02:00
  • 9f573481a8 Fix #3378 hroff-1902 2020-05-26 13:54:45 +03:00
  • 18d2587800 Address feedback Matthias 2020-05-26 06:12:25 +02:00
  • a484124272 Raise exception if StaticPairList on a non-first position hroff-1902 2020-05-25 23:14:51 +03:00
  • c3206d72cb Adjust docstring for IPairList.gen_pairlist() hroff-1902 2020-05-25 22:49:57 +03:00
  • abf79e4ab4 Use temporary variable to clean up code Matthias 2020-05-25 20:47:48 +02:00
  • 6a9a8f927e Rename some methods, improve some testing Matthias 2020-05-25 20:46:31 +02:00
  • 462c35cf75 Move stats generation to the top Matthias 2020-05-25 20:22:22 +02:00
  • 46f1470e28 Fix failing test Matthias 2020-05-25 20:00:05 +02:00
  • 027ea64d48 Fix docstrings, extract strategy-list results Matthias 2020-05-25 19:55:02 +02:00
  • db257e9f7f Rename method to be public Matthias 2020-05-25 19:50:09 +02:00
  • 18a2dad684 Extract data generation from generate_text_table Matthias 2020-05-25 19:34:46 +02:00
  • 0917b17efd Refactor result_line to return dict Matthias 2020-05-25 19:18:53 +02:00
  • 9c76450f59 Merge pull request #3373 from freqtrade/dependabot/pip/develop/flake8-3.8.2 Matthias 2020-05-25 11:48:48 +02:00
  • 5c5dce5260 Bump flake8 from 3.8.1 to 3.8.2 dependabot-preview[bot] 2020-05-25 09:32:33 +00:00
  • 8742126e99 Merge pull request #3375 from freqtrade/dependabot/pip/develop/mkdocs-material-5.2.1 Matthias 2020-05-25 11:31:39 +02:00
  • b587b58852 Merge pull request #3374 from freqtrade/dependabot/pip/develop/pytest-cov-2.9.0 Matthias 2020-05-25 11:31:12 +02:00
  • 9a97bd3327 Merge pull request #3376 from freqtrade/dependabot/pip/develop/ccxt-1.28.49 Matthias 2020-05-25 11:30:49 +02:00
  • c22b790a36 Merge pull request #3366 from freqtrade/issue_template hroff-1902 2020-05-25 12:27:55 +03:00
  • 1c9103a13e Bump ccxt from 1.27.91 to 1.28.49 dependabot-preview[bot] 2020-05-25 09:04:03 +00:00
  • 781de767ed Bump mkdocs-material from 5.1.7 to 5.2.1 dependabot-preview[bot] 2020-05-25 09:02:46 +00:00
  • 6eba718680 Bump pytest-cov from 2.8.1 to 2.9.0 dependabot-preview[bot] 2020-05-25 09:02:03 +00:00
  • e1362755d2 Add test for sell_reason_stats Matthias 2020-05-25 07:14:21 +02:00
  • 876a9e4f44 finish refactor of sell_reason table Matthias 2020-05-25 07:08:15 +02:00
  • d17300fd84 Refactor sell reason stats to return a dict Matthias 2020-05-25 07:02:24 +02:00
  • 9d1ad70bb7 Split optimize generation from printing Matthias 2020-05-25 06:44:51 +02:00
  • 8217d92ab3 UPdate version question Matthias 2020-05-25 06:22:01 +02:00
  • e138f9b23c Apply suggestions from code review Matthias 2020-05-24 20:15:10 +02:00
  • aa004fa842 Fix typo in label Matthias 2020-05-24 19:20:24 +02:00
  • c5480c2514 Split issue-tempaltes Matthias 2020-05-24 19:18:28 +02:00
  • bbd7579aa8 Fix more tests Matthias 2020-05-24 09:07:24 +02:00
  • 811e23e3da Have profit return time in timestamp Matthias 2020-05-24 08:58:26 +02:00
  • 859b619a0b Align tests to new output Matthias 2020-05-24 08:47:10 +02:00
  • 110b5a2521 Add timestamp to trade output Matthias 2020-05-24 08:46:50 +02:00
  • 73914169e4 Update issue template Matthias 2020-05-23 19:21:14 +02:00
  • b50d072d82 Merge pull request #3359 from freqtrade/fix_typing hroff-1902 2020-05-23 11:56:36 +03:00
  • 046202fdda Fix typing circular dependency Matthias 2020-05-22 20:56:34 +02:00
  • f1ab1835f1 Merge pull request #3355 from freqtrade/reorder_subcommands Matthias 2020-05-22 17:20:24 +02:00
  • 0e416dc4f5 Simplify tests hroff-1902 2020-05-22 16:42:02 +03:00
  • 8e89802b2d Split the generation logic and filtering hroff-1902 2020-05-22 15:03:49 +03:00
  • 073d9d3853 Update readme.md with adjusted sequence Matthias 2020-05-22 13:47:11 +02:00
  • 98db1d52c6 Reorder new commands Matthias 2020-05-22 07:04:36 +02:00
  • 43e2bce6f8 Update readme with current command list Matthias 2020-05-22 07:00:57 +02:00
  • 1663a67959 Reorder list-arguments Matthias 2020-05-22 07:00:09 +02:00
  • 33b270b81f reorder more arguments Matthias 2020-05-22 06:57:20 +02:00
  • fcae48d5a0 Some reordering of subcommands Matthias 2020-05-22 06:55:20 +02:00
  • 74056e768a Merge pull request #3352 from hroff-1902/improve_pairlist_tests Matthias 2020-05-21 15:06:22 +02:00
  • ea13071308 Merge pull request #3351 from freqtrade/fix/notradesplot hroff-1902 2020-05-21 13:14:41 +03:00
  • cd0bf96c0e Improve pairlist tests hroff-1902 2020-05-21 12:41:00 +03:00
  • d31a091d12 Merge pull request #3346 from hroff-1902/refactor_pairlists2 Matthias 2020-05-21 07:25:43 +02:00
  • 1f386c570d Don't start plotting profit without trades Matthias 2020-05-21 07:13:08 +02:00
  • 1a984ac677 Explicitly raise ValueError if trades are empty Matthias 2020-05-21 07:12:23 +02:00
  • 7bf5e5ba6d Merge pull request #3327 from freqtrade/dependabot/pip/develop/scikit-learn-0.23.0 Matthias 2020-05-21 06:24:31 +02:00
  • 22bcb58716 Merge pull request #3348 from freqtrade/fix_doc_link hroff-1902 2020-05-20 23:40:40 +03:00
  • ff7bcb5aae Merge pull request #3344 from freqtrade/fix_cors_policy hroff-1902 2020-05-20 21:44:30 +03:00