Commit Graph

  • 03f02294d1
    Bump pytest from 5.2.4 to 5.3.0 dependabot-preview[bot] 2019-11-25 07:21:52 +0000
  • 0a7a1290e3
    Bump pytest-mock from 1.11.2 to 1.12.1 dependabot-preview[bot] 2019-11-25 07:21:32 +0000
  • 28f73ecb3d
    Bump ccxt from 1.19.54 to 1.19.86 dependabot-preview[bot] 2019-11-25 07:21:16 +0000
  • 6ab7f93ce7
    Bump scipy from 1.3.2 to 1.3.3 dependabot-preview[bot] 2019-11-25 07:20:40 +0000
  • d1511a1085 Update some config documentation Matthias 2019-11-25 07:12:39 +0100
  • 0775ac081a Cleanup constants and required Matthias 2019-11-25 07:12:30 +0100
  • 646a9d12b2 Align quoting of json schema Matthias 2019-11-25 07:06:55 +0100
  • e7be742c58 Run validation after custom validations Matthias 2019-11-25 07:05:18 +0100
  • 8d002a8f28 Fix some more tests Matthias 2019-11-23 15:50:23 +0100
  • af3eea3805 Move config json validation to after strategy loading Matthias 2019-11-23 15:49:46 +0100
  • 4dc0631a4b Lower minimum tradeable value Matthias 2019-11-23 15:41:09 +0100
  • a3415e52c0 Fix some test-types Matthias 2019-11-23 15:20:53 +0100
  • 1b337fe5e1 Remove unnecessary code piece Matthias 2019-11-24 19:47:20 +0100
  • 50350a09cd use wallets instead of doing a direct call to /balance Matthias 2019-11-24 19:41:51 +0100
  • 1bf8d8cff3 show /balance in stake currency Matthias 2019-11-15 06:33:07 +0100
  • 62d50f512d add tests for balance from get-tickers Matthias 2019-11-14 20:12:41 +0100
  • 8c64be3cfd get tickers only once to show balance Matthias 2019-11-14 07:01:23 +0100
  • cc0a733f1f
    Merge pull request #2565 from freqtrade/pairlists_transition hroff-1902 2019-11-24 15:26:01 +0300
  • 1b645d64c8
    Merge pull request #2538 from freqtrade/strategy_template hroff-1902 2019-11-24 15:21:23 +0300
  • a374df7622 some minor fixes from feedback Matthias 2019-11-24 09:55:34 +0100
  • cbf710a4f8 Fix coveralls (?) Matthias 2019-11-23 19:48:33 +0100
  • f05818a86e Allow transition from "no-config"-pairlist to pairlists Matthias 2019-11-23 19:48:15 +0100
  • cab748588c
    Merge pull request #2566 from freqtrade/actions_again hroff-1902 2019-11-23 22:50:46 +0300
  • 63ad95a474 reenable slack Matthias 2019-11-23 20:13:20 +0100
  • e9da4d8505
    Merge pull request #2563 from hroff-1902/hyperopt-save Matthias 2019-11-23 19:25:35 +0100
  • 26a2292f6d
    Merge pull request #2564 from freqtrade/plots_plot hroff-1902 2019-11-23 21:07:46 +0300
  • 5fb14e769b Adjust folder to match user_data folder - otherwise running tests creates this folder Matthias 2019-11-23 14:52:44 +0100
  • c7c7a1c2aa skip test due to no journald installed Matthias 2019-11-23 14:25:32 +0100
  • 1242263d25 Make test OS dependent Matthias 2019-11-23 14:20:41 +0100
  • 31c598f88a Add tests for advanced logging setup Matthias 2019-11-23 14:09:42 +0100
  • 6cb4830534 Testcase added hroff-1902 2019-11-23 12:30:49 +0300
  • 067267f4cf Log messages improved (plural/singular) hroff-1902 2019-11-23 12:20:41 +0300
  • 99db53417c Tests adjusted hroff-1902 2019-11-23 12:00:43 +0300
  • 737c07c5b6 Make mypy happy hroff-1902 2019-11-23 11:51:52 +0300
  • 097cdcb57a Save epochs at intermediate points hroff-1902 2019-11-23 11:32:33 +0300
  • 175591e524 Fix test hroff-1902 2019-11-23 04:03:47 +0300
  • e7ddd81251
    Merge branch 'develop' into hyperopt-trailing-space hroff-1902 2019-11-23 03:42:58 +0300
  • a183162d8b
    Add description into Advanced Setup section hroff-1902 2019-11-23 03:37:29 +0300
  • a6bb7595e8 Update utils doc Matthias 2019-11-22 13:44:50 +0100
  • 210d468a9b Reinstate mfi ... Matthias 2019-11-21 20:01:08 +0100
  • 5f8fcebb88 Parametrize hyperopt file Matthias 2019-11-21 19:41:57 +0100
  • f23f659ac5 Use strings instead of subtemplates Matthias 2019-11-21 19:28:53 +0100
  • 99eeb2e605
    Merge pull request #2560 from hroff-1902/fix-informative Matthias 2019-11-21 11:06:15 +0100
  • f26171082c
    Merge pull request #2552 from xmatthias/ci/coveralls hroff-1902 2019-11-21 12:15:32 +0300
  • 2acd2542ac
    Merge pull request #2559 from freqtrade/fix/cancelordercrash hroff-1902 2019-11-21 12:09:43 +0300
  • f26c40082d Allow selection of templates for strategy Matthias 2019-11-21 07:21:19 +0100
  • b3dbb81838 Add subtemplates Matthias 2019-11-21 07:13:56 +0100
  • 5e5ef21f61 Align example imports Matthias 2019-11-21 06:49:16 +0100
  • be4a4180ae Use single line comments for samples Matthias 2019-11-21 06:40:30 +0100
  • f7322358cf Update documentation Matthias 2019-11-17 10:31:21 +0100
  • 671b98ecad Fix windows test Matthias 2019-11-17 10:11:58 +0100
  • ed04f7f39d Create userdir and backtest SampleStrategy Matthias 2019-11-17 09:57:06 +0100
  • cbb187e9b9 Use constant for Strategy and hyperopt userdirpaths Matthias 2019-11-16 22:00:50 +0100
  • 03cdfe8cae Add tests for new-hyperopt Matthias 2019-11-16 15:52:32 +0100
  • 37f8139432 Small stylistic fixes Matthias 2019-11-16 14:47:44 +0100
  • 79891671e9 Adapt after rebase Matthias 2019-11-15 06:49:58 +0100
  • 65489c894d Add no-arg test Matthias 2019-11-12 13:33:37 +0100
  • b36a1d3260 test new_stratgy Matthias 2019-11-12 13:31:07 +0100
  • 8a1d02e185 Update numpy imports in sample strategies Matthias 2019-11-02 15:34:09 +0100
  • 8c2ff2f46e Add template for new-hyperopt command Matthias 2019-11-02 10:42:17 +0100
  • e492d47621 Disallow usage of DefaultStrategy Matthias 2019-11-01 19:50:42 +0100
  • 98baae9456 Add jinja2 to requirements Matthias 2019-11-01 16:09:30 +0100
  • e3cf6188a1 Add first version of new-strategy generation from template Matthias 2019-11-01 16:04:44 +0100
  • 8cf8ab089e Add note about create-datadir to install instruction Matthias 2019-11-01 15:07:36 +0100
  • ed1d450099 Update documentation for create-userdir util Matthias 2019-11-01 15:02:42 +0100
  • 41494f28da Allow resetting of the directory Matthias 2019-11-01 14:08:55 +0100
  • 19b1a6c638 create-userdir should create the notebooks folder, too Matthias 2019-11-01 13:55:26 +0100
  • 471bd4d889 Small stylistic fixes Matthias 2019-11-01 13:52:59 +0100
  • 084efc98d7 Address test-failures due to file moves Matthias 2019-11-01 13:41:25 +0100
  • 1d2ef5c2ce Extract directory_operation tests to it's own test file Matthias 2019-11-01 13:30:26 +0100
  • fd45ebd0e9 Copy templates when creating userdir Matthias 2019-11-01 13:28:35 +0100
  • 258d4bd6ae move sample-files from user_data to templates folder Matthias 2019-11-01 12:57:38 +0100
  • b8aa727edf Fix second part of freqtrade-strategies #51 hroff-1902 2019-11-21 04:59:38 +0300
  • eac01960a7 Add testcase for empty-order case Matthias 2019-11-20 20:37:46 +0100
  • a5bd4e329a improve cancel_order handling Matthias 2019-11-20 20:33:05 +0100
  • 5ce665f279
    Merge pull request #2540 from freqtrade/rpc/fixes hroff-1902 2019-11-20 22:18:51 +0300
  • 9aac080414 Fix 'remaining' bug when handling buy timeout Matthias 2019-11-20 20:08:12 +0100
  • 8b639b5026 Remove only :return: Matthias 2019-11-20 19:54:00 +0100
  • 7f119a28e7
    Merge pull request #2557 from freqtrade/hroff-1902-patch-1 Matthias 2019-11-20 19:39:49 +0100
  • 5f88c4aad9
    Add example of usage for Aroon, Aroon Oscillator hroff-1902 2019-11-20 19:31:30 +0300
  • dfe3d78767
    Merge pull request #2541 from freqtrade/rpc/show_config hroff-1902 2019-11-20 18:42:41 +0300
  • 633996216a Improve commands help list hroff-1902 2019-11-20 15:20:39 +0300
  • 09b302abf7
    Merge pull request #2442 from freqtrade/volumeList_enhanced_filter Matthias 2019-11-19 20:19:10 +0100
  • c92f233c15 Move settings to correct location Matthias 2019-11-19 19:33:04 +0100
  • 751157b4ea Don't notify on builds from forks Matthias 2019-11-18 19:32:35 +0100
  • 5f62a9e4d8 rename ttl to refresh_period Matthias 2019-11-19 06:48:56 +0100
  • a8855bf795 rename LowPriceFilter to PrieFilter Matthias 2019-11-19 06:41:05 +0100
  • c22b00b303 move pairlist filters out of config[] Matthias 2019-11-19 06:34:54 +0100
  • 67c5115b41
    Merge pull request #2545 from freqtrade/dependabot/pip/develop/plotly-4.3.0 Matthias 2019-11-18 09:45:16 +0100
  • ab4b1cc8fe
    Merge pull request #2550 from freqtrade/dependabot/pip/develop/ccxt-1.19.54 Matthias 2019-11-18 09:39:34 +0100
  • 716785c65f
    Merge pull request #2546 from freqtrade/dependabot/pip/develop/pytest-5.2.4 Matthias 2019-11-18 09:39:16 +0100
  • baa7fd6c79
    Merge pull request #2549 from freqtrade/dependabot/pip/develop/mkdocs-material-4.5.0 Matthias 2019-11-18 09:38:33 +0100
  • 9045f796e0
    Merge pull request #2548 from freqtrade/dependabot/pip/develop/tabulate-0.8.6 Matthias 2019-11-18 09:38:21 +0100
  • 988c1744af
    Merge pull request #2547 from freqtrade/dependabot/pip/develop/python-rapidjson-0.9.1 Matthias 2019-11-18 09:38:01 +0100
  • cd6d276119
    Bump pytest from 5.2.2 to 5.2.4 dependabot-preview[bot] 2019-11-18 07:42:57 +0000
  • d085a2bd3e
    Merge pull request #2544 from freqtrade/dependabot/pip/develop/flake8-tidy-imports-3.1.0 Matthias 2019-11-18 08:41:42 +0100
  • dddccf8f1a
    Bump ccxt from 1.19.25 to 1.19.54 dependabot-preview[bot] 2019-11-18 07:39:12 +0000
  • 8b3fb3d6d5
    Merge pull request #2543 from freqtrade/dependabot/pip/develop/sqlalchemy-1.3.11 Matthias 2019-11-18 08:37:43 +0100
  • 80b450d4e6
    Merge pull request #2542 from freqtrade/dependabot/pip/develop/urllib3-1.25.7 Matthias 2019-11-18 08:30:02 +0100
  • 0bc71403ff
    Bump mkdocs-material from 4.4.3 to 4.5.0 dependabot-preview[bot] 2019-11-18 07:24:39 +0000