Commit Graph

  • 4b8b2f7c5b Use raise xxx from e to have a nicer traceback Matthias 2019-07-25 20:06:20 +0200
  • e1b8ff798f Add test to verify that get_order was successfully cought Matthias 2019-07-25 20:05:48 +0200
  • 05b1854946 Gracefully handle InvalidOrderException. Matthias 2019-07-25 19:56:59 +0200
  • f58668fd67 test added hroff-1902 2019-07-25 20:54:12 +0300
  • e8843c31e6
    Merge pull request #2045 from hroff-1902/add-hyperopt-path Matthias 2019-07-25 10:42:23 +0200
  • 05be16e9e1 helpstring alignment fixed hroff-1902 2019-07-25 08:49:33 +0300
  • e9b77298a7 max() removed hroff-1902 2019-07-25 08:17:41 +0300
  • 1b4b10f8cd
    Update docs/installation.md Leif Segen 2019-07-23 23:45:27 -0500
  • a0cecc6c52 Fix test after pandas 0.25.0 update Matthias 2019-07-24 06:29:50 +0200
  • cf6113068c
    Resolve issue #2042 Leif Segen 2019-07-23 22:52:42 -0500
  • 0c2c094db6 minor: add OnlyProfitHyperOptLoss hroff-1902 2019-07-23 18:51:24 +0300
  • 60cf56e235 Adapt tests to always provide message for ccxt exceptions Matthias 2019-07-22 20:57:40 +0200
  • 482f5f7a26 Update plotly dependencies (will break 3.x installations) Matthias 2019-07-22 20:39:38 +0200
  • 04382d4b44 add --hyperopt-path option hroff-1902 2019-07-22 19:37:34 +0300
  • 44b2261c34 Update plotly from 3.10.0 to 4.0.0 pyup-bot 2019-07-22 15:23:13 +0000
  • 76b9d781ee Update mypy from 0.711 to 0.720 pyup-bot 2019-07-22 15:23:12 +0000
  • bd0faaf702 Update pytest from 5.0.0 to 5.0.1 pyup-bot 2019-07-22 15:23:11 +0000
  • e0cd34c9e1 Update flake8 from 3.7.7 to 3.7.8 pyup-bot 2019-07-22 15:23:09 +0000
  • 6c41ca4b8c Update flask from 1.0.3 to 1.1.1 pyup-bot 2019-07-22 15:23:08 +0000
  • 7add015a75 Update sqlalchemy from 1.3.5 to 1.3.6 pyup-bot 2019-07-22 15:23:07 +0000
  • d6b6e59ab8 Update ccxt from 1.18.860 to 1.18.965 pyup-bot 2019-07-22 15:23:06 +0000
  • a213674a98 Update pandas from 0.24.2 to 0.25.0 pyup-bot 2019-07-22 15:23:05 +0000
  • 41f24898e5
    Merge pull request #2043 from freqtrade/combine/resolvers Matthias 2019-07-22 06:19:31 +0200
  • d2ad32eef8 partially revert last commit(DefaultStrategy import IS needed). Matthias 2019-07-21 19:56:43 +0200
  • 1fea6d394a Import DefaultStrategy from the correct file Matthias 2019-07-21 19:31:50 +0200
  • dcddfce5bc Fix small mistakes Matthias 2019-07-21 19:21:50 +0200
  • e6528be63d Config is not optional for hyperopt resolver Matthias 2019-07-21 16:20:45 +0200
  • 08ca260e82 Simplify return valuef rom _load_object Matthias 2019-07-21 15:25:48 +0200
  • 88eb93da52 Fix base64 strategy test to make sure strategy was loaded via base64 Matthias 2019-07-21 15:16:19 +0200
  • b35efd96dc Extract load_object from multiple paths to iResolver Matthias 2019-07-21 15:03:12 +0200
  • 89db5c6bab Extract strategy-specific stuff from search logic Matthias 2019-07-21 14:52:59 +0200
  • 790838d897
    Merge pull request #2024 from freqtrade/custom_hyperopt_loss Matthias 2019-07-20 12:48:26 +0200
  • a5fe598ff0 don't allow to resolve object if there are more than one module containing it hroff-1902 2019-07-20 12:07:55 +0300
  • 4d0cf9ec8e
    Merge pull request #2033 from hroff-1902/remove-dynamic-whitelist-option Matthias 2019-07-19 06:38:54 +0200
  • 299f673a8e
    Merge pull request #2029 from freqtrade/create_datadir_pathlib Matthias 2019-07-19 06:36:11 +0200
  • fa8904978b Don't use --hyperopt-loss-class, but --hyperopt-loss instead Matthias 2019-07-19 06:31:49 +0200
  • 4a144d1c18 docs: description for whitelist and blacklist fixed hroff-1902 2019-07-18 22:43:36 +0300
  • 415c96204a
    Merge pull request #2035 from hroff-1902/cleanup-arguments Matthias 2019-07-18 20:56:51 +0200
  • 7af24dc486 cleanup Arguments: name attrs and methods as non-public hroff-1902 2019-07-18 17:55:35 +0300
  • e01c0ab4d6 Improve doc wording Matthias 2019-07-18 20:02:28 +0200
  • 8b4827ad85 Convert create_datadir to Pathlib Matthias 2019-07-17 20:53:29 +0200
  • 43d5ec2d4a docs: removed historical excursus which can confuse new users hroff-1902 2019-07-18 18:15:51 +0300
  • 75a0998ed2 docs: restore link to #dynamic-pairlists. hroff-1902 2019-07-18 18:08:02 +0300
  • fbd229810f
    Merge pull request #2034 from hroff-1902/option-version Matthias 2019-07-18 14:06:05 +0200
  • d27e791f32
    Merge pull request #2031 from freqtrade/randomize_tests_again Matthias 2019-07-18 13:53:48 +0200
  • 50d2950e6b add -V alias for --version hroff-1902 2019-07-18 12:12:34 +0300
  • 96564d0dad remove deprecated --dynamic-whitelist option hroff-1902 2019-07-18 10:45:47 +0300
  • 3e5abd18ca Randomize tests again Matthias 2019-07-18 06:56:52 +0200
  • 545ff6f9f1 Fix typo Matthias 2019-07-18 06:31:44 +0200
  • 49b95fe008 use Path.cwd() instead of odd parent.parent.parent structure Matthias 2019-07-17 20:52:17 +0200
  • b8704e12b7 Add sample hyperopt loss file Matthias 2019-07-17 20:51:44 +0200
  • 639a4d5cf7 Allow importing interface from hyperopt.py Matthias 2019-07-17 07:14:27 +0200
  • 0e500de1a0 Add sample loss and improve docstring Matthias 2019-07-17 06:32:24 +0200
  • c5b244419d Merge branch 'develop' into custom_hyperopt_loss Matthias 2019-07-17 06:27:42 +0200
  • 8ccfc0f316 Remove unused variables Matthias 2019-07-17 06:24:40 +0200
  • e126c55a5a
    Merge pull request #2023 from hroff-1902/refactor/config3 Matthias 2019-07-17 06:20:21 +0200
  • be26ba8f8f rename _load_*_config() methods to _process_*_options() hroff-1902 2019-07-16 23:00:19 +0300
  • 1493771087 improve description Matthias 2019-07-16 19:40:42 +0200
  • 192d7ad735 Add column description to hyperopt documentation Matthias 2019-07-16 06:54:38 +0200
  • 12679da5da Add test for hyperoptresolver Matthias 2019-07-16 06:50:25 +0200
  • ec49b22af3 Add sharpe ratio hyperopt loss Matthias 2019-07-16 06:45:13 +0200
  • d23179e25c Update hyperopt-loss to use resolver Matthias 2019-07-16 06:27:23 +0200
  • 7d62bb8c53 Revert --clean argument to --continue Matthias 2019-07-16 05:50:27 +0200
  • c4e55d78d5 reword documentation Matthias 2019-07-16 05:41:39 +0200
  • 07a1c48e8c Fix wrong intendation for custom-hyperopt check Matthias 2019-07-15 23:14:07 +0200
  • 7be25313a5 Add some mypy ignores Matthias 2019-07-15 22:59:28 +0200
  • 55e8092cbf Add sharpe ratio as loss function Matthias 2019-07-15 22:52:33 +0200
  • e5170582de Adapt tests to new loss-function method Matthias 2019-07-15 21:54:41 +0200
  • 710443d200 Add documentation for custom hyperopt Matthias 2019-07-15 21:36:01 +0200
  • 2a20423be6 Allow loading custom hyperopt loss functions Matthias 2019-07-15 21:35:42 +0200
  • 8096a1fb04 minor: configuration cleanup hroff-1902 2019-07-15 22:17:57 +0300
  • 2fedae6060 Move unnecessary things out of generate_optimizer Matthias 2019-07-15 20:28:55 +0200
  • b1b4048f97 Add test for hyperopt Matthias 2019-07-15 20:27:34 +0200
  • 107f00ff8f Add hyperopt option to clean temporary pickle files Matthias 2019-07-15 20:17:15 +0200
  • 5144e98a82
    Merge pull request #2015 from hroff-1902/refactor/config2 Matthias 2019-07-15 19:41:57 +0200
  • 210d70b0c7
    Merge pull request #2022 from freqtrade/fix/2020 Matthias 2019-07-15 19:36:16 +0200
  • 3ae94520c3
    Merge pull request #2019 from freqtrade/small/cleanups Matthias 2019-07-15 17:29:32 +0200
  • cbe25178d7
    Merge pull request #2009 from hroff-1902/fix-2008 Matthias 2019-07-15 10:55:33 +0200
  • a3b7e1f774 Update wording in docs Matthias 2019-07-15 06:59:20 +0200
  • bbab5fef0c Remove wrong import in legacy startup sript Matthias 2019-07-15 06:27:43 +0200
  • 007703156b do not export ARGS_* from configuration hroff-1902 2019-07-15 01:55:35 +0300
  • 9cae2900d4 get rid of patched_configuration_open() in tests hroff-1902 2019-07-15 01:44:25 +0300
  • 876cae2807 docs adjusted to current default values; more detailed description of --eps and --dmmp added hroff-1902 2019-07-14 22:20:26 +0300
  • e955b1ae09 Use log_has_re instead of plain regex filters for log messages Matthias 2019-07-14 20:21:57 +0200
  • dadf8adb3e Replace filter usage Matthias 2019-07-14 20:14:35 +0200
  • 4238ee090d Cleanup some code Matthias 2019-07-14 20:05:28 +0200
  • 65f77306d3 using logger.debug, info was too noisy hroff-1902 2019-07-14 21:00:48 +0300
  • efbc7cccb1 enable --dmmp for hyperopt hroff-1902 2019-07-14 20:56:17 +0300
  • f0206a90b1
    Merge pull request #2018 from freqtrade/market_orders_with_price Matthias 2019-07-14 19:29:44 +0200
  • a8f3f2bc1a Extend test to cover market orders with price too Matthias 2019-07-14 14:23:23 +0200
  • 25822d1717 Add empty options dict to all tests using create_order Matthias 2019-07-14 14:18:30 +0200
  • 9887cb997e Check if Price is needed for market orders Matthias 2019-07-14 14:17:09 +0200
  • 7e2be96516
    Merge pull request #2017 from hroff-1902/resolver-filename Matthias 2019-07-14 13:37:00 +0200
  • 2e1269c474 Revert comment for Exception that's not changed Matthias 2019-07-14 13:30:57 +0200
  • b499e74502 minor improvements to resolvers hroff-1902 2019-07-12 23:45:49 +0300
  • 7536f6adbd
    Merge pull request #2004 from freqtrade/doc/starting Matthias 2019-07-12 09:02:41 +0200
  • 4be02bc207
    Merge pull request #2014 from hroff-1902/fix-2013 Matthias 2019-07-12 08:14:46 +0200
  • bbfbd87a9f move create_datadir() to separate file hroff-1902 2019-07-12 03:26:27 +0300
  • 7e103e34f8 flake happy hroff-1902 2019-07-12 01:41:09 +0300
  • 94e6fb89b3 tests happy hroff-1902 2019-07-12 00:39:42 +0300