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
Matthias
c094ac5762
Merge branch 'develop' into feat/short
5 years ago
Matthias
c579fcfc19
Add tests and documentation for unlock_reason
5 years ago
Sam Germain
3fffc315ac
Merge branch 'develop' into feat/short
5 years ago
Matthias
55b0216180
Allow StaticPairlist in non-first position
...
closes #5754
5 years ago
Sam Germain
e4682b78c5
updates suggested on github
5 years ago
Matthias
198f3c5238
Merge branch 'feat/short' into pr/samgermain/5567
5 years ago
Matthias
c02a538187
Add documentation and log to PerformanceFilter
5 years ago
Sam Germain
b3656ddfc9
Merge branch 'feat/short' into lev-freqtradebot
5 years ago
Rokas Kupstys
e025576d8c
Introduce markets_static fixture serving an immutable list of markets. Adapt pairlist/markets tests to use this new fixture.
...
This allows freely modifying markets in get_markets() without a need of updating pairlist/markets tests.
5 years ago
Sam Germain
043bfcd5ad
Fixed a lot of failing tests"
5 years ago
Sam Germain
778f0d9d0a
Merged feat/short into lev-strat
5 years ago
Matthias
1da091dea3
ProtectionManager should return the lock just created
5 years ago
Matthias
56fb25c5e5
Add test for PerformanceFilter lookback
5 years ago
Matthias
e4ec5679a1
Merge pull request #5574 from freqtrade/agefilter_cache
...
Agefilter cache
5 years ago
Matthias
35eda8c8c7
Improve agefilter test
5 years ago
Matthias
3ce5197e8d
Add Tests for AgeFilter caching
...
closes #5552
5 years ago
Matthias
3675df8344
Update documentation regarding Legacy Hyperopt
5 years ago
Sam Germain
b9356a5564
Autopep8 formatting
5 years ago
Matthias
b63eda3a2b
Some minor cleanup and improved test coverage
5 years ago
sauces1313
4675d85b90
Merge branch 'freqtrade:develop' into RangeStabilityFilterMax
5 years ago
sauces1313
34c8a5afaf
remove second filter, add max option
5 years ago
Matthias
225522762b
Merge pull request #5231 from nightshift2k/enhancement/range-based-volumefilter
...
Range based VolumeFilter
5 years ago
Matthias
76e51cddba
Merge pull request #5246 from nightshift2k/feature/offsetfilter
...
new filter OffsetFilter for offsetting incoming pairlists
5 years ago
Matthias
682f880630
Slightly simplify if statement, add additional test
5 years ago
nightshift2k
c44e87cd30
added tests for `OffsetFilter
...
to `test_pairlist.py`
5 years ago
nightshift2k
f30e300f18
adjusted `test_pairlist.py` for fixed rolling sum
5 years ago
kevinjulian
502c69dce3
change short desc
5 years ago
nightshift2k
1e87225e91
added `test_VolumePairList_range` to test_pairlist.py
5 years ago
kevinjulian
3d9f3eeb07
feat(agefilter): add max_days_listed
5 years ago
Matthias
347eceeda5
Try fix fluky test
5 years ago
Matthias
e1010ff592
Don't load protections from config if strategy defines a property
5 years ago
Matthias
89b9915c12
Update imports for SellType in tests
5 years ago
Matthias
6659a07079
Add tests for max-value filter
5 years ago
Matthias
369f19df6b
Add valuefilter to Pricefilters
5 years ago
Matthias
37b71b8cfd
Fix PerformanceFilter failing in test-pairlist mode
5 years ago
Matthias
6f0a585bd0
Fix random test failure due to ttl 0 issue
5 years ago
Matthias
bb7ef2f804
Cache pairlist in pairlist, not globally
...
closes #4797 closes #4689
5 years ago
Matthias
2254f65fa7
use binance intests instead of bittrex
5 years ago
gbojen
17508efbbc
resolves freqtrade/freqtrade#4650
5 years ago
gbojen
9772a93634
resolves freqtrade/freqtrade#4650
5 years ago
gbojen
187cf6dcd5
VolatilityFilter resolves freqtrade/freqtrade#4650
5 years ago
Matthias
ea0b47a7f9
Replace test occurances of Trade.session with Trade.query.session
5 years ago
Matthias
fb489c11c9
Improve test-coverage of pairlocks
5 years ago
Matthias
3629892fc3
Stoploss-guard should use the trade_limit or more
...
fix #4404
5 years ago
Matthias
130a9b4db3
Add test to call verify_pairlist multiple times
5 years ago
Matthias
4d7f3e570b
Add test for spreadfilter division exception
5 years ago
Matthias
16f9675356
Fix whitelist expansion problem
5 years ago
Matthias
7c99e6f0e6
Avoid random test failure
5 years ago
Matthias
bf5868c96d
Add testcase for nonexisting pairs on whitelist
5 years ago
nas-
f72d53351c
Added ability to keep invalid pairs while expanding expand_pairlist
5 years ago
Matthias
0affacd39a
Support invalid regex blacklist from config
5 years ago
Matthias
704cf14383
Add expand_pairlist method
5 years ago
Matthias
67193bca3d
Move pairlists to be a plugin submodule
5 years ago
Matthias
4e7f914e92
Improve test for AgeFilter, fix bug in Agefilter
5 years ago
Matthias
011ba1d9ae
Adapt tests to use async methods
5 years ago
Matthias
9cd1be8f93
Update usage of open_trade_price to open_trade_value
5 years ago
Matthias
de2cc9708d
Fix test leakage
5 years ago
Matthias
f047297995
Improve wording, fix bug
5 years ago
Matthias
effc96e92b
Improve tests for backtest protections
5 years ago
Matthias
57a4044eb0
Enhance test verifying that locks are not replaced
5 years ago
Matthias
0e2a43ab4d
Add duration_explanation functions
5 years ago
Matthias
d4799e6aa3
Implement *candle definitions
5 years ago
Matthias
a93bb6853b
Document *candles settings, implement validations
5 years ago
Matthias
f06b58dc91
Test MaxDrawdown desc
5 years ago
Matthias
9d6f3a89ef
Improve docs and fix typos
5 years ago
Matthias
6d0f16920f
Get Longest lock logic
5 years ago
Matthias
dce2364672
Add stoploss per pair support
5 years ago
Matthias
dcdf4a0503
Improve tests
5 years ago
Matthias
32cde1cb7d
Improve test for lowprofitpairs
5 years ago
Matthias
8f958ef723
Improve login-mixin structure
5 years ago
Matthias
8ebd6ad200
Rename login-mixin log method
5 years ago
Matthias
9484ee6690
Test for low_profit_pairs
5 years ago
Matthias
8dbef6bbea
Add test for cooldown period
5 years ago
Matthias
56975db2ed
Add more tests
5 years ago