Add huobi to ccxt compat tests

This commit is contained in:
Matthias
2022-02-27 11:56:22 +01:00
parent a922c4df70
commit 68bc2a6107
2 changed files with 12 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ class Huobi(Exchange):
"stoploss_on_exchange": True,
"stoploss_order_types": {"limit": "stop-limit"},
"ohlcv_candle_limit": 1000,
"l2_limit_range": [5, 10, 20],
"l2_limit_range_required": False,
}
def stoploss_adjust(self, stop_loss: float, order: Dict) -> bool: