mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
adding whitespace
This commit is contained in:
parent
baa5cc5b9e
commit
50bc20134f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user