hroff-1902
|
d457542d96
|
Fix PrecisionFilter
|
2020-05-17 11:11:49 +03:00 |
|
hroff-1902
|
1b3864ebf8
|
Make flake happy
|
2020-05-16 09:21:36 +03:00 |
|
hroff-1902
|
143e6f52af
|
Simplify SpreadFilter
|
2020-05-15 05:14:06 +03:00 |
|
hroff-1902
|
cbb2ce3708
|
Simplify PriceFilter
|
2020-05-15 04:55:28 +03:00 |
|
hroff-1902
|
2aa80f915d
|
Cosmetics: improve readability
|
2020-05-15 04:24:18 +03:00 |
|
hroff-1902
|
794ed304b1
|
Make stoploss an attribute
|
2020-05-15 04:17:23 +03:00 |
|
hroff-1902
|
afa7a5846b
|
Simplify PriceFilter
|
2020-05-15 04:05:31 +03:00 |
|
hroff-1902
|
f0c3a0d2f8
|
Simplify VolumePairList
|
2020-05-15 03:59:13 +03:00 |
|
hroff-1902
|
481f9ba6d6
|
Use list comprehension instead of filter()
|
2020-05-15 03:00:55 +03:00 |
|
Matthias
|
9fa21628d7
|
Deprecate keys other than quoteVolume
fixes #2981
|
2020-04-25 16:29:17 +02:00 |
|
Matthias
|
9627604ec3
|
change wording of log message
|
2020-04-24 07:58:18 +02:00 |
|
Matthias
|
f4995780e5
|
Verify last is not None - to avoid crashing
fix #3117
|
2020-04-23 20:04:36 +02:00 |
|
hroff-1902
|
9364a9c4c4
|
Merge pull request #3168 from freqtrade/fix_pairlist_caching
Fix pairlist caching
|
2020-04-16 18:39:00 +03:00 |
|
Matthias
|
99f3e9ed77
|
Remove wrong comment
|
2020-04-15 07:55:15 +02:00 |
|
Matthias
|
36e714a7b2
|
Add price_get_one_pip filter
|
2020-04-15 07:19:27 +02:00 |
|
Matthias
|
2b7376f6f3
|
Implement log-filtering for all pairlists
|
2020-04-14 20:45:30 +02:00 |
|
Matthias
|
ceca0a659c
|
Simplify cached stuff to only what's needed
|
2020-04-14 20:25:58 +02:00 |
|
Matthias
|
13ee7a55c4
|
Fix #3166
Always call _gen_pair_whitelist if volumepairlist is not the first in
the list.
|
2020-04-14 20:21:30 +02:00 |
|
Matthias
|
5d876ca0a3
|
Use log-spamprevention methods
|
2020-04-14 20:21:10 +02:00 |
|
Matthias
|
7c15375f5d
|
Add log_on_refresh - using TTL caching to avoid spamming logs
|
2020-04-14 20:20:36 +02:00 |
|
Matthias
|
c049651784
|
whitelist_for_active_markets should not remove blacklisted items
|
2020-03-09 11:30:28 +01:00 |
|
Matthias
|
5cbf325fda
|
Allow different loglevels for message
|
2020-03-09 11:30:13 +01:00 |
|
Matthias
|
4e218be51d
|
Don't use markets[pair]['quote']
|
2020-02-26 07:08:09 +01:00 |
|
Matthias
|
1021ffa1c3
|
Apply suggestions from code review
Add suggested changes to comments
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
|
2020-02-26 07:00:08 +01:00 |
|
Matthias
|
31ac4598ba
|
Fix last occurances of pair splitting
|
2020-02-25 07:16:37 +01:00 |
|
Matthias
|
6581ba56ca
|
Use markets.quote to validate
|
2020-02-24 20:41:45 +01:00 |
|
Matthias
|
6866f6389d
|
Fix merge-error
|
2020-02-04 20:41:13 +01:00 |
|
hroff-1902
|
d2cac1d8fd
|
Merge branch 'develop' into spreadfilter
|
2020-02-04 16:54:46 +03:00 |
|
untoreh
|
aa54fd2251
|
- added spread filter
- minimum value to volume pairlist
|
2020-02-04 14:49:59 +01:00 |
|
hroff-1902
|
f3d500085c
|
Add some type hints
|
2020-02-02 07:00:40 +03:00 |
|
Matthias
|
5fcab1eee8
|
Align method names to internal ccxt names
These methods are reimplemented from ccxt so we can test their behaviour.
|
2020-01-12 14:55:05 +01:00 |
|
Matthias
|
1ffda29fd2
|
Adjust improts to new exception location
|
2019-12-30 15:02:17 +01:00 |
|
Matthias
|
5fefa9e97c
|
Convert PairlistResolver to static loader
|
2019-12-23 09:56:12 +01:00 |
|
Matthias
|
153434561d
|
Add test_pairlist method
|
2019-11-30 19:53:22 +01:00 |
|
Matthias
|
5f62a9e4d8
|
rename ttl to refresh_period
|
2019-11-19 06:50:23 +01:00 |
|
Matthias
|
a8855bf795
|
rename LowPriceFilter to PrieFilter
|
2019-11-19 06:49:45 +01:00 |
|
Matthias
|
c22b00b303
|
move pairlist filters out of config[]
|
2019-11-19 06:37:06 +01:00 |
|
Matthias
|
52e24c3a25
|
Split error-messsage between incompatible and wrong stake amount
|
2019-11-12 09:27:53 +01:00 |
|
Matthias
|
085aa3084e
|
Implement ticker caching
|
2019-11-09 19:45:09 +01:00 |
|
Matthias
|
7ff61f12e9
|
pass pairlist position into the pairlists
|
2019-11-09 15:04:04 +01:00 |
|
Matthias
|
ae35649366
|
improve pairlistmanager errorhandling
|
2019-11-09 14:49:41 +01:00 |
|
Matthias
|
a01b34a004
|
tests
|
2019-11-09 14:44:39 +01:00 |
|
Matthias
|
c74d766275
|
move from name to name_list
|
2019-11-09 14:00:32 +01:00 |
|
Matthias
|
d7262c0b4e
|
Fix correct ticker type
|
2019-11-09 13:40:36 +01:00 |
|
Matthias
|
870966dcd0
|
Fix more tests
|
2019-11-09 09:42:34 +01:00 |
|
Matthias
|
bf69b055eb
|
Add name getting
|
2019-11-09 09:07:46 +01:00 |
|
Matthias
|
31c7189b8b
|
Verify blacklist correctly
|
2019-11-09 07:23:34 +01:00 |
|
Matthias
|
eaf3fd80c5
|
Allow blacklist-verification from all pairlists
|
2019-11-09 07:19:46 +01:00 |
|
Matthias
|
1059586226
|
Small adjustments
|
2019-11-09 07:07:33 +01:00 |
|
Matthias
|
b610e8c7e6
|
Don't refresh tickers if they are not needed
|
2019-11-09 07:05:17 +01:00 |
|