Merge branch 'opt-ask-force-new-points' of https://github.com/italodamato/freqtrade-1 into opt-ask-force-new-points

This commit is contained in:
Italo
2022-03-30 09:49:07 +01:00
2 changed files with 3 additions and 1 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) -> bool: