Matthias
|
e26ac6ed00
|
test: speed up detail test
|
2024-08-15 20:02:45 +02:00 |
|
Matthias
|
50835c878e
|
chore: add more test coverage
|
2024-08-12 15:35:31 +02:00 |
|
Matthias
|
b727e5ca1c
|
chore: simplify update code
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
530226dbe8
|
chore: Add "use_detail" to detail test
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
4882a18bf9
|
chore: add pair_detail test
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
7945eba386
|
feat: Evaluate pairs with open trades first
This will enable further improved logic for pairs with no open trade.
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
b6f4e124ce
|
chore: improve backtesting test details
ensure all candles used the same pairlist ordering
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
2bc9cdafb2
|
chore: update attribute wording to bt_trades
|
2024-08-12 10:57:53 +02:00 |
|
Matthias
|
e643a2ea32
|
chore: update attribute wording to bt_trades_open
|
2024-08-12 10:57:53 +02:00 |
|
Matthias
|
b456afa2ac
|
chore: improve backtesting test
|
2024-08-12 10:20:36 +02:00 |
|
Matthias
|
f9af659153
|
feat: edge-cli output to rich
|
2024-07-09 07:08:10 +02:00 |
|
Matthias
|
315351b573
|
feat: Tag table -> rich
|
2024-07-09 06:49:33 +02:00 |
|
Matthias
|
a605ae20a7
|
feat: initial backtest table to rich
|
2024-07-09 06:43:12 +02:00 |
|
Matthias
|
5765bb4a4f
|
feat: Update initial bt table
|
2024-07-09 06:38:10 +02:00 |
|
Matthias
|
8393205489
|
Merge pull request #10405 from freqtrade/feat/rich_tables
Add rich table output
|
2024-07-09 06:37:52 +02:00 |
|
Matthias
|
76a34efe36
|
chore: improve backtest test resiliance
|
2024-07-08 07:21:24 +02:00 |
|
Matthias
|
ae92807b5c
|
chore: Update more test reliability
|
2024-07-08 07:21:24 +02:00 |
|
Matthias
|
453ea0dbcc
|
update test for bt-output stability
|
2024-07-08 07:21:24 +02:00 |
|
Matthias
|
62320a361e
|
chore: fix now failing test
|
2024-07-07 17:12:30 +02:00 |
|
Matthias
|
e705471946
|
chore: don't return what ain't being needed
|
2024-07-07 09:49:15 +02:00 |
|
Matthias
|
dd42a79234
|
Remove most explicit "supports backtesting" checks
|
2024-06-21 14:57:57 +02:00 |
|
Matthias
|
68b8b29089
|
Calculated mixed tags results
|
2024-06-13 06:43:31 +02:00 |
|
Matthias
|
b8a4752636
|
Use proper type for exit_reason in tests
|
2024-06-11 19:51:38 +02:00 |
|
Matthias
|
09b1b1ab94
|
Use "trades" wording in backtest tables
|
2024-06-11 07:03:47 +02:00 |
|
Matthias
|
b516a0827d
|
Update hyperopt test mocks
|
2024-06-04 07:21:42 +02:00 |
|
Matthias
|
3bf02c8a64
|
Simplify hyperopt drawdown logic
Reduces tons of fallback logic
|
2024-05-19 17:57:05 +02:00 |
|
Matthias
|
a9732c6195
|
Fix odd formatting by ruff format
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
4f5bf632fc
|
ruff format: remaining tests
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
644f120ab2
|
ruff format: tests/hyperopt
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
02075b15e3
|
ruff format: update more tests
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
d8a8b5c125
|
ruff format: Update more test files
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
099b1fc8c4
|
ruff format: More updates to tests
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
7090950db6
|
ruff format: Update a few test files
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
7767ad9d6e
|
Update imports in test directory
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
ab93fd3be4
|
Enhance trade to verify #10166
|
2024-05-04 11:21:25 +02:00 |
|
Matthias
|
ee7be1cd5a
|
move "add_bt_trade" call for entries into enter_trade function
|
2024-05-04 09:14:56 +02:00 |
|
Matthias
|
f259270e9c
|
Update tests to properly mock fee
|
2024-04-27 19:52:48 +02:00 |
|
Matthias
|
3a2e3215b9
|
Ensure get_fee returns something in tests
|
2024-04-27 18:26:43 +02:00 |
|
Matthias
|
35408966f4
|
Fix remaining user_data leaks
|
2024-04-25 11:02:34 +02:00 |
|
Matthias
|
ad12c98d10
|
Avoid having test-result influence from user_data/
this avoids potential deprecation warnings (or even errors)
caused by strategies in user_data/strategies
|
2024-04-25 10:48:27 +02:00 |
|
Matthias
|
226eaf0d0a
|
Filter deprecation warning - it's a dependency ...
|
2024-04-23 19:52:44 +02:00 |
|
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
|
Matthias
|
3dd7c1e492
|
Add test for market_change writing
|
2024-04-17 07:01:32 +02:00 |
|
Matthias
|
e09abfdc75
|
Split enter and exit rows to use different values
|
2024-04-11 20:54:16 +02:00 |
|
Matthias
|
eaec5065a1
|
Define liquidation price only once in adjustment test
|
2024-04-11 20:53:58 +02:00 |
|
Matthias
|
0906f050e5
|
Fix remaining tests
|
2024-03-30 13:28:13 +01:00 |
|
Matthias
|
1551f92832
|
Fix a few tests
|
2024-03-30 13:20:53 +01:00 |
|
Matthias
|
7895eeb3b6
|
Fix tests after modified output
|
2024-03-30 11:20:41 +01:00 |
|
Matthias
|
ea634e5cef
|
Add test for backtesting
|
2024-03-24 11:54:25 +01:00 |
|
Matthias
|
c0e9726f49
|
don't use "1M" - but be explicit in the intend
|
2024-02-27 06:20:08 +01:00 |
|