Fix wrong fee calclulation for gateio futures

This commit is contained in:
Matthias
2022-07-09 08:24:29 +02:00
parent 5b733a723d
commit b7167ec880
6 changed files with 15 additions and 6 deletions

View File

@@ -32,7 +32,8 @@ class Gateio(Exchange):
}
_ft_has_futures: Dict = {
"needs_trading_fees": True
"needs_trading_fees": True,
"fee_cost_in_contracts": False, # Set explicitly to false for clarity
}
_supported_trading_mode_margin_pairs: List[Tuple[TradingMode, MarginMode]] = [