enenn
|
db46ad6502
|
Change ticker interval from minutes as integer to string (1m, 5m, 1h,...)
|
2018-04-07 16:57:47 +02:00 |
|
enenn
|
c1c6ed6ed7
|
Replace 'BTC_XXX' with 'XXX/BTC' for pairs and 'XXX_BTC' for files
|
2018-04-07 16:51:50 +02:00 |
|
gcarq
|
b254ff9b41
|
Merge 'develop' into feature/enhance-strategy-resolving
|
2018-03-26 16:23:25 +02:00 |
|
gcarq
|
611bb52d1f
|
log hyperopt progress to stdout instead to the logger
|
2018-03-25 22:57:40 +02:00 |
|
gcarq
|
f374a062e1
|
remove freqtrade/logger.py
|
2018-03-25 21:43:00 +02:00 |
|
gcarq
|
b4d2a3f495
|
refactor StrategyResolver to work with class names
|
2018-03-25 15:12:39 +02:00 |
|
gcarq
|
ca9c5edd39
|
rename Strategy into StrategyResolver
|
2018-03-25 15:12:39 +02:00 |
|
gcarq
|
d2aea7bdc1
|
optimize imports
|
2018-03-20 19:50:04 +01:00 |
|
gcarq
|
967bf417df
|
Merge branch 'develop' into feature/objectify
|
2018-03-19 19:10:19 +01:00 |
|
Matthias
|
94caf82ab2
|
Fix test_dataframe when ran standalone (#546)
* Fix dataframe test when ran standalone
* Fix standalone tests in hyperopt and optimize tests
|
2018-03-19 18:30:14 +01:00 |
|
Matthias
|
e907c48438
|
Fix test_dataframe when ran standalone (#546)
* Fix dataframe test when ran standalone
* Fix standalone tests in hyperopt and optimize tests
|
2018-03-15 23:37:34 +01:00 |
|
Gerald Lonlas
|
173b640b34
|
Increase Hyperopt() code coverage
|
2018-03-05 22:36:15 -08:00 |
|
Gerald Lonlas
|
ea7b25766b
|
Increase Hyperopt() code coverage
|
2018-03-05 00:35:42 -08:00 |
|
Gerald Lonlas
|
25d0e5f942
|
Merge commit '4dca84817eb1b62047a9e4d282254392ea978e44' into feature/objectify
|
2018-03-04 02:06:40 -08:00 |
|
Gerald Lonlas
|
722ed48d9d
|
Merge commit 'e3d222912dfd775b7456a44d6d6055430711f251' into feature/objectify
|
2018-03-04 00:51:22 -08:00 |
|
Gerald Lonlas
|
38510d4b03
|
Merge commit '1134c81aad049d4357c8f299ffc801218f3d9574' into feature/objectify
|
2018-03-03 17:26:06 -08:00 |
|
Gerald Lonlas
|
390501bac0
|
Make Pylint Happy chapter 1
|
2018-03-03 09:33:54 +08:00 |
|
Gerald Lonlas
|
6ef7b7d93d
|
Complete Backtesting and Hyperopt unit tests
|
2018-03-03 09:33:54 +08:00 |
|
Samuel Husso
|
e3d222912d
|
Merge pull request #511 from gcarq/hyperopt_selectable_spaces
Allow selecting Hyperopt search space
|
2018-02-12 08:28:24 +02:00 |
|
Janne Sinivirta
|
b1230b27b7
|
adjust unit test to match new --spaces format
|
2018-02-11 19:22:13 +02:00 |
|
Janne Sinivirta
|
2ce03ab1b5
|
make Strategy store roi and stoploss values as numbers to avoid later casting
|
2018-02-11 15:25:30 +02:00 |
|
Janne Sinivirta
|
f14d6249e0
|
allow selecting hyperopt searchspace
|
2018-02-09 20:59:06 +02:00 |
|
kryofly
|
12a19e400f
|
tests: more backtesting testing (#496)
* tests: more backtesting testing
* tests: hyperopt
* tests: document kludge
* tests: improve test_dataframe_correct_length
* tests: remove remarks
|
2018-02-08 21:49:43 +02:00 |
|
Janne Sinivirta
|
45975c9677
|
set capturing level
|
2018-01-31 19:37:38 +02:00 |
|
Janne Sinivirta
|
42087c9bfe
|
let hyperopt optimize ROI table
|
2018-01-25 11:12:00 +02:00 |
|
Janne Sinivirta
|
5007165908
|
add search space for ROI table
|
2018-01-25 09:34:26 +02:00 |
|
Gérald LONLAS
|
14d16f2574
|
Merge pull request #357 from kryofly/timeperiod
Timeperiod
|
2018-01-18 20:26:44 -08:00 |
|
Janne Sinivirta
|
ce963aae58
|
add macd < 0 guard to hyperopt
|
2018-01-16 18:52:06 +02:00 |
|
kryofly
|
0e58ab7e01
|
more advanced use of --timerange
|
2018-01-16 00:15:49 +01:00 |
|
kryofly
|
153e11f045
|
Merge branch 'develop' into timeperiod
|
2018-01-11 19:45:47 +01:00 |
|
kryofly
|
b0f3fd7ffb
|
timeperiod argument to backtesting and hyperopt
|
2018-01-10 23:48:59 +01:00 |
|
Samuel Husso
|
fe2b0c2862
|
add unittest to save and read trials file
|
2018-01-09 12:26:52 +02:00 |
|
Samuel Husso
|
1647e7a0c1
|
update fix failing tests, unitest that resume hyperopt functionality works
|
2018-01-09 12:26:52 +02:00 |
|
Janne Sinivirta
|
f7dd5e6396
|
use sensible value for stoploss in test
|
2018-01-08 22:00:10 +02:00 |
|
Gerald Lonlas
|
ca05d1f79e
|
Fix for flake8
|
2018-01-07 21:08:12 -08:00 |
|
Janne Sinivirta
|
9dd38aebe0
|
add stoploss to the hyperopt parameters
|
2018-01-07 21:08:12 -08:00 |
|
Gerald Lonlas
|
9c21077dc1
|
Fix hypeopt issue when no result found
|
2018-01-07 17:53:21 -08:00 |
|
Gerald Lonlas
|
b3ea0f4ec5
|
Make readable hyperopt best parameters result
|
2018-01-06 17:19:48 -08:00 |
|
Janne Sinivirta
|
7f44ba6df4
|
unit tests for optimize.hyperopt
|
2017-12-28 06:39:56 +02:00 |
|
Janne Sinivirta
|
ae0a1436e2
|
match test files to prod files for backtesting/hyperopt
|
2017-12-28 06:35:09 +02:00 |
|