Add stoploss-ordertypes mapping for gateio

This commit is contained in:
Matthias 2022-03-12 19:23:20 +01:00
parent 6f4d607902
commit f343036e66
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class Gateio(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"ohlcv_volume_currency": "quote",
"stoploss_order_types": {"limit": "limit"},
"stoploss_on_exchange": True,
}