Matthias
|
42df65d4ec
|
Make sure backtesting is cleaned up in tests
|
2022-02-24 14:22:49 +00:00 |
|
Matthias
|
e7bfb4fd5c
|
Add test case for "sell below close" case
|
2022-02-16 13:42:39 +01:00 |
|
Matthias
|
30f6dbfc40
|
Attempt fix for #6261
|
2022-02-14 20:02:38 +01:00 |
|
Matthias
|
acd7f26a9d
|
update tc36 to properly cover #6261
|
2022-02-14 20:00:31 +01:00 |
|
Matthias
|
9f47853661
|
Merge pull request #6235 from freqtrade/backtest_order_timeout
Backtest order timeout
|
2022-02-09 07:12:35 +01:00 |
|
Matthias
|
dcf8ad36f9
|
Backtesting should not allow unrealistic (automatic-filling) orders.
|
2022-02-08 19:12:01 +01:00 |
|
Matthias
|
85767d0d70
|
Add timedout_*_orders to tests
|
2022-02-07 19:33:22 +01:00 |
|
zx
|
0b01fcf047
|
Add ProfitDrawdownHyperoptLoss method
|
2022-02-06 15:40:54 +01:00 |
|
Matthias
|
22173851d6
|
Detail tests for custom exit pricing
|
2022-02-05 16:28:47 +01:00 |
|
Matthias
|
2a59ef7311
|
Add detail tests for timeout behaviour
|
2022-02-05 16:28:47 +01:00 |
|
Matthias
|
58fad72778
|
Update wallets when necessary
closes #6321
|
2022-02-05 16:28:47 +01:00 |
|
Matthias
|
f4149ee462
|
Force ROI to be within candle
|
2022-02-05 16:28:21 +01:00 |
|
Matthias
|
4b9d55dbe2
|
Add test for backtest dataprovider
(should cache the correct candle)
|
2022-01-27 18:59:23 +01:00 |
|
Matthias
|
6492e1cd76
|
Investigate random test failure
|
2022-01-23 17:42:18 +01:00 |
|
Matthias
|
314a544881
|
Add Failing test for get_strategy_run_id
Fails because max_open_trades is "inf"
emulates behaviour of `max_open_trades=-1` when loading the
configuration)
|
2022-01-22 08:09:08 +01:00 |
|
Matthias
|
bb1d8fb54f
|
Improve message when no hyperopt fie is found
closes #6266
|
2022-01-21 15:24:26 +01:00 |
|
Rokas Kupstys
|
5fffc5033a
|
Rework backtesting --no-cahche to --cache=[none, day, week, month].
Fix an issue where config modification during runtime would prevent use of cached results.
|
2022-01-19 11:44:35 +02:00 |
|
Matthias
|
9becce9897
|
Update failing test
|
2022-01-15 17:30:40 +02:00 |
|
Rokas Kupstys
|
526ed7fa9a
|
Add test_backtest_start_multi_strat_caching test flexing backtest result caching.
|
2022-01-15 17:30:40 +02:00 |
|
Rokas Kupstys
|
16861db653
|
Implement previous backtest result reuse when config and strategy did not change.
|
2022-01-15 17:30:40 +02:00 |
|
Reigo Reinmets
|
8e424f7c73
|
Merge branch 'freqtrade:develop' into dca
|
2022-01-08 14:57:15 +02:00 |
|
Matthias
|
827b8d3e4c
|
Don't use test_datadir as userdata dir
use tmpdir
|
2022-01-07 20:00:20 +01:00 |
|
Matthias
|
e540959c27
|
Remove btdata from generate_strategy_stats
|
2022-01-07 09:27:07 +01:00 |
|
Matthias
|
1203d08d1e
|
generate_pair_metrics does not need processed dict
|
2022-01-07 09:27:07 +01:00 |
|
Matthias
|
4e2b9203d7
|
Remove no longer used BT_DATA_COLUMNS_MID
|
2022-01-05 20:40:59 +01:00 |
|
Matthias
|
2ca90577a6
|
Update strategy-comparison test
|
2022-01-05 20:29:40 +01:00 |
|
Matthias
|
2ecaf9f8b4
|
Update backtest-result test-files to latest format
|
2022-01-05 20:26:24 +01:00 |
|
Matthias
|
09fae25c94
|
Fix some tests after drawdown calculation change
|
2022-01-04 17:07:31 +01: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 |
|
Matthias
|
fac6956eeb
|
Fix test failure after merge
|
2022-01-02 22:25:40 +01:00 |
|
Matthias
|
711a6a6dbc
|
Merge branch 'develop' into pr/xataxxx/6079
|
2022-01-02 22:21:41 +01:00 |
|
Rokas Kupstys
|
a715083fc0
|
Reduce memory usage by not holding on to no longer needed data.
|
2021-12-31 12:10:01 +02:00 |
|
Matthias
|
b1b2eebd11
|
Change sequence of ROI/sell signal to favor sell-signal
|
2021-12-30 20:00:58 +01:00 |
|
Reigo Reinmets
|
aa54592ec7
|
Merge branch 'freqtrade:develop' into dca
|
2021-12-25 21:06:26 +02: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
|
ea79eb55e9
|
Remove this test change from DCA branch.
|
2021-12-25 10:43:25 +02:00 |
|
Reigo Reinmets
|
d11a8928d4
|
Fix test not running when user_data contains historical data.
|
2021-12-25 10:39:27 +02:00 |
|
Reigo Reinmets
|
de79d25caf
|
Refactoring to use strategy based configuration
|
2021-12-24 12:38:43 +02:00 |
|
Reigo Reinmets
|
0c4664e8f4
|
Lock file is not always left behind so handle it.
|
2021-12-23 17:39:43 +02:00 |
|
Reigo Reinmets
|
bc60139ae3
|
I really should make this flake8 / isort check automatic before commit.
|
2021-12-23 16:40:47 +02:00 |
|
Reigo Reinmets
|
8393c99b62
|
Whoops, missing a line.
|
2021-12-23 16:25:27 +02:00 |
|
Reigo Reinmets
|
8bf1001b33
|
Fix test failing when user_data already contains data...
|
2021-12-23 12:41:37 +02:00 |
|
Reigo Reinmets
|
db2f0660fa
|
Some more compatibility fixes.
|
2021-12-18 11:15:59 +02:00 |
|
Reigo Reinmets
|
30673f84f9
|
Flake8 compatibility
|
2021-12-18 11:00:25 +02:00 |
|
Reigo Reinmets
|
1017b68af9
|
Fix some unit-tests. Use common trade entry code.
|
2021-12-13 02:27:09 +02:00 |
|
Reigo Reinmets
|
f97662e816
|
Add position_adjustment_enable config keyword to enable it.
|
2021-12-11 00:28:12 +02:00 |
|
Matthias
|
897788de17
|
Reformulate exception to be "nicer"
|
2021-11-26 07:02:50 +01:00 |
|