Matthias
|
c72f5b79fe
|
refactor: extract hyperopt-params test to separate file
|
8 months ago |
Matthias
|
640cab2ca8
|
refactor: tests - update timezone.utc to UTC
|
10 months ago |
Matthias
|
dfc1193c52
|
Merge pull request #11656 from mrpabloyeah/add-custom-roi-strategy-callback
Add custom_roi() strategy callback
|
11 months ago |
Matthias
|
ee25635c79
|
test: update tests for new StrategyValidator
|
11 months ago |
Matthias
|
c3ea793abb
|
Merge branch 'develop' into add-custom-roi-strategy-callback
|
11 months ago |
Matthias
|
c901f6d1dd
|
test: add test for custom_roi behavior
|
11 months ago |
viotemp1
|
3fcf6559ab
|
change from skopt.space.Real to optuna.distributions.FloatDistribution
|
1 year ago |
viotemp1
|
2595479e43
|
change CategoricalParameter and IntParameter in parameters.py to use optuna.distributions CategoricalDistribution and IntDistribution instead of skopt
|
1 year ago |
Matthias
|
88d77658f8
|
tests: extract strategy_safe_wrapper tests
|
1 year ago |
Matthias
|
52304b37a2
|
feat: Allow strategies to not define enter_long
|
2 years ago |
Matthias
|
d7bee0c9e0
|
test: update further tests for precision_mode_price
|
2 years ago |
Matthias
|
4f43e59643
|
Add test showing behavior of #10349
|
2 years ago |
Matthias
|
93ed61a623
|
Improve stoploss test accuracy
|
2 years ago |
Matthias
|
9291698561
|
A few more formatting updates
|
2 years ago |
Matthias
|
adeb93dc9c
|
ruff format: update strategy tests
|
2 years ago |
Matthias
|
7767ad9d6e
|
Update imports in test directory
|
2 years ago |
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2 years ago |
Matthias
|
50cd36acbd
|
Remove unused test method
|
2 years ago |
Matthias
|
b1015172c7
|
Update test for fixed pandas behavior
|
2 years ago |
Matthias
|
393df83a91
|
Implement enter_tag initialization to avoid futures warning
|
2 years ago |
Matthias
|
4aab57ce62
|
Add test for pandas deprecation warning
|
2 years ago |
Matthias
|
5841c65430
|
Remove unused test param
|
2 years ago |
Matthias
|
bbbc8a760c
|
Fix stop evaluation sequence to have stop before liquidation
Adjust test to have liquidation above stop
closes #9296
|
3 years ago |
Matthias
|
23aa8dcd51
|
Simplify profit calculation (removes unnecessary fallback)
|
3 years ago |
Matthias
|
261822147c
|
Fix remaining arrow testcases
|
3 years ago |
Matthias
|
3ec55885bd
|
Remove arrow from more tests
|
3 years ago |
Matthias
|
9421ca2628
|
Remove arrow from test_persistence
|
3 years ago |
Matthias
|
cfae98ae00
|
dt_now for tests
|
3 years ago |
Matthias
|
6b735bc683
|
Implement dt_now
|
3 years ago |
Matthias
|
bba6f8e133
|
Use length constant for tests
|
3 years ago |
Matthias
|
f03a99918a
|
Ensure hyper param file can be loaded
closes #8452
|
3 years ago |
Matthias
|
6e9ff5fdd8
|
Merge pull request #8202 from freqtrade/remove-populate-any-indicators
remove populate_any_indicators
|
3 years ago |
Matthias
|
34c42be74f
|
Fix minor stylistic errors
|
3 years ago |
robcaulk
|
fd4e27d889
|
remove populate_any_indicators
|
3 years ago |
Matthias
|
cdd324d0a9
|
Rename stoploss_reached to ft_stoploss_reached
|
3 years ago |
Matthias
|
34951f59d2
|
Update failing tests
|
4 years ago |
Matthias
|
939fb7acb3
|
Fix enum imports
|
4 years ago |
Matthias
|
665cf4431d
|
Add explicit test cov. for .range behavior
|
4 years ago |
Matthias
|
b682fc446e
|
Graciously fail if strategy has freqAI code, but freqAI is not enabled.
|
4 years ago |
Matthias
|
c190d57f1a
|
Test populate_any_indicator interface
|
4 years ago |
Matthias
|
dc82675f00
|
Add Test for liquidation in stop-loss-reached
|
4 years ago |
Matthias
|
29efe75a6f
|
Update hyperoptable strategy to use V3 interface
|
4 years ago |
Matthias
|
b211a5156f
|
Add test for strategy_wrapper lazy loading
|
4 years ago |
Matthias
|
a790bad1e4
|
Add entry_tag to leverage callback
closes #6929
|
4 years ago |
Matthias
|
8e2c7e1298
|
extract detect_parameters to separate function
|
4 years ago |
Matthias
|
5bf021be2e
|
Enhance hyperoptable strategy to test instance parameters
|
4 years ago |
Matthias
|
23e089061b
|
Merge pull request #6870 from freqtrade/should_exit_list
Should exit list
|
4 years ago |
Matthias
|
42ae8ba6fb
|
Refactor hyperopt parameters to separate file
|
4 years ago |
Matthias
|
3692fcd3d5
|
Improve exit signal sequence
|
4 years ago |
Matthias
|
ce3bfd59f5
|
Add explicit should_sell test
|
4 years ago |