Matthias
|
65a713a569
|
fix: don't break list-strategies if one strategy has invalid parameters
|
3 weeks ago |
Matthias
|
9a9b4e15f3
|
test: pandas warning tests to show warnings
|
2 months ago |
Matthias
|
4a225cab23
|
test: update test for new "conflicting" behavior
|
4 months ago |
Matthias
|
649aff8076
|
feat: add builtin spaces enter and exit
|
4 months ago |
Matthias
|
1328df772b
|
feat: ensure spaces are valid identifiers
|
4 months ago |
Matthias
|
007ab1b796
|
test: some cleanup
|
4 months ago |
Matthias
|
c091426c44
|
feat: improve Auto-space detection logic
|
4 months ago |
Matthias
|
ab28e43050
|
test: update tests to new behavior
|
4 months ago |
Matthias
|
4cabbe4d52
|
test: remove detect_parameters from tests
|
4 months ago |
Matthias
|
6f48b82297
|
test: slight update to test ...
|
4 months ago |
Matthias
|
c18a52fd2d
|
test: update tests for new error formatting
|
4 months ago |
Matthias
|
9f436dcd1e
|
chore: fix RUF043 violations
|
5 months ago |
Matthias
|
c72f5b79fe
|
refactor: extract hyperopt-params test to separate file
|
6 months ago |
Matthias
|
640cab2ca8
|
refactor: tests - update timezone.utc to UTC
|
8 months ago |
Matthias
|
dfc1193c52
|
Merge pull request #11656 from mrpabloyeah/add-custom-roi-strategy-callback
Add custom_roi() strategy callback
|
9 months ago |
Matthias
|
ee25635c79
|
test: update tests for new StrategyValidator
|
9 months ago |
Matthias
|
c3ea793abb
|
Merge branch 'develop' into add-custom-roi-strategy-callback
|
10 months ago |
Matthias
|
c901f6d1dd
|
test: add test for custom_roi behavior
|
10 months ago |
viotemp1
|
3fcf6559ab
|
change from skopt.space.Real to optuna.distributions.FloatDistribution
|
11 months ago |
viotemp1
|
2595479e43
|
change CategoricalParameter and IntParameter in parameters.py to use optuna.distributions CategoricalDistribution and IntDistribution instead of skopt
|
11 months ago |
Matthias
|
88d77658f8
|
tests: extract strategy_safe_wrapper tests
|
1 year ago |
Matthias
|
52304b37a2
|
feat: Allow strategies to not define enter_long
|
1 year 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
|
2 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
|
3 years ago |
Matthias
|
939fb7acb3
|
Fix enum imports
|
4 years ago |
Matthias
|
665cf4431d
|
Add explicit test cov. for .range behavior
|
4 years ago |