Commit Graph
100 Commits
Author SHA1 Message Date
hroff-1902 1bdffcc73b make configuration a sep. module, including arguments 2019-07-12 00:49:23 +03:00
hroff-1902 322227bf67 fix #2005 2019-07-09 00:59:34 +03:00
hroff-1902 15d2cbd6df loggers: wording improved 2019-07-07 10:17:01 +03:00
hroff-1902 f7a2428deb max_open_trades may be -1 2019-07-07 10:13:00 +03:00
hroff-1902 84d3868994 rename loglevel --> verbosity, because it's not logging level 2019-07-07 02:53:13 +03:00
hroff-1902 f89b2a18e0 fix loglevel in conftest -- it's actually the verbosity level 2019-07-07 02:42:03 +03:00
hroff-1902 8114d790a5 commit forgotten loggers.py 2019-07-07 01:40:52 +03:00
hroff-1902 082065cd50 minor cosmetics in arguments.py 2019-07-07 01:20:26 +03:00
hroff-1902 a65b5f8e02 make some more arguments positive integers 2019-07-07 01:10:41 +03:00
hroff-1902 d8f133aaf3 remove duplicated loglevel option 2019-07-07 00:51:01 +03:00
hroff-1902 8e272e5774 minor: cosmetics in arguments.py 2019-07-07 00:48:39 +03:00
hroff-1902 ce2a5b2838 move loggers setup out of configuration 2019-07-07 00:31:48 +03:00
hroff-1902 b80cef964e fix validate_timeframes(); test added 2019-07-03 11:18:39 +03:00
hroff-1902 d41b8cc96e catch ccxt.BaseError 2019-07-03 05:13:41 +03:00
hroff-1902 91fb9d0113 fix #1995 2019-07-03 05:02:44 +03:00
hroff-1902 4f5e212f87 fix #1978 2019-06-28 01:01:51 +03:00
hroff-1902 21bf01a24c partial freqtradebot cleanup 2019-06-27 22:29:17 +03:00
hroff-1902 e5a8030dd7 comment added 2019-06-27 16:42:10 +03:00
hroff-1902 05d93cda16 fix #1963 2019-06-27 01:03:38 +03:00
hroff-1902 6fc6eaf742 minor: couple of typos fixed 2019-06-26 22:23:16 +03:00
hroff-1902 116d8e853e typos in docstrings fixed 2019-06-23 23:10:37 +03:00
hroff-1902 7f018839f8 diverse cosmetics to options help strings 2019-06-23 21:42:46 +03:00
hroff-1902 3716c04ed4 fix help string for --db-url 2019-06-23 20:34:53 +03:00
hroff-1902 7fbdf36c64 avoid code duplication while selecting min_roi entries 2019-06-23 19:23:51 +03:00
hroff-1902 451d4a400e fix help strings shown to the user 2019-06-22 23:51:29 +03:00
hroff-1902 144e053a4e fix for #1948 2019-06-20 03:26:25 +03:00
hroff-1902 a8efb1e1c8 test for #1948 added 2019-06-20 03:26:02 +03:00
hroff-1902 0866b5f29f allow reading config from stdin 2019-06-20 00:04:11 +03:00
hroff-1902 860e056366 --datadir is now handled in arguments.common_options() 2019-06-19 02:49:12 +03:00
hroff-1902 c6fed4e493 make flake happy 2019-06-19 02:42:29 +03:00
hroff-1902 8c40a406b6 arguments cleanup 2019-06-19 01:53:38 +03:00
hroff-1902 6f950bbd66 json validator cosmetics 2019-06-18 01:46:30 +03:00
hroff-1902 d217f32bbc minor: fix typo in freqtradebot.py 2019-06-17 04:35:39 +03:00
hroff-1902 195bf5a4cc tests adjusted 2019-06-16 22:10:39 +03:00
hroff-1902 813c008af2 setup_configuration() cleanup 2019-06-16 21:37:43 +03:00
hroff-1902 09cd7db9b1 make flake happy 2019-06-14 22:04:29 +03:00
hroff-1902 1af988711b add --one-column as an alias option 2019-06-14 21:59:16 +03:00
hroff-1902 cedd38455f remove configuration from list-exchanges 2019-06-14 21:54:38 +03:00
hroff-1902 941fb4ebbb tests added 2019-06-14 18:40:25 +03:00
hroff-1902 ee113ab8ed log messages aligned 2019-06-14 18:40:02 +03:00
hroff-1902 04ea66c977 fix handling timeframes 2019-06-14 02:58:34 +03:00
hroff-1902 a65c89f090 test adjusted 2019-06-12 23:37:02 +03:00
hroff-1902 0cc2210f22 wording fixed 2019-06-12 22:53:43 +03:00
hroff-1902 9c64965808 list-exchanges subcommand added 2019-06-12 12:33:20 +03:00
hroff-1902 dc7f883751 no need to duplicate this long error message 2019-06-11 13:47:04 +03:00
hroff-1902 db6ccef6bd return back check in init_ccxt() 2019-06-11 13:43:29 +03:00
hroff-1902 676e730013 enhance check_exchange 2019-06-11 13:18:35 +03:00
hroff-1902 7322a34fa4 fix metadata in tests 2019-06-11 10:58:19 +03:00
hroff-1902 4801af4c77 debug logging for IStrategy.advise_*() added 2019-06-11 10:42:14 +03:00
hroff-1902 d55f2be942 make flake happy 2019-06-11 10:21:59 +03:00
hroff-1902 cd60d6d99a make --days positive int only 2019-06-11 10:10:21 +03:00
hroff-1902 dc0326db27 fix handling --exchange 2019-06-11 10:09:30 +03:00
hroff-1902 90b0f1daa8 minor optimize cleanup 2019-06-10 02:08:54 +03:00
hroff-1902 1add432673 docs adjusted 2019-05-30 23:00:19 +03:00
hroff-1902 e4e22167bb make mypy happy 2019-05-30 21:00:16 +03:00
hroff-1902 6b144150c7 fix handling of SystemExit 2019-05-30 20:38:04 +03:00
hroff-1902 ef15f2bdc6 log messages slightly improved 2019-05-30 11:19:27 +03:00
hroff-1902 39932627bd typo in log message fixed 2019-05-30 11:03:17 +03:00
hroff-1902 11f535e79f change prints to logging 2019-05-30 10:56:57 +03:00
hroff-1902 f463817c88 change metavar for --pairs-file 2019-05-30 10:56:48 +03:00
hroff-1902 fb88953be3 refactoring download_backtest_data.py 2019-05-29 21:57:14 +03:00
hroff-1902 db2e6f2d1c tests adjusted 2019-05-28 23:25:53 +03:00
hroff-1902 58477dcd82 cleanup: return after cmd removed in main() 2019-05-28 23:25:19 +03:00
hroff-1902 536c8fa454 move python version check to the top 2019-05-28 23:04:39 +03:00
hroff-1902 0e228acbfb minor: exchange debug logging humanized 2019-05-25 22:42:17 +03:00
hroff-1902 c3e93e7593 fix reduce() TypeError in hyperopts 2019-05-24 23:08:56 +03:00
hroff-1902 7b968a2401 logger.exception cleanup 2019-05-24 04:04:07 +03:00
hroff-1902 6e1da13920 Log message changed 2019-05-22 17:19:11 +03:00
hroff-1902 406e266bb4 typo in comment fixed 2019-05-22 14:34:35 +03:00
hroff-1902 2c9a519c5e edge: handle properly the 'No trades' case 2019-05-22 14:21:36 +03:00
hroff-1902 98eeec3145 renaming of make_testdata_path reverted 2019-05-22 14:04:58 +03:00
hroff-1902 7cb753754b tests adjusted 2019-05-21 20:49:19 +03:00
hroff-1902 11dce91281 data/history minor cleanup 2019-05-21 20:49:02 +03:00
hroff-1902 e7b9bc6808 minor: remove noisy useless debug message 2019-05-20 12:27:30 +03:00
hroff-1902 e2b83624a3 data/history cleanup 2019-05-17 19:05:36 +03:00
hroff-1902 2741c5c330 inherit freqtrade exceptions from Exception i.o. BaseException 2019-05-16 22:38:59 +03:00
hroff-1902 8b95e12468 log message adjusted in backtesting and hyperopt 2019-05-15 12:05:35 +03:00
hroff-1902 90a52e4602 tests adjusted; new test_start_no_data() added for hyperopt 2019-05-14 09:23:09 +03:00
hroff-1902 5677c4882e minor: add ticker data validation; log backtesting interval 2019-05-13 23:56:59 +03:00
hroff-1902 003461ec96 tests adjusted 2019-05-12 21:19:20 +03:00
hroff-1902 00b4501c59 avg profit and total profit corrected (to be %, not ratio); comments cleaned up a bit; typo in the log msg fixed 2019-05-12 21:14:00 +03:00
hroff-1902 75306b7a6e tests adjusted 2019-05-11 10:17:46 +03:00
hroff-1902 0f43e0bb7d minor hyperopt output improvements 2019-05-10 10:54:44 +03:00
hroff-1902 45e5867736 heikinashi loop optimized; reset_index moved to tests 2019-05-08 23:41:45 +03:00
hroff-1902 2554ebf273 fixed: heikinashi worked in backtesting, but failed in tests with testing arrays 2019-05-08 00:00:44 +03:00
hroff-1902 d642e03cd0 heikinashi performance problem resolved 2019-05-07 23:39:42 +03:00
hroff-1902 6467d3b58e check python version 2019-05-06 18:27:05 +03:00
hroff-1902 2200a0223b fixed heikinashi 2019-05-06 00:30:21 +03:00
hroff-1902 66c2bdd65a flake happy 2019-05-03 16:58:51 +03:00
hroff-1902 1be4c59481 qtpylib/indicators.py updated 2019-05-03 16:48:07 +03:00
hroff-1902 269699988b test adjusted 2019-05-01 15:55:56 +03:00
hroff-1902 e7b81e4d46 hyperopt --min-trades parameter 2019-05-01 15:27:58 +03:00
hroff-1902 5665426e6b better type hints in worker 2019-04-30 19:47:55 +03:00
hroff-1902 537c03504f fix #1810 2019-04-30 10:29:49 +03:00
hroff-1902 ea44bbff9f prevent hyperopt from running simultaneously 2019-04-25 11:11:04 +03:00
hroff-1902 a429f83f5e flake happy; check_positive() renamed 2019-04-23 22:16:24 +03:00
hroff-1902 cc9f899cd6 removed explicit dependency on multiprocessing module 2019-04-23 21:25:36 +03:00
hroff-1902 a022b1a6c1 --random-state for optimzer to get reproducible results added 2019-04-23 21:18:52 +03:00
hroff-1902 3e3fce5f38 print optimizer state in debug log messages 2019-04-23 09:49:24 +03:00
hroff-1902 7c8e26c717 -j/--job-workers option added for controlling the number of joblib parallel worker processes used in hyperopt
docs refreshed
2019-04-23 00:52:07 +03:00