Added stoploss_on_exchange flag to gateio
This commit is contained in:
parent
ae4742afcb
commit
d47274066e
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user