Matthias
|
acc69e0d2e
|
test: fix a couple more tests
|
2 months ago |
Matthias
|
262f4ffa4c
|
test: update bt tests for new timeout behavior
|
3 months ago |
mrpabloyeah
|
77e8a53572
|
Fix backtesting exception when no data is available for a pair (new approach)
|
3 months ago |
Matthias
|
7d1c2d3a1b
|
test: Update test mock approach for hyperopt
|
3 months ago |
Matthias
|
f93c906614
|
test: improve tests for new builtin spaces
|
3 months ago |
Matthias
|
d1b553cecc
|
test: add custom parameter to test strategy
|
4 months ago |
Matthias
|
007ab1b796
|
test: some cleanup
|
4 months ago |
Matthias
|
ab28e43050
|
test: update tests to new behavior
|
4 months ago |
Matthias
|
367b9fa7f6
|
test: fix failing test
|
4 months ago |
Matthias
|
ffab6c3c50
|
test: Add test for "no hyperopt parameters found" error
|
4 months ago |
Matthias
|
c6a7b84684
|
test: update test for new init sequence
|
4 months ago |
Matthias
|
886c15a7fb
|
test: update test asserting no longer existing metric
|
4 months ago |
Matthias
|
758f1eea93
|
test: consistent use of "spaces" in tests
|
4 months ago |
Matthias
|
4adab37b2a
|
test: update test for removal of --hyperopt argument
|
4 months ago |
Matthias
|
44ec500744
|
test: add Test-case to ensure hyperopt logging
|
4 months ago |
Matthias
|
522fa092ba
|
test: add explicit weekday test
|
4 months ago |
Matthias
|
8f6f2ab872
|
test: add explicit test for weekday change
|
4 months ago |
Matthias
|
39bf71680c
|
test: Update test case description wording
|
4 months ago |
Matthias
|
78acaf8f4c
|
Merge pull request #12214 from mrpabloyeah/fix-shufflefilter-behavior-in-backtesting
Fix ShuffleFilter behavior in backtesting
|
5 months ago |
Matthias
|
e58635a881
|
test: minor adjustments to new tests
|
5 months ago |
Matthias
|
9f436dcd1e
|
chore: fix RUF043 violations
|
5 months ago |
Matthias
|
95a710d4a8
|
chore: fix RUF059 violations
|
5 months ago |
mrpabloyeah
|
eea9133b3f
|
test_time_pair_generator_open_trades_first()
|
5 months ago |
mrpabloyeah
|
a8f543ce62
|
Add test_time_pair_generator_refresh_pairlist()
|
5 months ago |
Matthias
|
7b8f0583a4
|
test: add test for order_type force behavior
|
5 months ago |
Matthias
|
5c977c212b
|
test: drop test part using --export-filename to determine backtest result naming
|
6 months ago |
Matthias
|
09b084e85a
|
chore: adjust backtest-optimize reports tests
|
6 months ago |
Matthias
|
8f4dfbf55d
|
chore: remove long-deprecated and pointless metric
|
7 months ago |
Matthias
|
deb8bde078
|
refactor: tests - update timezone.utc to UTC
|
8 months ago |
Matthias
|
301d85ef4f
|
test: remove edge tests
|
8 months ago |
Matthias
|
c53c70d597
|
tests: further test cleanup
|
8 months ago |
Matthias
|
64c6b4718d
|
Merge pull request #11758 from mrpabloyeah/add-max-trade-duration-to-backtest-results
Add min/max trade duration to backtest results
|
9 months ago |
Matthias
|
82f98746bd
|
test: update test for new behavior
|
9 months ago |
Matthias
|
d8c24663fc
|
Merge pull request #11736 from viotemp1/optuna_addons
add early stopping for hyperopt
|
9 months ago |
Matthias
|
8641796d04
|
test: Add test for early-stop config adjustment
|
9 months ago |
mrpabloyeah
|
882ca44816
|
Fix test_optimize_reports
|
9 months ago |
Matthias
|
c3f6aa17ee
|
Merge pull request #11711 from freqtrade/feat/bt_historic_precision
Improve price precision logic and add significant digits calculation
|
9 months ago |
Matthias
|
a6d3995013
|
feat: Improved typing, exception if neither step nor decimals is set
|
10 months ago |
Matthias
|
d0d40f4fce
|
test: Improve skdecimal test
|
10 months ago |
Matthias
|
7cfecab7e2
|
Merge branch 'develop' into optuna
|
10 months ago |
Matthias
|
8f8da51808
|
feat: round hyperopt results to 13 digits (this removes floating point errors)
|
10 months ago |
Matthias
|
53ba3ced06
|
test: add test for backtest "get price precision" logic
|
10 months ago |
Matthias
|
8b8bf6f97d
|
refactor: automatically load detailed bt data
|
10 months ago |
Matthias
|
f8a151c2a5
|
feat: Add funding_fee to backtest results
closes #11699
|
10 months ago |
Matthias
|
1013c32316
|
fix: duplicate generate_optimizer to have a non-delayed alternative
|
10 months ago |
viotemp1
|
dd613ac86c
|
fix formatting
|
10 months ago |
viotemp1
|
73c28890d7
|
move @delayed and @wrap_non_picklable_objects in hyperopt_optimizer.py
one test with analyze_per_epoch is failing
|
10 months ago |
Matthias
|
1b2d5a357f
|
test: change level of test mock
|
10 months ago |
Matthias
|
ecc6371733
|
test: reduce amount of mocking
|
10 months ago |
viotemp1
|
ced1ce340a
|
fix some formatting issues
|
10 months ago |