Add Hint to suggest this is still broken

This commit is contained in:
Matthias 2020-03-24 20:58:05 +01:00
parent 78dea19ffb
commit 68a59fd26d

View File

@ -28,7 +28,8 @@ class Ftx(Exchange):
def stoploss(self, pair: str, amount: float, stop_price: float, order_types: Dict) -> Dict:
"""
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"