Stefano
eb7df30061
add test
3 years ago
Matthias
8cbb5d2a93
Adjust test for "nan" data
...
shows problem in #9154
3 years ago
Matthias
5eb446f1ce
Don't remove elements from list we're iterating over
...
closes #9127
3 years ago
Matthias
5efa40215b
Allow invalid futures pairs (`:` separated)
...
closes #9127
3 years ago
Matthias
0c7cb29ea1
Don't use type() is comparisons
3 years ago
Matthias
4dda9c6daa
Add explicit test for short-desc
3 years ago
Matthias
4cfbc55d34
Update remaining tests to get rid of .query
3 years ago
Matthias
d3a3ddbc61
Check if exchang provides bid/ask via fetch_tickers - and fail with spread filter if it doesn't.
...
closes #8286
3 years ago
Matthias
2ca8b0b12e
Update more exchange mocks to use EXMS
3 years ago
Matthias
bcdf4e0fe8
Use variable for exchange mocks to shorten lines
3 years ago
Matthias
6fa3db3a1d
Fix failing tests
3 years ago
Matthias
30b467906c
Delist FTX, following ccxt's delisting.
3 years ago
Matthias
a323acf343
Improve ShufflePairlist to shuffle only once per candle
4 years ago
Matthias
2ce265bed3
Merge pull request #7473 from freqtrade/feat/producerpairlist
...
Producerpairlist
4 years ago
Matthias
8c2e473ee5
Fix test warning
4 years ago
Matthias
af59572cb9
prior pairlists should go first
4 years ago
Matthias
bd106b4b8e
Add tests for Producerpairlist
4 years ago
Matthias
0c810868de
Add Dataprovider to pairlist
4 years ago
Matthias
02f2096fc3
Reverse and fix rangestability conditions
...
closes #7447
4 years ago
Matthias
70a77ba3d9
Check for "last" availability in PrecisionFilter
...
closes #7250
4 years ago
Matthias
fa89368c02
Add test for precision backpopulation
4 years ago
Matthias
5aaab75d1c
Add test for dynamic_pairlist_expand
4 years ago
Matthias
2c7c5f9a6e
Update mock_usdt trade method
4 years ago
Matthias
2a1368d508
Offsetfilter: add number_assets parameter
...
closes #6824
4 years ago
Matthias
7d8ca63752
Merge pull request #6550 from freqtrade/short_tickerproblems
...
Short tickerproblems
4 years ago
Matthias
7868e50141
Merge branch 'develop' into feat/short
4 years ago
Matthias
73fc344eb1
Improve wording in docs
4 years ago
Matthias
f55db8e262
Spreadfilter should fail to start if fetchTickers is not supported
4 years ago
Matthias
a13b633c56
update VOlumepairlist to also work without tickers
4 years ago
Matthias
0c6d92a7a6
Merge branch 'develop' into feat/short
4 years ago
Matthias
5eb5029856
Performancefilter - improve sorting
...
Ordering of Pairs without history should remain identical, so pairs with
positive performance move to the front, and negative pairs move to the back.
closes #4893
4 years ago
Matthias
ef086d438c
Update PerformanceFilter test to run with USDT pairs
4 years ago
Matthias
64d0c75bbb
Fix deprecation warnings
4 years ago
Matthias
46809f08fe
Merge branch 'develop' into feat/short
4 years ago
Matthias
72f486289a
Update Volumepairlist test
4 years ago
Matthias
ddfbe55e7c
Merge branch 'develop' into feat/short
4 years ago
cdimauro
f77b8cbb7a
Reduce KuCoin logs only for 429000 error
...
Only KuCoin messages for 429000 error code are logged once.
Logs functions are also simplified and optimized.
test_remove_logs_for_pairs_already_in_blacklist is simplified as well.
4 years ago
cdimauro
6509c38717
Introduce new test functions to check logs
...
New functions log_contains, num_log_contains, num_log_has and num_log_has_re
are introduced in the conftest module to help and simplify checking:
- if logs contain a string;
- count how many messages contain a string;
- count how many messages are the given string;
- count how many messages matchs a regex.
A couple of existing tests are changed using the new functions.
4 years ago
Matthias
f88b6af26f
Merge pull request #6070 from cdimauro/suppress_logs
...
Suppress additional logs for pairs in blacklist
4 years ago
Matthias
e5aaef6440
Fix CI failure
4 years ago
cdimauro
9d8646072c
Add test case for checking removal of logs for pains in blacklist
4 years ago
Matthias
3398469e55
Update PerformanceFilter to have min_profit as ratio again.
...
closes #6056
4 years ago
Matthias
be6b1f6f83
Import from enums, not submodules
4 years ago
Matthias
25e1142f89
Update Enum imports
4 years ago
Matthias
9b9d61c6d6
Remove SPOT_ candletype
4 years ago
Matthias
a870e0962a
Fix some obtruse (test)bugs
4 years ago
Matthias
f4d0abc51a
Merge branch 'feat/short' into pr/samgermain/5780
4 years ago
Matthias
67f3570bf3
Merge branch 'develop' into feat/short
4 years ago
Matthias
2b3e7eeb21
Use Enum values within bot code
4 years ago
Sam Germain
920151934a
Added candle_type to a lot of methods, wrote some tests
4 years ago