Matthias
|
c3cc58a1af
|
Merge pull request #11248 from xmatthias/fix/backtest_max_detail_2
Improved Backtest timeframe-detail execution logic
|
2025-01-24 06:39:36 +01:00 |
|
Matthias
|
1d22cf98c8
|
feat: add cost to minimized order json output
|
2025-01-22 07:19:09 +01:00 |
|
Matthias
|
aceb3ac764
|
Merge pull request #10062 from Axel-CH/feature/proceed-exit-while-open-order
Feature: Proceed exit while having open order, for backtesting and live
|
2025-01-18 08:10:33 +01:00 |
|
Matthias
|
e350dbd552
|
refactor: simplify backtesting class
|
2025-01-17 19:18:28 +01:00 |
|
Matthias
|
f7f78ad2a4
|
test: fix test comment
|
2025-01-17 19:01:11 +01:00 |
|
Matthias
|
1e61aea23b
|
feat: allow in-candle entries
|
2025-01-17 06:45:56 +01:00 |
|
Matthias
|
419d5d9946
|
feat: add backtesting support for ignore_buying_expired_candle_after
this is only relevant for detail candles - otherwise entries will never happen within a candle.
|
2025-01-17 06:38:39 +01:00 |
|
Matthias
|
d02b4d4c3f
|
test: Fix detail futures test
|
2025-01-17 06:38:39 +01:00 |
|
Matthias
|
5f89708be4
|
test: fix long_short switch test
|
2025-01-16 19:47:12 +01:00 |
|
Matthias
|
4a6027b43f
|
test: update pair_detail_simplified test
parallel analysis should cover more detailed cases to prevent intra-candle parallelism
|
2025-01-15 18:15:15 +01:00 |
|
Matthias
|
a13feaf49f
|
test: Update tests for short-circuit behavior
|
2025-01-14 06:33:45 +01:00 |
|
Matthias
|
f1c5d4a970
|
chore: ruff format updates
|
2025-01-13 18:05:20 +01:00 |
|
Matthias
|
bb372e380d
|
test: clean up optimize_report tests
|
2024-12-26 14:57:37 +01:00 |
|
Matthias
|
aa99baf268
|
test: update a few tests
|
2024-12-26 14:57:37 +01:00 |
|
Matthias
|
a88675b693
|
test: improve test_metadata_filename test
|
2024-12-26 14:57:37 +01:00 |
|
Matthias
|
c9aa202be8
|
test: add additional Test case
|
2024-12-23 12:37:21 +01:00 |
|
Matthias
|
8cb69e4d5a
|
test: Update test for new liquidation price precision rounding
|
2024-12-19 19:37:55 +01:00 |
|
Matthias
|
12ae36e99e
|
test: use tmp_path instead of testdatadir for writing
|
2024-12-15 15:02:35 +01:00 |
|
Matthias
|
abfe683763
|
test: fix tests data pollution
|
2024-12-15 15:02:16 +01:00 |
|
Matthias
|
a1ab8de593
|
test: Update tests for new bt storage method
|
2024-12-15 13:20:25 +01:00 |
|
Matthias
|
5744e16a07
|
refactor: use 1 structure to save analysis signals
|
2024-12-14 19:50:59 +01:00 |
|
Matthias
|
ae1baf5789
|
test: mock price_to_precision for liquidation calculations
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
a85f200450
|
Merge pull request #11000 from freqtrade/feat/multi_wallet
Dry-run multi-wallet support
|
2024-12-07 17:49:32 +01:00 |
|
Matthias
|
ad8f621287
|
tests: Improve hyperopt loss tests
|
2024-12-03 19:17:01 +01:00 |
|
Matthias
|
b0b73bf166
|
feat: add starting_balance as argument to hyperopt_loss_function
|
2024-12-03 19:15:57 +01:00 |
|
Matthias
|
5793216d5c
|
properly account for fee when assigning order.cost in backtesting
(although it's not relevant for operations, it shouldn't be obivously wrong).
closes #11003
|
2024-11-28 18:15:55 +01:00 |
|
Matthias
|
b6d1f9f754
|
test: update hyperopt tests for new structure
|
2024-11-11 19:43:37 +01:00 |
|
Matthias
|
62234878a1
|
test: update mocks for new layout
|
2024-11-11 19:43:37 +01:00 |
|
Matthias
|
851a9a7620
|
refactor: move hyperopt-auto
|
2024-11-11 19:43:37 +01:00 |
|
Meng Xiangzhuo
|
41b725714f
|
chore: bump ruff target-version to 3.10
|
2024-11-08 04:37:33 +08:00 |
|
Matthias
|
d24bef7883
|
tests: remove --dmmp from tests
|
2024-11-02 16:54:54 +01:00 |
|
Matthias
|
67f26fa1ac
|
Merge pull request #10782 from freqtrade/feat/bt_reverse
Enable future positions to reverse their position
|
2024-11-01 09:29:35 +01:00 |
|
Matthias
|
592848ad03
|
test: re-add excluded assert
|
2024-10-29 19:27:03 +01:00 |
|
Matthias
|
88f8e0b8b1
|
test: improve test for long/short switch
|
2024-10-29 07:15:47 +01:00 |
|
Matthias
|
1b8fd63853
|
tests: BT Detail tests should cover position switch
|
2024-10-29 07:15:47 +01:00 |
|
Matthias
|
ae325ff124
|
tests: fix test based on changed behavior
|
2024-10-29 07:15:47 +01:00 |
|
Matthias
|
6cb17caf91
|
tests: Add test showing behavior from #10853
|
2024-10-28 20:28:26 +01:00 |
|
bearvar
|
6eac798d91
|
Rename ComplexHyperOptLoss to MultiMetricHyperOptLoss. Add it to test_loss_functions_better_profits.
|
2024-10-17 21:54:25 +05:00 |
|
Matthias
|
cf6c41f9db
|
chore: remove no longer required imports
|
2024-10-04 07:10:49 +02:00 |
|
Matthias
|
2e0a597ee4
|
chore: update tests to modern typing syntax
|
2024-10-04 07:09:51 +02:00 |
|
Matthias
|
b8feefc541
|
tests: update protection tests
|
2024-09-29 09:44:07 +02:00 |
|
KingND
|
f970454cb4
|
chore: ruff format
|
2024-09-08 13:57:48 -04:00 |
|
KingND
|
53cab5074b
|
chore: refactor and cleanup tests
|
2024-09-08 12:04:58 -04:00 |
|
KingND
|
c6c65b1799
|
chore: flake8
|
2024-09-08 12:04:58 -04:00 |
|
KingND
|
82e30c8519
|
feat: if a biased_indicator starting with & appears in a lookahead-analysis, caption the table with a note that freqai targets appearing here can be ignored
|
2024-09-08 12:04:58 -04:00 |
|
Matthias
|
611a3ce138
|
Merge pull request #10485 from jainanuj94/feature/8902
Add exit signals to export in backtesting
|
2024-09-07 20:12:05 +02:00 |
|
Matthias
|
f95cc960e1
|
test: tests should consider additional ff-update call
|
2024-09-07 09:25:20 +02:00 |
|
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 |
|