Matthias
|
261822147c
|
Fix remaining arrow testcases
|
3 years ago |
Matthias
|
7a2ff60255
|
Fix more tests
|
3 years ago |
Matthias
|
7cdcd97c26
|
Update tests for new logic.
|
3 years ago |
Matthias
|
bcdf4e0fe8
|
Use variable for exchange mocks to shorten lines
|
3 years ago |
Antonio Della Fortuna
|
ab12aace5f
|
changed `trades_space` to `max_open_trades_space`
|
3 years ago |
Antonio Della Fortuna
|
b0f1d914c8
|
Changed max_open_trades type to int or inf
|
3 years ago |
Antonio Della Fortuna
|
7d27afd4b8
|
Fixed test broken due to change in trades_space range
|
3 years ago |
Antonio Della Fortuna
|
464cb4761c
|
Fixed max_open_trades update from hyperopt
Fixed max_open_trades update from hyperopt + removed max_open_trades as a param to backtesting + refactoring
|
3 years ago |
Antonio Della Fortuna
|
5fd85368a9
|
Added support for max_open_trades hyperopting
|
3 years ago |
Matthias
|
6252ae466e
|
Convert position_stacking to attribute of backtest
|
3 years ago |
Matthias
|
7672586de9
|
Fix unreliable hyperopt test
|
3 years ago |
Matthias
|
016e438468
|
Calculate market-change in hyperopt
closes #7532
|
4 years ago |
Matthias
|
816c1f7603
|
add test for per epoch hyperopt
|
4 years ago |
Matthias
|
bf07d8fe87
|
Update test to properly patch/mock exchange
|
4 years ago |
Matthias
|
e53e530874
|
Add test showing broken inheritance hyperopt
|
4 years ago |
Matthias
|
07aa372e2a
|
Ensure bot_loop_start is called in hyperopt, too
closes #7001
|
4 years ago |
Matthias
|
5bf021be2e
|
Enhance hyperoptable strategy to test instance parameters
|
4 years ago |
Matthias
|
42ae8ba6fb
|
Refactor hyperopt parameters to separate file
|
4 years ago |
eSeR1805
|
bb7ffd8fbe
|
Update testcases relying on BT results.
|
4 years ago |
eSeR1805
|
99aea454b5
|
Update testcases to match reporting.
|
4 years ago |
Matthias
|
54633e90a7
|
Merge branch 'develop' into pr/italodamato/6563
|
4 years ago |
Matthias
|
54ad130bb9
|
Update force_sell to force_exit
|
4 years ago |
Matthias
|
543aa74278
|
update sell_reason to exit_reason
|
4 years ago |
Italo
|
a3b401a762
|
highlight random points in hyperopt results table
|
4 years ago |
Matthias
|
743a7b7849
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
dcfa3e8648
|
Update SellType to ExitType
|
4 years ago |
Matthias
|
b1e3ead88b
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
eb08b92180
|
Raise exception when ticker_interval is set.
|
4 years ago |
Sam Germain
|
a99cf2eeed
|
redid get_max_leverage
|
4 years ago |
Matthias
|
0c6d92a7a6
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
85767d0d70
|
Add timedout_*_orders to tests
|
4 years ago |
Matthias
|
dad080f56f
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
827b8d3e4c
|
Don't use test_datadir as userdata dir
use tmpdir
|
4 years ago |
Matthias
|
46809f08fe
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
e540959c27
|
Remove btdata from generate_strategy_stats
|
4 years ago |
Sam Germain
|
501f473164
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
937f5e3d0f
|
No longer use legacy mode for tests
|
4 years ago |
Matthias
|
7ea5b0e359
|
Simplify hyperopt test setup
|
4 years ago |
Sam Germain
|
33ab3c1bea
|
Removed some todo-lev comments
|
4 years ago |
Matthias
|
ddfbe55e7c
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
6fdad8c6bd
|
Prevent exception, ensure deletion occurs
|
4 years ago |
Matthias
|
356b2d3d91
|
Reestablish backward compatibility
|
4 years ago |
Matthias
|
b1feb69ca9
|
Use Pathlib to delete testfile
|
4 years ago |
Reigo Reinmets
|
d11a8928d4
|
Fix test not running when user_data contains historical data.
|
4 years ago |
Matthias
|
0a50017c84
|
Add long/short support to backtesting
|
4 years ago |
Matthias
|
f40221dd9f
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
39bb34cdb3
|
Fix test loading bug
|
4 years ago |
Matthias
|
69fdb8edfa
|
Merge branch 'develop' into feat/short
|
4 years ago |
Matthias
|
fe8374f2a4
|
Test for non-failing missing hyperopt space
|
4 years ago |
Matthias
|
0e13d57e57
|
Update advise_* methods to entry/exit
|
5 years ago |