Matthias
|
b2a9b87be3
|
Merge pull request #2632 from freqtrade/dependabot/pip/develop/scikit-learn-0.22
Bump scikit-learn from 0.21.3 to 0.22
|
2019-12-10 16:20:39 +01:00 |
|
Matthias
|
3f9f29ba4e
|
Fix Flake8 import error
|
2019-12-10 16:10:51 +01:00 |
|
hroff-1902
|
3448f86263
|
Suppress scikit-learn FutureWarnings from skopt imports
|
2019-12-10 15:46:29 +03:00 |
|
hroff-1902
|
0e4ef33d6a
|
Merge pull request #2581 from hroff-1902/hyperopt-list
Add hyperopt-list and hyperopt-show commands
|
2019-12-10 00:30:26 +03:00 |
|
hroff-1902
|
d21ae4edd3
|
Add fixes for comments in the review
|
2019-12-05 23:29:31 +03:00 |
|
Matthias
|
4b0a4c936a
|
Fix hyperopt with ticker_interval from strategy
|
2019-12-05 20:31:02 +01: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
|
54694dd3a4
|
Manual merge of some conflicts in hyperopt
|
2019-12-04 23:14:47 +03:00 |
|
hroff-1902
|
668d42447f
|
Refactor log_trials_result()
|
2019-12-01 16:15:00 +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
|
8e7512161a
|
Add hyperopt-list and hyperopt-show commands
|
2019-11-26 15:01:42 +03:00 |
|
Matthias
|
af3eea3805
|
Move config json validation to after strategy loading
Otherwise attributes are mandatory in configuration
while they could be set in the strategy
|
2019-11-25 07:05:30 +01:00 |
|
hroff-1902
|
067267f4cf
|
Log messages improved (plural/singular)
|
2019-11-23 12:20:41 +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
|
e7ddd81251
|
Merge branch 'develop' into hyperopt-trailing-space
|
2019-11-23 03:42:58 +03:00 |
|
Matthias
|
9b050523e9
|
Merge pull request #2397 from freqtrade/feat/new_args_system
require subcommand for all actions
|
2019-11-14 06:28:42 +01:00 |
|
Matthias
|
5b62ad876e
|
Remove hyperopts occurances
|
2019-11-13 09:39:00 +01:00 |
|
Matthias
|
c449e39280
|
Replace more occurances of ticker_interval
|
2019-11-12 15:13:06 +01:00 |
|
Matthias
|
1c57a4ac35
|
more replacements of ticker_interval
|
2019-11-12 15:13:06 +01:00 |
|
Matthias
|
d801dec6aa
|
Some more places with ticker_interval gone
|
2019-11-12 15:13:06 +01:00 |
|
Matthias
|
e4bdb92521
|
Replace some occurances of ticker_interval with timeframe
|
2019-11-12 15:13:06 +01:00 |
|
hroff-1902
|
31ab32f0b9
|
Always set trailing_stop=True with 'trailing' hyperspace
|
2019-11-08 12:47:28 +03:00 |
|
hroff-1902
|
f90676cfc5
|
Add trailing stoploss hyperspace
|
2019-11-08 03:07:43 +03:00 |
|
Matthias
|
ca77dbe8da
|
Fix UnicodeError in hyperopt output
|
2019-11-06 19:33:15 +01:00 |
|
Matthias
|
eb0b0350e0
|
Introduce remove_credentials to remove code duplication
|
2019-11-05 12:39:19 +01:00 |
|
Matthias
|
1e44f93c31
|
Fix pandas access warning
|
2019-11-03 10:58:31 +01:00 |
|
Matthias
|
861f10dca6
|
Allow populate-indicators to come from strategy
|
2019-11-02 11:10:33 +01:00 |
|
Matthias
|
132a4da7cf
|
Small style fixes and adjusted tests
|
2019-10-27 10:56:38 +01:00 |
|
Matthias
|
33164ac78e
|
Refactor loading of bt data to backtesting ...
|
2019-10-27 09:44:56 +01:00 |
|
Matthias
|
bd4a23beeb
|
Refactor start-adjust logic to timerange
|
2019-10-27 09:44:56 +01:00 |
|
Matthias
|
6382a4cd04
|
Implement startup-period to default-strategy
|
2019-10-27 09:44:56 +01:00 |
|
Matthias
|
704121c197
|
Move most logic to history
|
2019-10-27 09:44:56 +01:00 |
|
Matthias
|
9c7696a8ce
|
Add required_startup to backtesting
|
2019-10-27 09:44:56 +01:00 |
|
hroff-1902
|
4ec83a2c24
|
DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct
|
2019-10-18 23:29:19 +03:00 |
|
Matthias
|
85c4546333
|
Merge pull request #2343 from hroff-1902/move-experimental
Move experimental settings to ask_strategy
|
2019-10-10 16:08:11 +02:00 |
|
hroff-1902
|
2ec8376af9
|
Merge pull request #2342 from freqtrade/fix/negativeroi
Don't have backtest sells outside of a candle
|
2019-10-08 11:19:34 +03:00 |
|
Matthias
|
0664a8c0e6
|
add --fee to change fees to other values
|
2019-10-05 15:29:00 +02:00 |
|
hroff-1902
|
9b23376415
|
Move experimental settings to ask_strategy
|
2019-10-05 13:29:59 +03:00 |
|
Matthias
|
7ea9da9605
|
Fix #2277
|
2019-10-05 10:54:28 +02:00 |
|
Matthias
|
dc47a391da
|
Move ignore to corrct line for mypy 730
|
2019-09-30 19:32:46 +02:00 |
|
Matthias
|
ed10048394
|
Merge pull request #2308 from hroff-1902/hyperopt-config
Allow use of config in custom hyperopt methods
|
2019-09-28 10:36:46 +02:00 |
|
hroff-1902
|
4ac53f1549
|
Shorten the default hyperopt stoploss space
|
2019-09-28 04:13:53 +03:00 |
|
hroff-1902
|
9db915853a
|
Allow use of config in custom hyperopt methods
|
2019-09-26 11:59:21 +03:00 |
|
Matthias
|
5237723f22
|
Merge pull request #2303 from freqtrade/feat/hyperopt_optional_install
Optional hyperopt dependency installation
|
2019-09-26 09:42:16 +02:00 |
|
Matthias
|
b994f5c273
|
Merge pull request #2294 from hroff-1902/fix-skopt-memory3
Fix skopt memory exhaustion
|
2019-09-25 19:55:27 +02:00 |
|
Matthias
|
27cc73f47e
|
Dynamically import hyperopt modules
|
2019-09-25 11:40:34 +02:00 |
|