diff --git a/freqtrade/exchange/__init__.py b/freqtrade/exchange/__init__.py index 588504894..094d2cc29 100644 --- a/freqtrade/exchange/__init__.py +++ b/freqtrade/exchange/__init__.py @@ -403,7 +403,7 @@ class Exchange(object): try: order = self._api.create_order(pair, 'stop_loss_limit', 'sell', - amount, rate, {'stopPrice': stop_price}) + amount, rate, {'stopPrice': stop_price}) logger.info('stoploss limit order added for %s. ' 'stop price: %s. limit: %s' % (pair,stop_price,rate)) return order