This commit is contained in:
Matthias 2019-02-24 20:13:38 +01:00
parent 31be4d2454
commit f2fd5205ef

View File

@ -374,7 +374,7 @@ class Exchange(object):
""" """
creates a stoploss limit order. creates a stoploss limit order.
NOTICE: it is not supported by all exchanges. only binance is tested for now. NOTICE: it is not supported by all exchanges. only binance is tested for now.
TODO: implementation maybe needs to be move to the binance subclass TODO: implementation maybe needs to be moved to the binance subclass
""" """
ordertype = "stop_loss_limit" ordertype = "stop_loss_limit"