mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
feat: more settings for bitget futures
This commit is contained in:
@@ -40,6 +40,7 @@ class Bitget(Exchange):
|
||||
}
|
||||
_ft_has_futures: FtHas = {
|
||||
"mark_ohlcv_timeframe": "4h",
|
||||
"stoploss_blocks_assets": False, # Stoploss orders do not block assets
|
||||
}
|
||||
|
||||
_supported_trading_mode_margin_pairs: list[tuple[TradingMode, MarginMode]] = [
|
||||
|
||||
Reference in New Issue
Block a user