documentation added for stop loss on exchange

This commit is contained in:
misagh
2018-11-25 17:30:06 +01:00
parent 3e29fbb17a
commit 5e1fb11124
4 changed files with 9 additions and 7 deletions

View File

@@ -227,7 +227,7 @@ class Exchange(object):
raise OperationalException(
f'Exchange {self.name} does not support market orders.')
if order_types.get('stoploss_on_exchange', False):
if order_types.get('stoploss_on_exchange'):
if self.name is not 'Binance':
raise OperationalException(
'On exchange stoploss is not supported for %s.' % self.name