Commit Graph

21 Commits

Author SHA1 Message Date
Matthias bd98ff6332 Update docstring in all pairlists 2020-11-24 20:24:51 +01:00
Matthias 253b7b763e Apply isort to freqtrade codebase 2020-09-28 19:40:46 +02:00
hroff-1902 02c0488d45
Merge pull request #3453 from freqtrade/fix/3363
Backtesting should load pairlists after the strategy
2020-06-29 21:53:33 +03:00
gambcl 3624aec059 Typos 2020-06-24 15:21:28 +01:00
Matthias ab0003f565 fix #3463 by explicitly failing if no stoploss is defined 2020-06-09 14:33:57 +02:00
hroff-1902 4f0d928145 Introduce self._enabled in pairlist handlers 2020-05-20 13:41:00 +03:00
hroff-1902 7e43574382 Refactor filter_pairlist() 2020-05-20 13:27:07 +03:00
hroff-1902 16622bbfad Cosmetics in pair lists 2020-05-17 14:44:32 +03:00
hroff-1902 d457542d96 Fix PrecisionFilter 2020-05-17 11:11:49 +03:00
hroff-1902 143e6f52af Simplify SpreadFilter 2020-05-15 05:14:06 +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
Matthias 2b7376f6f3 Implement log-filtering for all pairlists 2020-04-14 20:45:30 +02: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 153434561d Add test_pairlist method 2019-11-30 19:53:22 +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 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
Matthias fd9c02603c Introduce chainable PairlistFilters 2019-10-30 15:59:52 +01:00