Commit Graph
100 Commits
Author SHA1 Message Date
hroff-1902 95bd9e8e0b No underscores in cli options 2019-12-22 00:17:51 +03:00
hroff-1902 cf4c3642ce Minor improvements in data.history 2019-12-18 01:06:03 +03:00
hroff-1902 1537389617 Remove startup_candles argument in refresh_data 2019-12-17 18:23:31 +03:00
hroff-1902 b2796f99b6 Remove redundant refresh_pair_history 2019-12-17 14:06:21 +03:00
hroff-1902 60f89c8c01 Split refresh from load_data/load_pair_history 2019-12-17 13:43:42 +03:00
hroff-1902 0277cd82ea Make mypy happy 2019-12-16 23:25:57 +03:00
hroff-1902 a6fc743d85 Align code in _download_*_history() 2019-12-16 22:12:26 +03:00
hroff-1902 fa968996ed Remove useless check 2019-12-16 22:01:26 +03:00
hroff-1902 4cd45b6535 Rename download_*_history as non-public 2019-12-16 21:57:03 +03:00
hroff-1902 2af9ffa7f2 Align refresh_backtest_ to each other 2019-12-16 21:43:33 +03:00
hroff-1902 26ab108890 Fix mypy errors in develop 2019-12-15 01:10:09 +03:00
hroff-1902 6e778ad710 Seed hyperopt random_state if not passed 2019-12-12 03:12:28 +03:00
hroff-1902 3448f86263 Suppress scikit-learn FutureWarnings from skopt imports 2019-12-10 15:46:29 +03:00
hroff-1902 3252654ed3 Test adjusted 2019-12-10 14:06:17 +03:00
hroff-1902 641e3fdf7a Fix generation of hyperopt trailing params 2019-12-10 03:32:43 +03:00
hroff-1902 2f76eaf358 minor: Fix documentation formatting 2019-12-10 00:33:57 +03:00
hroff-1902 18c73ceb90 Add tests for the last commit 2019-12-10 00:22:11 +03:00
hroff-1902 8431b54b21 Fix index limits handling 2019-12-09 23:50:40 +03:00
hroff-1902 5fc357ee10 Fix typo 2019-12-09 23:43:50 +03:00
hroff-1902 a9f7e9fb7a Fix NO_CONF; fix tests 2019-12-09 12:49:04 +03:00
hroff-1902 4b560880fd Add tests for hyperopt-list, hyperopt-show 2019-12-09 04:37:58 +03:00
hroff-1902 d21ae4edd3 Add fixes for comments in the review 2019-12-05 23:29:31 +03:00
hroff-1902 b61f43835d Make flake happy 2019-12-05 01:11:06 +03:00
hroff-1902 017a94adc1 Merge develop 2019-12-05 01:08:38 +03:00
hroff-1902 b20bea8492 Adjust tests 2019-12-04 23:15:19 +03:00
hroff-1902 54694dd3a4 Manual merge of some conflicts in hyperopt 2019-12-04 23:14:47 +03:00
hroff-1902 ac3e061508 Resolve issues stated in the review 2019-12-03 23:20:00 +03:00
hroff-1902 ddf86d6342 Adjust docs index 2019-12-03 21:36:25 +03:00
hroff-1902 ba29a2ffe4 Move docs on loss function creation to a separate doc file 2019-12-03 21:30:50 +03:00
hroff-1902 86342efa7a Adjust test 2019-12-01 18:34:25 +03:00
hroff-1902 05967442c3 Adjust test 2019-12-01 18:01:59 +03:00
hroff-1902 d6b587678e Adjust test 2019-12-01 17:44:14 +03:00
hroff-1902 668d42447f Refactor log_trials_result() 2019-12-01 16:15:00 +03:00
hroff-1902 26a7af85ea Add trailing_space() into AdvancedSampleHyperOpt 2019-12-01 03:31:03 +03:00
hroff-1902 69b0767165 Merge remote-tracking branch 'upstream/develop' into hyperopt-trailing-space 2019-12-01 03:28:23 +03:00
hroff-1902 a88bfa8ded Fix: trailing_stop_positive should be positive 2019-12-01 02:27:17 +03:00
hroff-1902 8f9b5095b5 Fix some tests 2019-11-27 22:52:43 +03:00
hroff-1902 c3d7411668 Fix imports 2019-11-27 19:35:22 +03:00
hroff-1902 a373e48939 Comment added 2019-11-27 14:53:01 +03:00
hroff-1902 f2cd4fdafe Fix the rest of tests 2019-11-27 05:12:54 +03:00
hroff-1902 8e7512161a Add hyperopt-list and hyperopt-show commands 2019-11-26 15:01:42 +03:00
hroff-1902 066f324060 Make flake happy 2019-11-26 12:28:04 +03:00
hroff-1902 8e1e20bf0d Fix some tests 2019-11-26 12:07:43 +03:00
hroff-1902 0ac592ad40 Fix markets in conftest 2019-11-26 12:00:20 +03:00
hroff-1902 17269c88be Fix _get_min_pair_stake_amount() 2019-11-26 11:57:58 +03:00
hroff-1902 8204107315 Add test for get_min_pair_stake_amount() with real data 2019-11-26 11:57:02 +03:00
hroff-1902 6cb4830534 Testcase added 2019-11-23 12:30:49 +03:00
hroff-1902 067267f4cf Log messages improved (plural/singular) 2019-11-23 12:20:41 +03:00
hroff-1902 99db53417c Tests adjusted 2019-11-23 12:00:43 +03:00
hroff-1902 737c07c5b6 Make mypy happy 2019-11-23 11:51:52 +03:00
hroff-1902 097cdcb57a Save epochs at intermediate points 2019-11-23 11:32:33 +03:00
hroff-1902 175591e524 Fix test 2019-11-23 04:03:47 +03:00
hroff-1902 b8aa727edf Fix second part of freqtrade-strategies #51 2019-11-21 05:10:48 +03:00
hroff-1902 633996216a Improve commands help list 2019-11-20 15:25:56 +03:00
hroff-1902 f9a92c2879 Adjust test 2019-11-13 23:32:37 +03:00
hroff-1902 ab194c7d75 Add test 2019-11-13 23:09:05 +03:00
hroff-1902 6174a5dd55 Reimplement adjustment of ccxt 'has' with more generic ccxt_config class attribute 2019-11-13 20:22:23 +03:00
hroff-1902 e26bbc7de8 Add fix for bibox exchange 2019-11-13 19:50:54 +03:00
hroff-1902 31ab32f0b9 Always set trailing_stop=True with 'trailing' hyperspace 2019-11-08 12:47:28 +03:00
hroff-1902 d3a3765819 Fix test 2019-11-08 03:48:08 +03:00
hroff-1902 f90676cfc5 Add trailing stoploss hyperspace 2019-11-08 03:07:43 +03:00
hroff-1902 a041b8bf72 Merge remote-tracking branch 'upstream/develop' into log-stderr 2019-10-31 09:07:07 +03:00
hroff-1902 9c180e587b Log to stderr 2019-10-30 04:04:28 +03:00
hroff-1902 48d83715a5 Fix typo in docs (thanks to Escaliert@Slack) 2019-10-27 03:44:49 +03:00
hroff-1902 8b4fea4b71 Update installation.md 2019-10-27 02:06:10 +03:00
hroff-1902 4c1f0c3c59 Merge remote-tracking branch 'origin/develop' into logging-syslog 2019-10-27 02:03:03 +03:00
hroff-1902 bf20f3b7d8 Remove part which is related to #2418 2019-10-26 15:41:31 +03:00
hroff-1902 bfec9d974b docs: Create Advanced Post-installation Tasks section; move systemd stuff there 2019-10-26 13:26:22 +03:00
hroff-1902 3a7553eef6 Adjust option helpstring 2019-10-26 12:45:05 +03:00
hroff-1902 41f97a73c9 Add logging to syslog and journald 2019-10-25 17:31:57 +03:00
hroff-1902 59e881c59d Remove obsolete scripts 2019-10-24 23:11:07 +03:00
hroff-1902 2e1e080022 Fix potential race conditions between RPC and Freqtradebot during initialization 2019-10-24 22:33:44 +03:00
hroff-1902 6640f4a1b2 Make flake happy 2019-10-23 23:57:17 +03:00
hroff-1902 7441300270 Merge remote-tracking branch 'origin/develop' into list-pairs2 2019-10-22 20:19:03 +03:00
hroff-1902 b26faa13bd Call validate_timeframe only when validate is True 2019-10-22 13:51:36 +03:00
hroff-1902 562e4e63de Set validate=False for exchangÑe in start_list_markets 2019-10-22 13:48:54 +03:00
hroff-1902 ad5f7e1581 Merge remote-tracking branch 'origin/develop' into list-pairs2 2019-10-22 12:30:39 +03:00
hroff-1902 ca4d0067e4 Uncomment tests with --exchange 2019-10-21 02:15:37 +03:00
hroff-1902 45b2d24b79 Improve docs 2019-10-20 23:00:17 +03:00
hroff-1902 10ca249293 Fix fluky test 2019-10-20 22:43:00 +03:00
hroff-1902 d6b6ded8bd Print empty line separator in case of human-readable formats (list and tabular) 2019-10-20 22:30:15 +03:00
hroff-1902 30eb23e1aa Minor freqtrade cleanup 2019-10-18 23:41:07 +03:00
hroff-1902 4ec83a2c24 DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct 2019-10-18 23:29:19 +03:00
hroff-1902 5e731ec278 Add more tests 2019-10-18 14:55:59 +03:00
hroff-1902 e957894852 Rename start_list_pairs() -> start_list_markets() 2019-10-18 01:26:05 +03:00
hroff-1902 369335b80c Add tests for start_list_pairs() 2019-10-18 01:07:52 +03:00
hroff-1902 2ebddcf45c Make flake happy again 2019-10-17 23:40:29 +03:00
hroff-1902 8564affdf0 Add tests for Exchange.get_markets() 2019-10-17 22:45:20 +03:00
hroff-1902 750dc8bf56 Add tests for market_is_active() 2019-10-17 19:24:39 +03:00
hroff-1902 033742b708 Fix pairlists to use market_is_active() instead of custom check 2019-10-17 19:06:58 +03:00
hroff-1902 84ba431d10 Introduce a market with no 'active' field in conftest 2019-10-17 19:05:50 +03:00
hroff-1902 b6e26c82ea Replace market_is_pair() by symbol_is_pair() 2019-10-17 18:44:25 +03:00
hroff-1902 e8eb968a6f Add tests for market_is_pair() 2019-10-17 18:19:50 +03:00
hroff-1902 66605a1909 Add tests for plural(), taken from #1989 2019-10-17 17:52:33 +03:00
hroff-1902 1e61263a28 More sofisticated market_is_pair(), taken from #1989 2019-10-17 17:49:04 +03:00
hroff-1902 bd08874f1f Fix options metavars shown in the helpstring 2019-10-17 17:31:49 +03:00
hroff-1902 ff6a3465a7 Docs added 2019-10-17 17:22:33 +03:00
hroff-1902 bf4e9a5dbb Code cleanup 2019-10-17 04:34:05 +03:00
hroff-1902 837d4d82b4 Sort tabular and csv data by symbol as well 2019-10-17 03:06:51 +03:00
hroff-1902 a8ffd29e18 Remove --active-only, introduce -a/--all instead 2019-10-17 02:42:07 +03:00