Commit Graph

144 Commits

Author SHA1 Message Date
hroff-1902 8e272e5774 minor: cosmetics in arguments.py 2019-07-07 00:48:39 +03:00
Matthias d055dc0c6e
Merge pull request #1993 from freqtrade/refactor/arguments
Remove duplicate keyword from arguments
2019-07-03 12:01:41 +02:00
Matthias 85ac217abc Remove duplicate keyword from arguments 2019-07-02 20:33:27 +02:00
Matthias 044be3b93e Add create_cum_profit column 2019-06-29 16:57:04 +02:00
Matthias b92c6cdf35 Cleanup arguments and test_arguments 2019-06-24 20:10:50 +02:00
Matthias ca5093901b Use build_args for plot script 2019-06-24 20:08:17 +02:00
Matthias ba7a0dde06 Use build_args for download script 2019-06-24 20:08:17 +02:00
Matthias 27798c1683 Remove main_options 2019-06-24 20:08:15 +02:00
Matthias ee312ac230 Use build_args for plot_dataframe script 2019-06-24 20:07:04 +02:00
Matthias 7e82be53cd Use build_args to build subcomand arguments 2019-06-24 20:05:17 +02:00
Matthias 7017e46ba1 Add dict with all possible cli arguments 2019-06-24 20:05:13 +02:00
Matthias 7166674d6c Move check_int_positive out of arguments class 2019-06-24 19:55:16 +02:00
Matthias 31a2aac627
Merge pull request #1959 from freqtrade/split_btanalysis_load_trades
Split btanalysis load trades
2019-06-24 19:41:56 +02:00
Matthias eba7327058 Merge branch 'develop' into split_btanalysis_load_trades 2019-06-24 07:15:14 +02: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 451d4a400e fix help strings shown to the user 2019-06-22 23:51:29 +03:00
Matthias cc56d0e0fc Remove unneeded initialization 2019-06-22 16:40:33 +02:00
Matthias 3e61ada34a Be explicit in what is used, db or trades 2019-06-22 16:18:49 +02:00
Matthias db17b20e26 Don't require pairs but fall back to pair_whitelist instead 2019-06-21 20:21:03 +02:00
Matthias a581ca66bf Adapt test after merging develop 2019-06-21 19:31:18 +02:00
Matthias 5d6819bb28 Merge branch 'develop' into feat/plot_module 2019-06-21 19:28:38 +02:00
Matthias a75f08cf17
Merge pull request #1947 from hroff-1902/arguments-cleanup
arguments cleanup
2019-06-21 06:41:46 +02:00
hroff-1902 0866b5f29f allow reading config from stdin 2019-06-20 00:04:11 +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
Matthias 0eb109f8f7 Improve some tests 2019-06-16 19:53:48 +02:00
Matthias 3f04930f38 Require pairs argument 2019-06-16 19:35:21 +02:00
Matthias 0300128cb8 Move plot-options to arguments.py 2019-06-16 19:35:15 +02:00
Matthias 4ef309bc6c Merge branch 'develop' into pr/hroff-1902/1927 2019-06-16 10:37:28 +02: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
Matthias 2965931a78
Merge pull request #1893 from hroff-1902/refactor-download-script
refactoring download_backtest_data.py
2019-06-14 20:12:07 +02:00
hroff-1902 04ea66c977 fix handling timeframes 2019-06-14 02:58:34 +03:00
hroff-1902 9c64965808 list-exchanges subcommand added 2019-06-12 12:33:20 +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 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
Matthias 22144d89fc Fix mypy error 2019-05-29 19:46:26 +02:00
Matthias 55bdd26439 Edgecli -> Edge for Runmode and start_edge() 2019-05-28 19:25:01 +02:00
Matthias 104f1212e6 Move edge_cli_start to optimize 2019-05-25 20:06:15 +02:00
Matthias 236c392d28 Don't load hyperopts / optimize dependency tree if that module is not
used
2019-05-25 20:00:31 +02:00
Matthias 469c0b6a55 Adjust check_int_positive tests 2019-05-25 13:16:00 +02:00
hroff-1902 e7b81e4d46 hyperopt --min-trades parameter 2019-05-01 15:27:58 +03:00
hroff-1902 2898067318
Merge branch 'develop' into hyperopt-jobs 2019-04-24 10:31:03 +03:00
hroff-1902 a429f83f5e flake happy; check_positive() renamed 2019-04-23 22:16:24 +03:00
hroff-1902 fc4ef2b430
Merge branch 'develop' into hyperopt-opt-params 2019-04-23 21:58:27 +03:00
hroff-1902 e3b0474901
Merge branch 'develop' into hyperopt-jobs 2019-04-23 21:34:38 +03:00
hroff-1902 a022b1a6c1 --random-state for optimzer to get reproducible results added 2019-04-23 21:18:52 +03:00