Commit Graph

90 Commits

Author SHA1 Message Date
Matthias f82c4346b6 data conversion, not data conversation
* we're not talking to the data yet ...
2020-01-05 09:55:02 +01:00
Matthias 28787a001c Move convert functions to convert module 2019-12-28 11:02:34 +01:00
Matthias 9c5b94adf5 Pass data_format to methods 2019-12-28 11:01:42 +01:00
Matthias 018e270336 Allow --pairs for convert arguments 2019-12-28 11:01:41 +01:00
Matthias 3d4f62081e Allow timeframes for convert-data 2019-12-28 11:01:41 +01:00
Matthias 2a6b542b09 Add second subcommand to allow conversation of ohlcv and trades data
seprately
2019-12-28 11:01:41 +01:00
Matthias e5a61667dd Implement first version of jsondatahandler 2019-12-28 11:00:22 +01:00
Matthias 2496aa8e3f Add convert-data template subcommands 2019-12-28 10:59:30 +01:00
Matthias 2ab989e274 Cleanup some code and add option 2019-12-24 15:28:35 +01:00
Matthias a68445692b Add first steps for list-strategies 2019-12-24 12:44:41 +01:00
hroff-1902 a9f7e9fb7a Fix NO_CONF; fix tests 2019-12-09 12:49:04 +03:00
hroff-1902 017a94adc1 Merge develop 2019-12-05 01:08:38 +03:00
Matthias 0b03c6c786 Implement to json 2019-12-02 07:00:38 +01:00
Matthias 153434561d Add test_pairlist method 2019-11-30 19:53:22 +01:00
hroff-1902 9991c892ac
Merge branch 'develop' into hyperopt-list 2019-11-26 15:14:42 +03:00
hroff-1902 8e7512161a Add hyperopt-list and hyperopt-show commands 2019-11-26 15:01:42 +03:00
Matthias f26c40082d Allow selection of templates for strategy 2019-11-21 07:21:19 +01:00
Matthias 65489c894d Add no-arg test 2019-11-21 06:32:45 +01:00
Matthias 8c2ff2f46e Add template for new-hyperopt command 2019-11-21 06:32:45 +01:00
Matthias e3cf6188a1 Add first version of new-strategy generation from template 2019-11-21 06:32:45 +01:00
Matthias 41494f28da Allow resetting of the directory 2019-11-21 06:32:45 +01:00
Matthias e1edf36307 Fix test failures 2019-10-24 06:22:05 +02:00
hroff-1902 4ce278a06e
Merge branch 'develop' into feat/new_args_system 2019-10-23 22:45:06 +03:00
Matthias 1c503f39b2 Handle some merge aftermaths 2019-10-21 06:38:30 +02:00
hroff-1902 1bc63288a3
Merge branch 'develop' into list-pairs2 2019-10-20 23:22:45 +03:00
Matthias f3cfe147b5 Merge branch 'develop' into feat/new_args_system 2019-10-20 19:32:34 +02:00
hroff-1902 e957894852 Rename start_list_pairs() -> start_list_markets() 2019-10-18 01:26:05 +03:00
hroff-1902 a8ffd29e18 Remove --active-only, introduce -a/--all instead 2019-10-17 02:42:07 +03:00
hroff-1902 92fda0f76c Allow --base and --quote be lists of currencies 2019-10-17 02:09:19 +03:00
hroff-1902 f348956e4c --print-csv added 2019-10-16 02:22:27 +03:00
hroff-1902 89e0c76a3f Add --print-json and -1/--one-column options 2019-10-15 22:31:23 +03:00
Matthias a5c83b66df Add --dry-run to trade command 2019-10-15 06:53:16 +02:00
Matthias 37925e7f6c Add --dl-trades cli flag 2019-10-13 13:15:22 +02:00
hroff-1902 7cf7982565 Add list-pairs and list-markets subcommands 2019-10-13 13:12:20 +03:00
hroff-1902 edfbb56749
Merge pull request #2344 from freqtrade/backtest_nofees
Backtest no fees / custom fees
2019-10-07 13:30:20 +03:00
hroff-1902 946b8c29d7
Merge pull request #2317 from hroff-1902/list-timeframes
Add list-timeframes subcommand
2019-10-06 16:28:15 +03:00
Matthias 0664a8c0e6 add `--fee` to change fees to other values 2019-10-05 15:29:00 +02:00
hroff-1902 d1fa5f307b Add --all option to list-exchanges 2019-10-01 00:33:33 +03:00
hroff-1902 e9d9df3473
Merge branch 'develop' into list-timeframes 2019-09-30 18:58:25 +03:00
Matthias 03b5be91f7 some commands should not have config at all 2019-09-30 09:47:52 +02:00
Matthias 381b0d3d07 Fix typo with new parser 2019-09-29 19:18:52 +02:00
Matthias 52523bcd8b Use strategy child parser 2019-09-29 19:18:52 +02:00
Matthias 014881e550 Allow query version without subcommand 2019-09-29 16:17:20 +02:00
Matthias 9ef874e979 Add Custom message during transition period 2019-09-29 16:17:20 +02:00
Matthias d62a4d3566 Fix some minor problems 2019-09-29 16:17:20 +02:00
Matthias 0f2e277f80 Rename subparser variable to command 2019-09-29 16:17:20 +02:00
Matthias cb37f43277 Add trade subparser (and make subparser a requirement) 2019-09-29 16:17:20 +02:00
Matthias 2a535b72ff Parser should not have default 2019-09-29 16:17:20 +02:00
Matthias cd2336887c Add first version with shared parent parsers 2019-09-29 16:09:59 +02:00
hroff-1902 448b09d7b6 Add list-timeframes subcommand 2019-09-29 11:54:20 +03:00