Removed PrecisionFilter liquidation price TODO-lev

This commit is contained in:
Sam Germain 2022-01-31 12:06:04 -06:00
parent be866f04fa
commit da0d2590b9
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ class PrecisionFilter(IPairList):
pairlist_pos: int) -> None:
super().__init__(exchange, pairlistmanager, config, pairlistconfig, pairlist_pos)
# TODO-lev: Liquidation price?
if 'stoploss' not in self._config:
raise OperationalException(
'PrecisionFilter can only work with stoploss defined. Please add the '