Added more todos

This commit is contained in:
Sam Germain
2021-09-10 23:42:16 -06:00
parent 694460c8e0
commit 84c121652a
5 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ 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 '