Commit Graph

27 Commits

Author SHA1 Message Date
Matthias cadc50ce9b Replace more occurances of ticker_interval with timeframe 2020-06-01 20:49:40 +02:00
Matthias 9f8b21de4a
Merge pull request #3358 from hroff-1902/refactor_generate_pairlist
Split the pairlist generation logic and filtering
2020-05-29 14:16:15 +02:00
Matthias 046202fdda Fix typing circular dependency 2020-05-22 20:56:34 +02:00
hroff-1902 8e89802b2d Split the generation logic and filtering 2020-05-22 15:03:49 +03:00
hroff-1902 696c7e87f2 Use proper logging (using the Filter's logger) 2020-05-19 23:51:39 +03:00
hroff-1902 e96e28df07 Refactor verify_blacklist() 2020-05-19 23:13:51 +03:00
hroff-1902 4c4fb0c9be Cleanup in pairlistmanager 2020-05-19 03:56:31 +03:00
hroff-1902 115586a50f Introduce freqtrade.typing 2020-05-18 21:59:50 +03:00
hroff-1902 0c8aff98e0 Make flake happy 2020-05-18 15:03:36 +03:00
hroff-1902 6fa8750fea
Merge branch 'develop' into refactor-informative 2020-05-18 14:00:09 +03:00
hroff-1902 627c5059f0 Move create_pair_list to pairlistmanager 2020-05-18 13:54:21 +03:00
hroff-1902 97c50f86e9 Cleanup pairlistmanager 2020-05-17 14:10:11 +03:00
hroff-1902 ce185a3b19 Remove pairs with no ticker available when it's needed 2020-05-17 11:39:18 +03:00
Matthias 5cbf325fda Allow different loglevels for message 2020-03-09 11:30:13 +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 c22b00b303 move pairlist filters out of config[] 2019-11-19 06:37:06 +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 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 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 b610e8c7e6 Don't refresh tickers if they are not needed 2019-11-09 07:05:17 +01:00
Matthias e632720c02 Allow chaining of pairlists 2019-11-09 06:55:16 +01:00