Matthias
|
f8d6363d19
|
test: update further tests
|
2025-12-07 16:11:47 +01:00 |
|
Matthias
|
acc69e0d2e
|
test: fix a couple more tests
|
2025-12-07 16:02:30 +01:00 |
|
Matthias
|
5110d0bdde
|
test: update a couple of tests for new behavior
|
2025-12-07 15:12:42 +01:00 |
|
Matthias
|
597cc0592b
|
test: update funding_rate_migration test
|
2025-12-06 20:14:22 +01:00 |
|
Matthias
|
271fc6b585
|
feat: don't fill up missing funding-fees after merge
|
2025-12-05 18:20:14 +01:00 |
|
Matthias
|
262f4ffa4c
|
test: update bt tests for new timeout behavior
|
2025-12-05 07:10:17 +01:00 |
|
Matthias
|
e792bafe21
|
test: update test to ensure rel_mean is reasonable
|
2025-12-04 21:28:31 +01:00 |
|
Matthias
|
fe95581acd
|
test: update rel_mean test to use USDT Pairs
This will allow highlighting a problem pointed out in #12588
|
2025-12-04 21:28:31 +01:00 |
|
Matthias
|
7f831f8a9c
|
test: update tests for new test pairs
|
2025-12-04 21:28:31 +01:00 |
|
Matthias
|
3fb7382cc4
|
test: update test data to include USDT pairs
|
2025-12-04 21:28:31 +01:00 |
|
Matthias
|
a63ea6adb8
|
test: switch to BTC/USDC in tests for now
|
2025-12-04 06:56:14 +01:00 |
|
Matthias
|
7137461891
|
feat: improved download-data logging
|
2025-12-02 21:16:37 +01:00 |
|
Matthias
|
10e7d279f0
|
test: improve funding rate combine test
|
2025-12-02 20:39:34 +01:00 |
|
Matthias
|
19526f1df2
|
test: update tests to align to improved formatting
|
2025-12-02 19:12:24 +01:00 |
|
Matthias
|
9c73c8671e
|
feat: improve format_date with fallback value
|
2025-12-02 19:12:24 +01:00 |
|
Matthias
|
0f5427f4a0
|
feat: round_value should support None
|
2025-12-02 19:12:24 +01:00 |
|
Matthias
|
faf552837a
|
test: add test for stoploss cancel skips
|
2025-12-02 06:48:53 +01:00 |
|
Matthias
|
2b729c2527
|
test: improve integration test to have proper return value
|
2025-12-01 20:11:03 +01:00 |
|
Matthias
|
ac2723c3a0
|
test: add explicit test for dry stoploss order filling
|
2025-11-29 12:23:15 +01:00 |
|
Matthias
|
1536c09df3
|
test: improved test naming
|
2025-11-29 12:07:13 +01:00 |
|
Matthias
|
c83ea0db4f
|
chore: fix default behavior for crossed mode
|
2025-11-28 15:52:30 +01:00 |
|
Matthias
|
73b427370b
|
test: add tests for dry crossed stoploss
|
2025-11-28 15:52:30 +01:00 |
|
Matthias
|
ca7234e33f
|
test: fix dry-stop tests
|
2025-11-28 15:52:30 +01:00 |
|
Matthias
|
04fda255de
|
Merge pull request #12529 from mrpabloyeah/fix-backtesting-exception-when-no-data-is-available-for-a-pair
Fix backtesting exception when no data is available for a pair
|
2025-11-27 06:29:24 +01:00 |
|
mrpabloyeah
|
77e8a53572
|
Fix backtesting exception when no data is available for a pair (new approach)
|
2025-11-24 10:43:00 +01:00 |
|
Matthias
|
73dccb0780
|
test: Add test case for no parallel on 1 combo
|
2025-11-23 15:43:17 +01:00 |
|
Matthias
|
2015ccc727
|
test: update parallel-history test
|
2025-11-23 15:43:17 +01:00 |
|
Matthias
|
649db69314
|
test: add tests for N/A when formatting prices
|
2025-11-23 08:30:24 +01:00 |
|
Matthias
|
a4e6ac0c7f
|
test: update test for new status table behavior
|
2025-11-23 08:18:51 +01:00 |
|
Matthias
|
2750643e07
|
test: add tests for format_pct
|
2025-11-23 08:14:39 +01:00 |
|
Matthias
|
b364153d02
|
feat: add nr_of_successful_* to api
|
2025-11-22 15:46:34 +01:00 |
|
Matthias
|
916d8324cb
|
test: update tests with new fields
|
2025-11-22 13:48:57 +01:00 |
|
Matthias
|
220480327c
|
test: add explicit test for dry_order_filled
|
2025-11-21 07:11:05 +01:00 |
|
Matthias
|
56a8fb4aae
|
Merge pull request #12532 from stash86/bitget-delist
add delisting check for bitget futures
|
2025-11-20 19:51:05 +01:00 |
|
Matthias
|
3f782fc482
|
Merge pull request #12531 from stash86/bybit-delist
add delisting check for bybit futures
|
2025-11-20 19:48:11 +01:00 |
|
Matthias
|
92fd9411e5
|
chore: simplify import
|
2025-11-20 19:31:28 +01:00 |
|
Matthias
|
50402c5cdc
|
test: add explicit tests for price_crossed
|
2025-11-20 06:54:22 +01:00 |
|
Stefano
|
4017b010f4
|
add test
|
2025-11-20 09:36:17 +09:00 |
|
Stefano
|
7e178cb032
|
add test
|
2025-11-20 09:26:16 +09:00 |
|
Matthias
|
d1e71544af
|
test: imrpove testcase
|
2025-11-18 19:45:32 +01:00 |
|
Matthias
|
6e1367fa94
|
test: enable gate futures test
|
2025-11-18 19:16:32 +01:00 |
|
Matthias
|
e67c2eefff
|
test: live test "get_fee" for futures exchange
|
2025-11-17 07:20:44 +01:00 |
|
Matthias
|
b753231d3c
|
Merge pull request #12512 from mrpabloyeah/fix-high_value-calculation-in-calculate_max_drawdown
Fix high_value calculation in calculate_max_drawdown()
|
2025-11-15 16:03:35 +01:00 |
|
Matthias
|
5000927939
|
test: add tests for new list-timeframes behavior
|
2025-11-15 15:49:45 +01:00 |
|
Matthias
|
89274bfcdb
|
test: update tests for new timeframe approach
|
2025-11-15 15:46:09 +01:00 |
|
Matthias
|
70ec376657
|
test: further expand drawdown test
|
2025-11-15 09:51:27 +01:00 |
|
Matthias
|
1a506dc4b4
|
test: add tests for high/low logic
|
2025-11-14 19:41:52 +01:00 |
|
Matthias
|
7d1c2d3a1b
|
test: Update test mock approach for hyperopt
|
2025-11-08 16:25:07 +01:00 |
|
Matthias
|
a9f9b73a3a
|
Merge pull request #12479 from freqtrade/feat/hyperopt_custom_spaces
Add support for custom hyperopt spaces
|
2025-11-08 16:01:42 +01:00 |
|
Matthias
|
4a225cab23
|
test: update test for new "conflicting" behavior
|
2025-11-06 20:43:57 +01:00 |
|