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
4 years ago
robcaulk
162056a362
fix flake8
4 years ago
robcaulk
a49edfbaee
add tests for CatboostClassifier
4 years ago
robcaulk
d1a0874683
merge develop into feat/freqai-rl-dev
4 years ago
Evgeniy Vladimirov
82d75d8914
Fix tests that failed due to new strategy.
4 years ago
Evgeniy Vladimirov
de9f5660f3
Fix counting available trade slots in backtesting.
4 years ago
Matthias
4a8cb3359b
Fix broken tests
4 years ago
Matthias
9d4ba767c4
Update usages of search_all_objects
4 years ago
Matthias
9b1fb02df8
Refactor generic data generation to conftest
4 years ago
robcaulk
048cb95bd6
Merge remote-tracking branch 'origin/develop' into dev-merge-rl
4 years ago