Merge branch 'develop' into feat/short

This commit is contained in:
Matthias
2022-03-30 07:09:41 +02:00
8 changed files with 35 additions and 26 deletions

View File

@@ -25,6 +25,7 @@ class Kucoin(Exchange):
"l2_limit_range_required": False,
"order_time_in_force": ['gtc', 'fok', 'ioc'],
"time_in_force_parameter": "timeInForce",
"ohlcv_candle_limit": 1500,
}
def stoploss_adjust(self, stop_loss: float, order: Dict, side: str) -> bool: