stable/freqtrade
jblestang 8411844d7e Implement pair_blacklist functionality (#257)
* Adding an optional black_list of pairs not to be traded

* applying the blacklist also when not using --dynamic-whitelist

* fix error retrieving pair in conf

* Refactoring the handling of whitelist among the various functions

* unit test to verify that black listed pairs are being removed from the pair_whitelist

* Fixing newly added unit tests in develop

* fixing flake8 code review

* fix code review from @garcq
2017-12-30 14:15:07 +01:00
..
exchange catch MIN_TRADE_REQUIREMENT_NOT_MET as non-critical exception (#237) 2017-12-26 09:39:29 +01:00
optimize Refactor Optimize tests, and add more unit tests 2017-12-28 22:32:48 -08:00
rpc CI flake8 error 2017-12-27 21:33:42 +01:00
tests Implement pair_blacklist functionality (#257) 2017-12-30 14:15:07 +01:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py use normal program flow to handle interrupts 2017-11-20 22:15:19 +01:00
analyze.py Make get_signals async. This should speed up create_trade calls by at least 10x. (#223) 2017-12-25 07:01:01 +01:00
fiat_convert.py Display profits in fiat 2017-12-26 19:44:19 -08:00
main.py Implement pair_blacklist functionality (#257) 2017-12-30 14:15:07 +01:00
misc.py Implement pair_blacklist functionality (#257) 2017-12-30 14:15:07 +01:00
persistence.py Add more unittest (#241) 2017-12-27 11:41:11 +01:00