Meng Xiangzhuo
41b725714f
chore: bump ruff target-version to 3.10
1 year ago
Matthias
271375d171
Merge pull request #10758 from stash86/recursive-str
...
add is_number check to make sure we skip non-number columns
1 year ago
Matthias
5693039f0d
tests: Add test-column to ensure string columns won't regress
1 year ago
Matthias
52304b37a2
feat: Allow strategies to not define enter_long
1 year ago
Matthias
2e0a597ee4
chore: update tests to modern typing syntax
1 year ago
Matthias
b8feefc541
tests: update protection tests
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
a9f13d29fd
Fix test type errors
2 years ago
Matthias
9291698561
A few more formatting updates
2 years ago
Matthias
a9732c6195
Fix odd formatting by ruff format
2 years ago
Matthias
adeb93dc9c
ruff format: update strategy tests
2 years ago
Matthias
8c7d80b78e
ruff format: Update test strategies
2 years ago
Matthias
7767ad9d6e
Update imports in test directory
2 years ago
Matthias
35408966f4
Fix remaining user_data leaks
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
bb85efd6ad
Add test for informative weekly merging
...
closes #9518
2 years ago
Matthias
2745a5d334
Rename informative_pair test
2 years ago
Matthias
0235db48a8
Prevent merge artifacts in "informative" pair
2 years ago
Matthias
4ed9ffbf31
Add test for behavior in #9490 .
2 years ago
Matthias
61ed6aee62
Add test for new formatting
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
92d7f27983
Further update test a bit
2 years ago
Matthias
20ea679b2b
Add "bias2" test with full lookahead bias
2 years ago
Stefano
ce4f1b0709
fix test after adding new test strategy
2 years ago
Stefano
aba576f79f
pre-commit fix
2 years ago
Stefano Ariestasia
28e43a4867
initial test
2 years ago
Matthias
158bf09774
Fix type checking error
2 years ago
Axel-CH
91c710408a
fix flake8, set trade object param as Optional
2 years ago
axel
cf96ad1d1b
add trade param to custom entry price in interface, bot, backtesting, exemples
2 years ago
Matthias
bef27467b6
Further improve test
3 years ago
Matthias
52f971cbb7
Improve existing test
3 years ago
Matthias
563e68e894
Don't hard-fail merge if there's no informative data
3 years ago
Matthias
6f86e30c7e
Add leverage adjustment to "stoploss_from_absolute"
3 years ago
Matthias
23aa8dcd51
Simplify profit calculation (removes unnecessary fallback)
3 years ago
Matthias
6b9547a9ad
Improve migrations
3 years ago
Matthias
9b6654e81a
Fix ruff E721 (type comparison)
3 years ago
Matthias
4b07720d0b
Update test strategy to ensure we're using stake_amount
3 years ago
hippocritical
a7426755bc
added a check for bias1.
...
Looking at has_bias should be enough to statisfy the test.
The tests could be extended with thecking the buy/sell signals and the dataframe itself -
but this should be sufficient for now.
3 years ago
hippocritical
9366c77e42
Merge branch 'freqtrade:develop' into develop
3 years ago
Matthias
3e6a2bf9b0
Add parameters for analysis tests ...
3 years ago
Matthias
9869a21951
Move strategy to it's own directory to avoid having other
3 years ago
Matthias
261822147c
Fix remaining arrow testcases
3 years ago
Matthias
3ec55885bd
Remove arrow from more tests
3 years ago