Matthias
dd8938ced2
test: add test for adjust_order_price and adjust_entry_price collision
1 year ago
Meng Xiangzhuo
41b725714f
chore: bump ruff target-version to 3.10
1 year ago
Matthias
5693039f0d
tests: Add test-column to ensure string columns won't regress
2 years ago
Matthias
2e0a597ee4
chore: update tests to modern typing syntax
2 years ago
Matthias
b8feefc541
tests: update protection tests
2 years ago
Matthias
a9f13d29fd
Fix test type errors
2 years ago
Matthias
8c7d80b78e
ruff format: Update test strategies
2 years ago
Matthias
7767ad9d6e
Update imports in test directory
2 years ago
Matthias
4aab57ce62
Add test for pandas deprecation warning
2 years ago
Matthias
61ed6aee62
Add test for new formatting
3 years ago
Matthias
92d7f27983
Further update test a bit
3 years ago
Matthias
20ea679b2b
Add "bias2" test with full lookahead bias
3 years ago
Stefano
aba576f79f
pre-commit fix
3 years ago
Stefano Ariestasia
28e43a4867
initial test
3 years ago
Matthias
158bf09774
Fix type checking error
3 years ago
Axel-CH
91c710408a
fix flake8, set trade object param as Optional
3 years ago
axel
cf96ad1d1b
add trade param to custom entry price in interface, bot, backtesting, exemples
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
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
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
robcaulk
69b9b35a08
Merge remote-tracking branch 'origin/develop' into feat/add-pytorch-model-support
3 years ago
Matthias
7cdcd97c26
Update tests for new logic.
3 years ago
Yinon Polak
244662b1a4
set class names attribute in the general classifier testing strategy
3 years ago
Matthias
b980f45b2b
Fix test mypy errors
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
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
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
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
de9f5660f3
Fix counting available trade slots in backtesting.
4 years ago
robcaulk
ea8e34e192
Merge branch 'develop' into dev-merge-rl
4 years ago
Matthias
10ec681b30
Clean up no longer needed informative sample code
4 years ago
Matthias
d62cef01be
Add test for __informative_pairs_freqai
4 years ago
robcaulk
3b97b3d5c8
fix mypy error for strategy
4 years ago
Matthias
3a9ec76c91
Move "freqai.lock" to backend to simplify user interface
4 years ago
robcaulk
aef086b02e
Improved dict typing, timeframe parser, collect dates associated with training data points
4 years ago
Matthias
9a82898d6b
Merge branch 'develop' into feat/freqai
4 years ago
robcaulk
eb8bde37c1
Add lightgbm classifier, add classifier check test, fix classifier bug.
4 years ago
Matthias
778833f90e
Modify comment in new test-strategies to point out their purpose
4 years ago