Sam Germain
|
a99cf2eeed
|
redid get_max_leverage
|
2022-02-12 23:02:07 -06:00 |
|
Matthias
|
0c6d92a7a6
|
Merge branch 'develop' into feat/short
|
2022-02-11 17:02:04 +01:00 |
|
Matthias
|
85767d0d70
|
Add timedout_*_orders to tests
|
2022-02-07 19:33:22 +01:00 |
|
Matthias
|
dad080f56f
|
Merge branch 'develop' into feat/short
|
2022-01-08 10:45:15 +01:00 |
|
Matthias
|
827b8d3e4c
|
Don't use test_datadir as userdata dir
use tmpdir
|
2022-01-07 20:00:20 +01:00 |
|
Matthias
|
46809f08fe
|
Merge branch 'develop' into feat/short
|
2022-01-07 10:13:16 +01:00 |
|
Matthias
|
e540959c27
|
Remove btdata from generate_strategy_stats
|
2022-01-07 09:27:07 +01:00 |
|
Sam Germain
|
501f473164
|
Merge branch 'develop' into feat/short
|
2022-01-04 22:47:33 -06:00 |
|
Matthias
|
937f5e3d0f
|
No longer use legacy mode for tests
|
2022-01-04 17:06:40 +01:00 |
|
Matthias
|
7ea5b0e359
|
Simplify hyperopt test setup
|
2022-01-04 17:06:40 +01:00 |
|
Sam Germain
|
33ab3c1bea
|
Removed some todo-lev comments
|
2022-01-01 14:10:24 -06:00 |
|
Matthias
|
ddfbe55e7c
|
Merge branch 'develop' into feat/short
|
2022-01-01 19:16:49 +01:00 |
|
Matthias
|
6fdad8c6bd
|
Prevent exception, ensure deletion occurs
|
2021-12-25 14:03:44 +01:00 |
|
Matthias
|
356b2d3d91
|
Reestablish backward compatibility
|
2021-12-25 13:47:28 +01:00 |
|
Matthias
|
b1feb69ca9
|
Use Pathlib to delete testfile
|
2021-12-25 10:30:59 +01:00 |
|
Reigo Reinmets
|
d11a8928d4
|
Fix test not running when user_data contains historical data.
|
2021-12-25 10:39:27 +02:00 |
|
Matthias
|
0a50017c84
|
Add long/short support to backtesting
|
2021-11-18 20:34:59 +01:00 |
|
Matthias
|
f40221dd9f
|
Merge branch 'develop' into feat/short
|
2021-11-18 20:20:01 +01:00 |
|
Matthias
|
39bb34cdb3
|
Fix test loading bug
|
2021-11-11 16:34:40 +01:00 |
|
Matthias
|
69fdb8edfa
|
Merge branch 'develop' into feat/short
|
2021-10-17 10:40:08 +02:00 |
|
Matthias
|
fe8374f2a4
|
Test for non-failing missing hyperopt space
|
2021-10-14 07:06:51 +02:00 |
|
Matthias
|
0e13d57e57
|
Update advise_* methods to entry/exit
|
2021-09-22 20:42:31 +02:00 |
|
Matthias
|
c791b95405
|
Use new TestStrategy (V3) by default in tests
|
2021-09-21 20:24:08 +02:00 |
|
Matthias
|
4d558879e9
|
Merge branch 'feat/short' into pr/samgermain/5378
|
2021-09-17 19:33:35 +02:00 |
|
Matthias
|
994c3c3a4c
|
Add some errorhandling for custom estimator
|
2021-09-16 07:13:25 +02:00 |
|
Matthias
|
3675df8344
|
Update documentation regarding Legacy Hyperopt
|
2021-09-12 08:18:17 +02:00 |
|
Matthias
|
fd6bf591f8
|
Update some tests to remove explicit hyperopt interface
|
2021-09-12 08:18:13 +02:00 |
|
Matthias
|
ca44d2e092
|
Merge branch 'feat/short' into pr/samgermain/5378
|
2021-09-04 19:54:34 +02:00 |
|
Matthias
|
6d96b11279
|
Rename DefaultStrategy
|
2021-08-26 07:25:53 +02:00 |
|
Matthias
|
df1c0540ab
|
Rename Hyperopt Test Class
|
2021-08-26 07:20:05 +02:00 |
|
Matthias
|
7a977a8eaf
|
Merge branch 'feat/short' into pr/samgermain/5378
|
2021-08-24 06:28:16 +02:00 |
|
Sam Germain
|
317a454c0e
|
Removed shorting from tests/optimize/hyperopts/default_hyperopt.py and created another tests/optimize/hyperopts/short_hyperopt.py with long and shorting
|
2021-08-23 00:24:49 -06:00 |
|
Sam Germain
|
092780df9d
|
condensed strategy methods down to 2
|
2021-08-18 16:52:34 -06:00 |
|
Sam Germain
|
d4a7d2d444
|
Added short and exit_short to strategy
|
2021-08-18 16:52:20 -06:00 |
|
Matthias
|
a5f796bc97
|
refactor ohlcvdata_to_dataframe to advise_all_indicators
|
2021-08-09 14:53:18 +02:00 |
|
Matthias
|
6532aba765
|
Merge pull request #5360 from freqtrade/hyperopt_protections
Hyperopt protections and Boolean parameter
|
2021-08-07 09:42:05 +02:00 |
|
Sam Germain
|
b9356a5564
|
Autopep8 formatting
|
2021-08-06 16:35:39 -06:00 |
|
Matthias
|
b73768acd1
|
Fix bug in property overwriting prevention
|
2021-08-04 20:21:56 +02:00 |
|
Matthias
|
3c41223333
|
Add test for protections-hyperopt
|
2021-08-04 20:01:28 +02:00 |
|
Matthias
|
091bf7c4d2
|
Output protection space
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
3503fdb4ec
|
Improve tests for newly added methods
|
2021-07-03 08:38:55 +02:00 |
|
Matthias
|
645da51b5f
|
Add test for parameter loading
|
2021-06-30 06:55:10 +02:00 |
|
Matthias
|
e97de4643f
|
Move tests to hyperopttools test file
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
750c780293
|
Support loading parameters from json file
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
d54ee0eb04
|
Refactor hyperopt_tools naming
|
2021-06-13 11:24:24 +02:00 |
|
Matthias
|
9c34304cb9
|
Move state enums to enums package
|
2021-06-08 21:20:35 +02:00 |
|
Matthias
|
89b9915c12
|
Update imports for SellType in tests
|
2021-06-08 21:07:16 +02:00 |
|
Matthias
|
a89364aa98
|
Merge branch 'develop' into pr/Antreasgr/4838
|
2021-05-27 14:59:39 +02:00 |
|
Matthias
|
3014bc3467
|
Don't use Sum sign in hyperopt to avoid compatibility problems
|
2021-05-27 14:22:11 +02:00 |
|
Matthias
|
a39860e0de
|
Add tests for rejected signals
|
2021-05-23 14:15:02 +02:00 |
|