Matthias
|
1b2581f0cb
|
Add user_data_dir to configuration
|
2019-07-28 14:57:05 +02:00 |
|
Matthias
|
23435512c4
|
Add create-userdir command to initialize a user directory
|
2019-07-28 14:57:05 +02:00 |
|
Matthias
|
6c3a0eb1d6
|
add create_userdir function
|
2019-07-28 14:55:19 +02:00 |
|
Matthias
|
c85cd13ca1
|
Change default backtest result to "backtest_results" - backtest_data is
misleading
|
2019-07-28 14:55:19 +02:00 |
|
Matthias
|
16716ad028
|
Merge pull request #2057 from freqtrade/refactor/argument_location
Move argument definitions to their own file
|
2019-07-26 06:19:04 +02:00 |
|
hroff-1902
|
bf1c197a37
|
import errors fixed
|
2019-07-26 02:21:31 +03:00 |
|
Matthias
|
3c3a902a69
|
Move argument definitions to their own file
|
2019-07-25 20:42:08 +02:00 |
|
Matthias
|
7ee971c3e3
|
Add simple method to add deprecations to cmd line options
|
2019-07-25 20:35:20 +02:00 |
|
hroff-1902
|
04382d4b44
|
add --hyperopt-path option
|
2019-07-22 20:23:18 +03:00 |
|
Matthias
|
790838d897
|
Merge pull request #2024 from freqtrade/custom_hyperopt_loss
Custom hyperopt loss function (and sharpe-ratio)
|
2019-07-20 12:48:26 +02:00 |
|
Matthias
|
4d0cf9ec8e
|
Merge pull request #2033 from hroff-1902/remove-dynamic-whitelist-option
remove deprecated --dynamic-whitelist option
|
2019-07-19 06:38:54 +02:00 |
|
Matthias
|
299f673a8e
|
Merge pull request #2029 from freqtrade/create_datadir_pathlib
[minor] Convert create_datadir to Pathlib
|
2019-07-19 06:36:11 +02:00 |
|
Matthias
|
fa8904978b
|
Don't use --hyperopt-loss-class, but --hyperopt-loss instead
|
2019-07-19 06:31:49 +02:00 |
|
hroff-1902
|
7af24dc486
|
cleanup Arguments: name attrs and methods as non-public
|
2019-07-18 21:43:40 +03:00 |
|
Matthias
|
e01c0ab4d6
|
Improve doc wording
|
2019-07-18 20:02:28 +02:00 |
|
Matthias
|
8b4827ad85
|
Convert create_datadir to Pathlib
|
2019-07-18 19:48:19 +02:00 |
|
hroff-1902
|
50d2950e6b
|
add -V alias for --version
|
2019-07-18 12:12:34 +03:00 |
|
hroff-1902
|
96564d0dad
|
remove deprecated --dynamic-whitelist option
|
2019-07-18 10:45:47 +03:00 |
|
Matthias
|
c5b244419d
|
Merge branch 'develop' into custom_hyperopt_loss
|
2019-07-17 06:27:42 +02:00 |
|
hroff-1902
|
be26ba8f8f
|
rename _load_*_config() methods to _process_*_options()
|
2019-07-16 23:00:19 +03:00 |
|
Matthias
|
ec49b22af3
|
Add sharpe ratio hyperopt loss
|
2019-07-16 06:45:13 +02:00 |
|
Matthias
|
d23179e25c
|
Update hyperopt-loss to use resolver
|
2019-07-16 06:27:43 +02:00 |
|
Matthias
|
7d62bb8c53
|
Revert --clean argument to --continue
|
2019-07-16 05:51:26 +02:00 |
|
Matthias
|
55e8092cbf
|
Add sharpe ratio as loss function
|
2019-07-15 22:52:33 +02:00 |
|
Matthias
|
2a20423be6
|
Allow loading custom hyperopt loss functions
|
2019-07-15 21:35:42 +02:00 |
|
hroff-1902
|
8096a1fb04
|
minor: configuration cleanup
|
2019-07-15 22:17:57 +03:00 |
|
Matthias
|
107f00ff8f
|
Add hyperopt option to clean temporary pickle files
|
2019-07-15 20:17:15 +02:00 |
|
hroff-1902
|
007703156b
|
do not export ARGS_* from configuration
|
2019-07-15 01:55:35 +03:00 |
|
hroff-1902
|
bbfbd87a9f
|
move create_datadir() to separate file
|
2019-07-12 03:31:36 +03:00 |
|
hroff-1902
|
1bdffcc73b
|
make configuration a sep. module, including arguments
|
2019-07-12 00:49:23 +03:00 |
|