diff --git a/freqtrade/exchange/exchange.py b/freqtrade/exchange/exchange.py index b6daafd54..54d2bde51 100644 --- a/freqtrade/exchange/exchange.py +++ b/freqtrade/exchange/exchange.py @@ -825,7 +825,8 @@ class Exchange: and order_types["stoploss_price_type"] not in price_mapping ): raise ConfigurationError( - f"On exchange stoploss price type is not supported for {self.name}." + f"On exchange stoploss price type '{order_types['stoploss_price_type']}' " + f"is not supported for {self.name}." ) def validate_pricing(self, pricing: dict) -> None: