Matthias
2b350eb872
tests: improve assert accuracy
1 year ago
Matthias
88d77658f8
tests: extract strategy_safe_wrapper tests
1 year ago
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
2 years ago
Matthias
52f971cbb7
Improve existing test
2 years ago
Matthias
563e68e894
Don't hard-fail merge if there's no informative data
2 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
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
hippocritical
7a5f457b2f
Merge branch 'freqtrade:develop' into develop
3 years ago
Matthias
bbce738523
Improve tests around timezone
3 years ago
hippocritical
7d871faf04
added exportfilename to args_to_config
...
introduced strategy_test_v3_with_lookahead_bias.py for checking lookahead_bias#
introduced test_lookahead_analysis which currently is broken
3 years ago
Matthias
bba6f8e133
Use length constant for tests
3 years ago
robcaulk
69b9b35a08
Merge remote-tracking branch 'origin/develop' into feat/add-pytorch-model-support
3 years ago
Matthias
f03a99918a
Ensure hyper param file can be loaded
...
closes #8452
3 years ago
Matthias
7cdcd97c26
Update tests for new logic.
3 years ago
Matthias
222ecdecd2
Improve code quality
3 years ago
Yinon Polak
244662b1a4
set class names attribute in the general classifier testing strategy
3 years ago
Matthias
027e023443
Stop from open with leverage
3 years ago
Matthias
d0045673fa
Add explicit test for stoploss_from_open
3 years ago
Matthias
6e9ff5fdd8
Merge pull request #8202 from freqtrade/remove-populate-any-indicators
...
remove populate_any_indicators
3 years ago
Matthias
b980f45b2b
Fix test mypy errors
3 years ago
Matthias
34c42be74f
Fix minor stylistic errors
3 years ago
robcaulk
fd4e27d889
remove populate_any_indicators
3 years ago
Matthias
2c0fbd8500
Simplify test slightly
3 years ago
Matthias
cdd324d0a9
Rename stoploss_reached to ft_stoploss_reached
3 years ago
Matthias
801714a588
Update function signatures in all templates
...
add typehints to help the user's editor suggest the right things.
3 years ago
Matthias
634b80f0e7
Add tests for plotconfig in ws mode
3 years ago
Matthias
c8ecedf6d5
Clarify a variable via typehint
3 years ago
Antonio Della Fortuna
b0f1d914c8
Changed max_open_trades type to int or inf
3 years ago
Antonio Della Fortuna
534aa8f7ff
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
...
# Conflicts:
# freqtrade/optimize/backtesting.py
3 years ago
Wagner Costa
abdeb72eb0
fix tests
3 years ago
Antonio Della Fortuna
f2fa476dc6
max_open_trades should be an integer
...
Max open trades will be always an integer in the strategy (-1 for infinity), but in the config -1 will be parsed as infinity
3 years ago
Antonio Della Fortuna
5fd85368a9
Added support for max_open_trades hyperopting
3 years ago
robcaulk
b2bab68fba
move price assignment to feature_engineering_standard() to reduce un-requested feature additions in RL. Ensure old method of price assignment still works, add deprecation warning to help users migrate their strategies
3 years ago
robcaulk
c2936d551b
improve doc, update test strats, change function names
3 years ago
robcaulk
8855e36f57
reduce freqai testing time by reducing retrain frequency and number of features
3 years ago
robcaulk
259f87bd40
fix rl test;
3 years ago
robcaulk
6ff0e66ddf
ensure strat tests are updated
3 years ago
robcaulk
7a4bb040a5
merge develop into feat/freqai-rl-dev
3 years ago
robcaulk
63458a6130
isort
3 years ago
robcaulk
162056a362
fix flake8
3 years ago
robcaulk
a49edfbaee
add tests for CatboostClassifier
3 years ago
robcaulk
d1a0874683
merge develop into feat/freqai-rl-dev
3 years ago
Evgeniy Vladimirov
82d75d8914
Fix tests that failed due to new strategy.
3 years ago
Evgeniy Vladimirov
de9f5660f3
Fix counting available trade slots in backtesting.
3 years ago
Matthias
4a8cb3359b
Fix broken tests
3 years ago
Matthias
9d4ba767c4
Update usages of search_all_objects
3 years ago
Matthias
9b1fb02df8
Refactor generic data generation to conftest
3 years ago
robcaulk
048cb95bd6
Merge remote-tracking branch 'origin/develop' into dev-merge-rl
3 years ago
Matthias
34951f59d2
Update failing tests
3 years ago
robcaulk
ea8e34e192
Merge branch 'develop' into dev-merge-rl
3 years ago
Matthias
32d46e8a6b
Improve fixture naming
3 years ago
robcaulk
d056d766ed
make tests pass
3 years ago