mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
stop loss limit order type corrected
This commit is contained in:
parent
6351fe7a7f
commit
7dbf0fed68
|
@ -373,7 +373,7 @@ class Exchange(object):
|
|||
return self._dry_run_open_orders[order_id]
|
||||
|
||||
try:
|
||||
return self._api.create_order(pair, 'stop_loss', 'sell',
|
||||
return self._api.create_order(pair, 'stop_loss_limit', 'sell',
|
||||
amount, rate, {'stopPrice': stop_price})
|
||||
|
||||
except ccxt.InsufficientFunds as e:
|
||||
|
|
Loading…
Reference in New Issue
Block a user