error message improved

This commit is contained in:
misagh 2018-11-24 21:42:15 +01:00
parent 519b1f00e2
commit 266bd7b9b6

View File

@ -77,7 +77,7 @@ class FreqtradeBot(object):
# Stoploss on exchange is only implemented for binance
if strategy.stoploss_on_exchange and config.get('exchange') is not 'binance':
raise OperationalException(
'Stoploss limit orders are implemented only for binance as of now.')
'On exchange stoploss is not supported for %s.' % config.get('exchange'))
def _init_modules(self) -> None:
"""