fix: don't try to place stoploss orders with blocking assets

This commit is contained in:
Matthias
2025-05-24 09:20:30 +02:00
parent 0b1ba0458d
commit adce6e4f68
8 changed files with 13 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ class Exchange:
"stop_price_param": "stopLossPrice", # Used for stoploss_on_exchange request
"stop_price_prop": "stopLossPrice", # Used for stoploss_on_exchange response parsing
"stoploss_order_types": {},
"stoploss_blocks_assets": True, # By default stoploss orders block assets
"order_time_in_force": ["GTC"],
"ohlcv_params": {},
"ohlcv_has_history": True, # Some exchanges (Kraken) don't provide history via ohlcv