Add Hint to suggest this is still broken
This commit is contained in:
parent
78dea19ffb
commit
68a59fd26d
@ -28,7 +28,8 @@ class Ftx(Exchange):
|
|||||||
def stoploss(self, pair: str, amount: float, stop_price: float, order_types: Dict) -> Dict:
|
def stoploss(self, pair: str, amount: float, stop_price: float, order_types: Dict) -> Dict:
|
||||||
"""
|
"""
|
||||||
Creates a stoploss market order.
|
Creates a stoploss market order.
|
||||||
Stoploss market orders is the only stoploss type supported by kraken.
|
Stoploss market orders is the only stoploss type supported by ftx.
|
||||||
|
TODO: This doesnot work yet as the order cannot be aquired via fetch_orders - so Freqtrade assumes the order as always missing.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
ordertype = "stop"
|
ordertype = "stop"
|
||||||
|
Loading…
Reference in New Issue
Block a user