chore: remove pointless comments

This commit is contained in:
Matthias
2026-02-01 14:32:07 +01:00
parent 1c77bd6f5d
commit cb6a1267b6
-4
View File
@@ -30,18 +30,14 @@ class Krakenfutures(Exchange):
(TradingMode.FUTURES, MarginMode.ISOLATED),
]
# Freqtrade uses _ft_has (exchange_has_overrides) for config validation.
_ft_has: FtHas = {
"stoploss_on_exchange": True,
"stoploss_order_types": {
"limit": "limit",
"market": "market",
},
# request param used by Exchange._get_stop_params
"stop_price_param": "triggerPrice",
# response key used by stoploss_adjust and general stop parsing
"stop_price_prop": "stopPrice",
# optional futures price type mapping (only used if stoploss_price_type is configured)
"stop_price_type_field": "triggerSignal",
"stop_price_type_value_mapping": {
PriceType.LAST: "last",