mrpabloyeah
eea9133b3f
test_time_pair_generator_open_trades_first()
2025-09-09 03:03:07 +02:00
mrpabloyeah
a8f543ce62
Add test_time_pair_generator_refresh_pairlist()
2025-09-09 03:01:46 +02:00
Matthias
7b8f0583a4
test: add test for order_type force behavior
2025-09-08 20:02:09 +02:00
mrpabloyeah
e749051dbc
Fix ShuffleFilter behavior in backtesting
2025-09-07 23:28:33 +02:00
Matthias
6de7c70e7e
Merge pull request #11625 from alisalama/develop
...
Parallelisation of iterative data downloads for speed improvement
2025-09-07 19:31:52 +02:00
Matthias
cfa855dec8
test: remove missleading comment
2025-09-07 15:53:56 +02:00
Matthias
3a7721ebe8
test: add test for fetch_funding_rate
...
part of #12206
2025-09-06 17:52:14 +02:00
Matthias
816ca2ea15
feat: add error in case of non-available informative dataframe
2025-09-06 09:38:23 +02:00
Matthias
246891a8f6
feat: limit downloadable funding rates to funding rate interval
...
Limit using wrong funding-rate timeframes, which can cause wrong
information and assumptions in the strategy
Part of #12206
2025-09-06 09:21:28 +02:00
Mihail
70d7dcd189
Made test_merge_informative_pair_monthly asserts data dependent.
2025-09-03 19:55:37 +00:00
Mihail
d36fdc1d69
Added exact dates to test_merge_informative_pair_monthly.
2025-09-03 12:20:38 +00:00
Mihail
b9482f420d
Changed test_merge_informative_pair_monthly test to contain the data from previous informative candle on start too.
2025-09-02 19:25:08 +00:00
Matthias
5f1d9cbab1
Merge pull request #12151 from mpagnoulle/feat/trades-timerange-filtering
...
Trades TimeRange filtering for FeatherDataHandler and _if_enabled_populate_trades
2025-08-31 10:00:23 +02:00
Matthias
739a67fdcb
test: add test for new webhook functionality
2025-08-31 08:41:12 +02:00
Matthias
2542102280
test: Test telegram init exception handling
2025-08-30 20:02:03 +02:00
Matthias
321b44b779
chore: fix
2025-08-30 19:57:47 +02:00
Maxime Pagnoulle
9d5295fdb4
feat: Support for unbounded start and/or end in timerange filtering, added associated tests
2025-08-30 17:38:23 +02:00
Matthias
3e8bb29c9f
test: move test to usdt
2025-08-30 15:40:52 +02:00
Matthias
2fd703fcc5
Merge pull request #12170 from mrpabloyeah/some-improvements-to-backtest-summary-metrics
...
Some improvements to backtest summary metrics
2025-08-30 15:40:35 +02:00
Matthias
8cd2ee95f9
feat: add developer documentation to generate backtest results
2025-08-30 14:56:23 +02:00
Matthias
eaf3fc8833
test: add negative test for parallel download
2025-08-29 20:06:03 +02:00
Matthias
94c5ddc13d
test: add test covering parallel pair merging
2025-08-29 07:26:05 +02:00
Matthias
ef0fc13235
chore: reduce data-load verbosity
2025-08-28 20:11:28 +02:00
Matthias
93051f4f97
test: update test for dynamic pairlist expansion in list-data
2025-08-28 19:21:54 +02:00
Matthias
d037f67f74
test: add parallel download test
2025-08-28 07:07:27 +02:00
Matthias
b1b6341a6e
test: improve parallel test to capture caching
2025-08-28 06:50:17 +02:00
Matthias
59ab51c06c
test: Update basic test for calls to parallel-download
2025-08-27 20:19:47 +02:00
Matthias
3ff1e31a81
test: don't use fixture if it's only used once
2025-08-27 08:31:14 +02:00
Matthias
8f6d64f5e1
test: add test for 1000 / k logic
2025-08-26 07:21:09 +02:00
mrpabloyeah
3363b1062e
Merge branch 'freqtrade:develop' into allow-pairs-with-prefix-in-marketcap-pairList
2025-08-25 13:51:16 +02:00
Matthias
b4796cbf73
test: improve decimal parameter test
2025-08-24 17:03:11 +02:00
Matthias
e042b2e07b
test: improve parameter naming
2025-08-24 16:12:10 +02:00
Matthias
9f021cbee6
test: remove combined test
2025-08-24 16:11:46 +02:00
Matthias
bf615e415b
test: split parameter tests to one test per parameter
2025-08-24 16:11:44 +02:00
Matthias
c72f5b79fe
refactor: extract hyperopt-params test to separate file
2025-08-24 16:02:59 +02:00
Maxime Pagnoulle
f21c5ea88a
feat: Remove redundant filtering, add tests for pyarrow trade filtering, use date utils for date to ts conversion
2025-08-24 11:59:56 +02:00
Stefano
24f5096ec6
modify test_handle_trade to test several cases of calc_profit_ratio
2025-08-23 17:23:56 +09:00
Matthias
36f2bef6b8
test: update test for split backtest-show reality
2025-08-17 15:02:28 +02:00
Matthias
07906d2576
test: update api backtest test
2025-08-17 15:02:28 +02:00
Matthias
5c977c212b
test: drop test part using --export-filename to determine backtest result naming
2025-08-17 15:02:28 +02:00
Matthias
09b084e85a
chore: adjust backtest-optimize reports tests
2025-08-17 15:02:28 +02:00
Matthias
6063e4accb
Merge pull request #12101 from freqtrade/dependabot/pip/develop/ta-lib-0.6.5
...
chore(deps): bump ta-lib from 0.5.5 to 0.6.5
2025-08-15 13:10:22 +02:00
Matthias
3e3f092f0c
test: reduce ta-lib test accuracy to align with ta-lib 0.6.5
...
Precision for ta-lib 0.6.x was increased
but is lower by 0001 than what was in the freqtrade ta-lib fix
https://github.com/TA-Lib/ta-lib/blob/main/src/ta_func/ta_utility.h#L257
This won't be a problem for any normal usdt pair.
shitcoins on some exchanges (e.g gate) with 12 zeros before the first significant digit wouldn't have worked today, either.
2025-08-14 09:59:07 +02:00
Matthias
834aafb8f2
test: non-freqai tests should run without torch installed
2025-08-14 09:37:07 +02:00
Matthias
32437a95f3
chore: remove unused import
2025-08-13 19:42:01 +02:00
Matthias
2e29d3523b
test: empty pairlist is now handled by config schema
2025-08-13 13:17:16 +02:00
Matthias
612a09634c
test: use appropriate error handlers
2025-08-13 13:08:58 +02:00
mrpabloyeah
ecfa1fd5b5
Adjust expectation for get_markets calls in test_MarketCapPairList_timing
2025-08-11 23:54:50 +02:00
Matthias
b8883b790e
test: adjust stoploss order getting for bitget
2025-08-10 16:35:53 +02:00
Matthias
1a3c913176
feat(bitget): Align bitget candle limits
2025-08-09 15:49:44 +02:00