Commit Graph
88 Commits
Author SHA1 Message Date
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 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
hroff-1902 8dad8f25cf docs refreshed 2019-04-22 22:11:56 +03:00
hroff-1902 ad85ac3dde make --refresh-pairs-cached common option for optimization; added support for it into hyperopt 2019-04-22 21:24:45 +03:00
hroff-1902 6b87d94bb0 --print-all command line option added for hyperopt 2019-04-22 01:10:01 +03:00
hroff-1902 c3a9db6488 change comments to docstrings 2019-04-11 22:22:33 +03:00
hroff-1902 8bdbfbf194 tests for options added 2019-04-11 18:07:51 +03:00
hroff-1902 c2ca899c7e fixed printed message; cosmetic changes in the code in scripts/download_backtest_data.py 2019-04-11 00:59:53 +03:00
hroff-1902 902ffa6853 impoved argument and exception handling in scripts/get_market_pairs.py 2019-04-11 00:15:17 +03:00
hroff-1902 f03acce84c typing of return value corrected 2019-04-11 00:07:27 +03:00
hroff-1902 9fbe573cca limit usage of ccxt to freqtrade/exchange only 2019-04-09 12:27:35 +03:00
hroff-1902 3e4dd5019d docs adjusted 2019-04-08 11:20:15 +03:00
hroff-1902 cb2f422e1c make name option required again 2019-04-08 11:19:45 +03:00
hroff-1902 4559a38172 PoC: use defaults in json schema for some exchange options 2019-04-08 04:42:28 +03:00
hroff-1902 91dc2b96fc support for defaults in json.schema 2019-04-08 04:23:29 +03:00
hroff-1902 ebf1126351 cosmetic: rename interval, tick_interval, etc --> ticker_interval 2019-04-07 16:28:53 +03:00
hroff-1902 d6d16b4696 docstrings improved 2019-04-07 00:22:02 +03:00
hroff-1902 dc1968b968 docstrings added 2019-04-06 23:36:55 +03:00
hroff-1902 6913bce6a1 flake8, import in script/plot_profit.py 2019-04-04 21:39:38 +03:00
hroff-1902 2aa1b43f01 get rid of TICKER_INTERVAL_MINUTES dict, use ccxt's parse_timeframe() instead 2019-04-04 20:56:40 +03:00
hroff-1902 65350ad552 final flake happy 2019-04-03 22:14:42 +03:00
hroff-1902 d54acca53a move tests back to original codebase to minimize changes 2019-04-03 00:55:59 +03:00
hroff-1902 b0ddb33acc tests cleanup: Worker --> FreqtradeBot where the Worker object is not really needed 2019-04-02 22:36:30 +03:00
hroff-1902 62141d3d27 test cloned, separate tests for worker and freqtrade states 2019-04-02 21:57:52 +03:00
hroff-1902 ab0e657d77 Check for empty whitelist moved to _process() 2019-04-01 21:36:53 +03:00
hroff-1902 34b40500c3 Check whitelist fetched from config for emptiness 2019-04-01 20:45:59 +03:00
hroff-1902 8546db9dfd wording in the log message 2019-04-01 20:23:13 +03:00
hroff-1902 77d2479c75 tests adjusted 2019-04-01 14:08:41 +03:00
hroff-1902 f0b2798c37 fix #1704 2019-04-01 14:08:03 +03:00
hroff-1902 7251e5bd62 bot state moved back to freqtradebot from worker 2019-03-31 23:39:55 +03:00
hroff-1902 06144a1fc4 Wording in a comment 2019-03-30 23:33:52 +03:00
hroff-1902 208832e847 flake8, mypy resolved 2019-03-30 02:19:43 +03:00
hroff-1902 f5744cc9bf fix in the tests 2019-03-26 18:34:50 +03:00
hroff-1902 c6d2c1e520 rest of telegram tests adjusted 2019-03-26 12:45:19 +03:00
hroff-1902 8aee009a0a test _reconfigure() adjusted 2019-03-26 12:42:19 +03:00
hroff-1902 5ccd618189 tests adjusted 2019-03-26 11:07:24 +03:00
hroff-1902 5161e1abb3 Allow to pass config into worker, as it's used in the tests 2019-03-26 11:07:02 +03:00
hroff-1902 c8b0c9af0a Worker moved to new worker.py 2019-03-25 17:45:03 +03:00
hroff-1902 158cb307f6 further refactoring of FreqtradeBot.process() 2019-03-23 00:20:20 +03:00
hroff-1902 e35daf95c0 minor cleanup 2019-03-22 23:41:48 +03:00
hroff-1902 b448890210 test_main.py adjusted (only beginning) 2019-03-22 22:03:15 +03:00
hroff-1902 be6836b0ef resolve python module circular dependency 2019-03-22 21:49:19 +03:00
hroff-1902 60afba5592 move worker stuff to main.py 2019-03-22 20:16:54 +03:00
hroff-1902 580ada8c4f exchange cleanup 2019-03-19 20:52:35 +03:00
hroff-1902 aa15312670 wallets cleanup 2019-03-19 20:51:27 +03:00
hroff-1902 41add9f8ca code cleanup; added message to systemd for reconfiguration 2019-03-11 15:38:00 +03:00
hroff-1902 8730852d6e Support for systemd watchdog via sd_notify 2019-03-10 21:04:38 +03:00
hroff-1902 35250eb230 one more typo fixed (by @xmatthias) 2019-03-06 01:21:38 +03:00
hroff-1902 c032dd0f45 new docs/deprecated.md added to the site menu 2019-03-05 14:29:55 +03:00
hroff-1902 ce46555e77 docs/configuration.md reviewed: formatting, wording, grammar, etc 2019-03-05 14:11:40 +03:00
hroff-1902 2f98dd0429 description for --dynamic-whitelist moved to new docs/deprecated.md 2019-03-05 14:09:26 +03:00
hroff-1902 b792f00553 exchange cleanup 2019-03-01 02:13:16 +03:00
hroff-1902 4df44d8b32 wallets cleanup 2019-03-01 01:26:29 +03:00
hroff-1902 761861f0b7 comments: removed mentioning recursion, typos, etc. 2019-02-27 13:35:06 +03:00
hroff-1902 4c2961f0d9 eliminate recursion in _detect_next_stop_or_sell_point() 2019-02-27 06:31:27 +03:00
hroff-1902 2851833726 added _now_is_time_to_refresh() 2019-02-21 01:20:24 +03:00
hroff-1902 c1ef6940b0 removed wrong comment: tuple is not created here 2019-02-21 00:47:18 +03:00
hroff-1902 2aba9c081c fixed typos in comments 2019-02-21 00:46:35 +03:00
hroff-1902 da5bef501e cleanup 2019-02-20 17:55:20 +03:00
hroff-1902 4fbba98168 tests adjusted for multiple --config options 2019-02-20 17:54:20 +03:00
hroff-1902 87c82dea3d support for multiple --config in the download_backtest_data.py utility 2019-02-20 17:00:35 +03:00
hroff-1902 c08a2b6638 help message fixed 2019-02-20 16:23:09 +03:00
hroff-1902 7bc874c7fd comments adjusted 2019-02-20 16:12:17 +03:00
hroff-1902 fac0e4e603 more code cleanup in _process() 2019-02-20 16:01:56 +03:00
hroff-1902 199e3d2234 typo in a comment 2019-02-20 15:13:21 +03:00
hroff-1902 5906d37818 code cleanup in _process() 2019-02-20 15:12:04 +03:00
hroff-1902 2f225e2340 multiple --config options 2019-02-19 15:14:47 +03:00