FTX - support time_in_force (and PO ordertype)

closes #7175
This commit is contained in:
Matthias
2022-08-27 10:30:38 +02:00
parent 104a73025d
commit c61b986c3d
2 changed files with 9 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ logger = logging.getLogger(__name__)
class Ftx(Exchange):
_ft_has: Dict = {
"order_time_in_force": ['GTC', 'IOC', 'PO'],
"stoploss_on_exchange": True,
"ohlcv_candle_limit": 1500,
"ohlcv_require_since": True,