chore: remove pointless comments
This commit is contained in:
@@ -30,18 +30,14 @@ class Krakenfutures(Exchange):
|
|||||||
(TradingMode.FUTURES, MarginMode.ISOLATED),
|
(TradingMode.FUTURES, MarginMode.ISOLATED),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Freqtrade uses _ft_has (exchange_has_overrides) for config validation.
|
|
||||||
_ft_has: FtHas = {
|
_ft_has: FtHas = {
|
||||||
"stoploss_on_exchange": True,
|
"stoploss_on_exchange": True,
|
||||||
"stoploss_order_types": {
|
"stoploss_order_types": {
|
||||||
"limit": "limit",
|
"limit": "limit",
|
||||||
"market": "market",
|
"market": "market",
|
||||||
},
|
},
|
||||||
# request param used by Exchange._get_stop_params
|
|
||||||
"stop_price_param": "triggerPrice",
|
"stop_price_param": "triggerPrice",
|
||||||
# response key used by stoploss_adjust and general stop parsing
|
|
||||||
"stop_price_prop": "stopPrice",
|
"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_field": "triggerSignal",
|
||||||
"stop_price_type_value_mapping": {
|
"stop_price_type_value_mapping": {
|
||||||
PriceType.LAST: "last",
|
PriceType.LAST: "last",
|
||||||
|
|||||||
Reference in New Issue
Block a user