Merge branch 'freqtrade:develop' into feat/fix-max-drawdown-protection
This commit is contained in:
@@ -44,7 +44,7 @@ repos:
|
|||||||
|
|
||||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||||
# Ruff version.
|
# Ruff version.
|
||||||
rev: 'v0.15.0'
|
rev: 'v0.15.1'
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ class Binance(Exchange):
|
|||||||
"has_delisting": True,
|
"has_delisting": True,
|
||||||
}
|
}
|
||||||
_ft_has_futures: FtHas = {
|
_ft_has_futures: FtHas = {
|
||||||
|
"ohlcv_candle_limit": 499,
|
||||||
"funding_fee_candle_limit": 1000,
|
"funding_fee_candle_limit": 1000,
|
||||||
"stoploss_order_types": {"limit": "stop", "market": "stop_market"},
|
"stoploss_order_types": {"limit": "stop", "market": "stop_market"},
|
||||||
"stoploss_blocks_assets": False, # Stoploss orders do not block assets
|
"stoploss_blocks_assets": False, # Stoploss orders do not block assets
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ EXCHANGES: dict[str, TestExchangeOnlineSetup] = {
|
|||||||
"candle_count": 1000,
|
"candle_count": 1000,
|
||||||
"futures": True,
|
"futures": True,
|
||||||
"futures_pair": "BTC/USDT:USDT",
|
"futures_pair": "BTC/USDT:USDT",
|
||||||
"candle_count_futures": 1500,
|
"candle_count_futures": 499,
|
||||||
"hasQuoteVolumeFutures": True,
|
"hasQuoteVolumeFutures": True,
|
||||||
"leverage_tiers_public": False,
|
"leverage_tiers_public": False,
|
||||||
"leverage_in_spot_market": False,
|
"leverage_in_spot_market": False,
|
||||||
|
|||||||
Reference in New Issue
Block a user