Added stoploss_on_exchange flag to gateio

This commit is contained in:
Sam Germain 2022-03-09 01:05:21 -06:00
parent ae4742afcb
commit d47274066e
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_on_exchange": True,
}
_headers = {'X-Gate-Channel-Id': 'freqtrade'}