Commit Graph
100 Commits
Author SHA1 Message Date
hroff-1902 9db915853a Allow use of config in custom hyperopt methods 2019-09-26 11:59:21 +03:00
hroff-1902 665e0570ae Fix hyperopt position stacking 2019-09-25 03:41:22 +03:00
hroff-1902 6ffb8b7a70 Fix wordings in comment 2019-09-23 13:25:31 +03:00
hroff-1902 0c6164df7e Fix memory exhaustion in skopt models list 2019-09-23 13:03:43 +03:00
hroff-1902 50b4563912 Tests adjusted 2019-09-18 22:57:37 +03:00
hroff-1902 69f29e8907 minor: Cleanup for backtesting 2019-09-18 22:57:17 +03:00
hroff-1902 e9a75e57b8 test adjusted 2019-09-16 21:53:19 +03:00
hroff-1902 5cbc073dd1 minor: Cleanup hyperopt 2019-09-16 21:46:15 +03:00
hroff-1902 eda1ec652f Revert back condition for open_since in Trade.__repr__ 2019-09-13 23:00:09 +03:00
hroff-1902 c8d191a5c9 Adjust test 2019-09-12 22:53:54 +03:00
hroff-1902 e6ec8f9f30 Fix tests: Change condition for printing 'close' 2019-09-12 21:28:51 +03:00
hroff-1902 67ff48ce3e Comment out noisy log messages 2019-09-12 21:01:14 +03:00
hroff-1902 045ca8739d Do not print humanized datetime in the log message 2019-09-12 20:56:00 +03:00
hroff-1902 dda513c923 Minor class cosmetics 2019-09-12 12:13:20 +03:00
hroff-1902 849d694c27 Don't inherit from object 2019-09-12 04:39:52 +03:00
hroff-1902 1d781ea9e0 Refine 'stoploss adjusted' log message 2019-09-12 02:29:47 +03:00
hroff-1902 acf3b751f0 Log sell_flag, do not log sell_type=SellType.NONE 2019-09-12 01:21:14 +03:00
hroff-1902 9bdfaf3803 Remove quotes around the pairs 2019-09-11 23:32:08 +03:00
hroff-1902 2bd59de002 Cleanup log_has_re regexp string 2019-09-11 10:56:02 +03:00
hroff-1902 ac413c65dc Clean up the use of patch_exchange 2019-09-11 09:52:09 +03:00
hroff-1902 a9ecdc7764 Use patched exchange instead 2019-09-11 00:53:35 +03:00
hroff-1902 869a5b4901 Eliminate asyncio warnings in tests 2019-09-10 13:45:30 +03:00
hroff-1902 2081d7552f Make flake happy 2019-09-10 12:37:15 +03:00
hroff-1902 e298e77319 Adjust tests 2019-09-10 10:43:15 +03:00
hroff-1902 35580b135a Improve backtesting logs 2019-09-10 10:42:45 +03:00
hroff-1902 865e0d3af9 Adjust tests: removed tests for/with import_strategy() 2019-09-08 03:30:15 +03:00
hroff-1902 45cfdbbda7 Make flake happy 2019-09-08 03:10:01 +03:00
hroff-1902 2b00a5d90a Get rid of import_strategy() 2019-09-08 02:43:02 +03:00
hroff-1902 4fdf8a75cd Adjust hyperopt tests after the merge with develop 2019-09-06 16:46:44 +03:00
hroff-1902 7e56704767 Parametrize tests for hyperopt simplified failed 2019-09-06 15:08:44 +03:00
hroff-1902 e39d911177 Improve wordings in hyperopt.md 2019-09-05 23:31:07 +03:00
hroff-1902 3343b34725 Add tests for simplified hyperopt interface 2019-09-05 00:38:15 +03:00
hroff-1902 9a6a89c238 allow simplified hyperopt interface 2019-09-03 19:54:28 +03:00
hroff-1902 87ae2430df ranges for ROI tables for different ticker_intervals in docs 2019-09-03 11:32:18 +03:00
hroff-1902 756f44fcbd highlight really important notifications 2019-08-28 00:20:32 +03:00
hroff-1902 a504abf00c minor: improvements in confuguration.md 2019-08-27 04:12:00 +03:00
hroff-1902 d9c2b7d460 fix fetching ticker_interval from strategy 2019-08-26 22:31:24 +03:00
hroff-1902 bfc68ec792 minor cleanup in Backtesting 2019-08-25 23:36:42 +03:00
hroff-1902 667a623310 adjust tests 2019-08-24 00:10:55 +03:00
hroff-1902 067208bc9d make backtesting an attribute of Hyperopt 2019-08-24 00:10:35 +03:00
hroff-1902 d19b11a00f exchange cosmetics 2019-08-22 20:01:41 +03:00
hroff-1902 14aaf8976f fix download replacement script 2019-08-21 02:26:58 +03:00
hroff-1902 fcb0ff1b60 do not round values in the debug message 2019-08-20 23:42:44 +03:00
hroff-1902 31669fde03 test adjusted 2019-08-20 23:28:16 +03:00
hroff-1902 cadf573170 round printed stoploss value as well 2019-08-20 22:24:59 +03:00
hroff-1902 a12876da92 fine printing for floats in the roi tables (round to 5 digits after the decimal point) 2019-08-20 22:17:21 +03:00
hroff-1902 70b1a05d97 example in the docs changed 2019-08-20 01:32:02 +03:00
hroff-1902 d300964691 code formatting in test_dataprovider.py 2019-08-18 13:06:21 +03:00
hroff-1902 407a3bca62 implementation of ohlcv optimized 2019-08-18 13:00:37 +03:00
hroff-1902 310e438706 logging message improved 2019-08-18 12:55:31 +03:00
hroff-1902 8a2a8ab8b5 docstring for ohlcv improved 2019-08-18 12:47:19 +03:00
hroff-1902 cda912bd8c test added 2019-08-17 13:05:13 +03:00
hroff-1902 84a0f9ea42 get_pair_dataframe helper method added 2019-08-17 12:57:44 +03:00
hroff-1902 b94f3e80c4 tests fixed 2019-08-16 04:20:12 +03:00
hroff-1902 2a842778e3 tests added 2019-08-16 01:05:34 +03:00
hroff-1902 e525275d10 make flake and mypy happy 2019-08-15 23:13:46 +03:00
hroff-1902 4fa92ec0fa hyperopt: --print-json option added 2019-08-15 21:39:04 +03:00
hroff-1902 5b9711c002 adaptive roi_space 2019-08-14 13:25:49 +03:00
hroff-1902 3d36747b92 preface in configuration.md reworked 2019-08-13 21:52:50 +03:00
hroff-1902 4c4ba08e85 colorama added to install_requires 2019-08-13 19:47:38 +03:00
hroff-1902 94196c84e9 docs: explanation for --no-color and colorization schema for results 2019-08-13 14:25:56 +03:00
hroff-1902 de80234165 hyperopt options updated in bot-usage.md 2019-08-13 00:23:41 +03:00
hroff-1902 482847a994 docs adjusted; various fixes to bot-usage.md and configuration.md 2019-08-13 00:10:33 +03:00
hroff-1902 58d308fd05 fix handling --no-color for edge and backtesting 2019-08-12 23:13:04 +03:00
hroff-1902 1a34b9b61c --no-color option introduced 2019-08-12 21:08:34 +03:00
hroff-1902 8f92912852 final colorization schema
colorization schema-2: red, green, bright/dim

colorization schema-3: red, green, bright only green bests

colorization schema-4: no red, green for profit, bright for bests
2019-08-12 21:08:52 +03:00
hroff-1902 e5dcd520ba cosmetics in sample_hyperopt and default_hyperopt 2019-08-12 02:19:50 +03:00
hroff-1902 90b75afdb1 test added to load config with comments and trailing commas 2019-08-12 00:33:34 +03:00
hroff-1902 2d60e4b18b allow comments and trailing commas in config files 2019-08-12 00:32:03 +03:00
hroff-1902 5209ce5bfa tests: don't mask numpy errors as warnings in tests 2019-08-11 13:46:41 +02:00
hroff-1902 48d8376878 tests fixed 2019-08-10 18:47:58 +03:00
hroff-1902 28d8fc871a tests adjusted 2019-08-10 16:07:30 +03:00
hroff-1902 ad6a249832 download_backtest_data.py adjusted 2019-08-10 15:14:37 +03:00
hroff-1902 50c9679e23 move load_config_file() to separate module 2019-08-10 14:24:14 +03:00
hroff-1902 ae39f6fba5 use of termcolor eliminated 2019-08-09 14:51:03 +03:00
hroff-1902 15cf5ac2d7 docs improved 2019-08-09 09:31:30 +03:00
hroff-1902 0d4a2c6c3a advanced sample hyperopt added; changes to helpstrings 2019-08-08 22:51:37 +03:00
hroff-1902 c6444a10a8 move roi_space, stoploss_space, generate_roi_table to IHyperOpt 2019-08-05 18:07:25 +03:00
hroff-1902 9cbab35de0 colorization by means of termcolor and colorama 2019-08-04 22:54:19 +03:00
hroff-1902 3dd6fe2703 wording 2019-08-03 19:44:32 +03:00
hroff-1902 fe796c46c3 test adjusted 2019-08-03 19:13:18 +03:00
hroff-1902 f200f52a16 hyperopt print colorized results 2019-08-03 19:09:42 +03:00
hroff-1902 e8b2ae0b85 tests adjusted 2019-08-03 11:34:09 +03:00
hroff-1902 13620df717 'with values:' line removed 2019-08-03 11:05:05 +03:00
hroff-1902 3b65c986ee wordings fixed 2019-08-03 10:20:20 +03:00
hroff-1902 cad7d9135a tests: hide deprecation warning due to use of --live 2019-08-03 09:24:27 +03:00
hroff-1902 b152d1a7ab docs agjusted, plus minor fixes 2019-08-02 22:23:48 +03:00
hroff-1902 aa8f44f68c improvements to hyperopt output 2019-08-02 22:22:58 +03:00
hroff-1902 3ccfe88ad8 tests adjusted 2019-08-01 23:57:50 +03:00
hroff-1902 065ebd39ef cleanup in hyperopt 2019-08-01 23:57:26 +03:00
hroff-1902 b976f24672 tests adjusted 2019-07-30 11:47:46 +03:00
hroff-1902 8f1f416a52 hyperopt cleanup and output improvements 2019-07-30 11:47:28 +03:00
hroff-1902 bc299067aa get rid of pandas warning in pytest 2019-07-27 23:24:06 +03:00
hroff-1902 c2deb1db25 eliminate warnings in pytest when testing handling of the deprecated strategy interfaces 2019-07-26 14:23:00 +03:00
hroff-1902 785a7a22bc output divider in logs between throttles 2019-07-26 04:02:34 +03:00
hroff-1902 1ac4a7e116 rendering for a Note fixed 2019-07-26 02:59:10 +03:00
hroff-1902 327e505273 non-working link to misc.py removed 2019-07-26 02:57:51 +03:00
hroff-1902 bf1c197a37 import errors fixed 2019-07-26 02:21:31 +03:00
hroff-1902 10c69387fd docs adjusted 2019-07-25 21:07:17 +03:00
hroff-1902 f58668fd67 test added 2019-07-25 20:54:12 +03:00