test: update krakenfutures live test

This commit is contained in:
Matthias
2026-03-16 20:22:04 +01:00
parent 437d0a264c
commit 57c7edfe26
+7 -5
View File
@@ -642,14 +642,16 @@ EXCHANGES: dict[str, TestExchangeOnlineSetup] = {
"id": "a11a8ff3-17f3-5112-8caa-9cbbacfa1c8e", "id": "a11a8ff3-17f3-5112-8caa-9cbbacfa1c8e",
"timestamp": 1771345562918, "timestamp": 1771345562918,
"datetime": "2026-02-17T16:26:02.918Z", "datetime": "2026-02-17T16:26:02.918Z",
"price": 71712.0, # TODO: re-verify this ...
# "price": 71712.0,
"price": None,
"status": "open", "status": "open",
"amount": 0.0004, "amount": 0.0004,
"side": "buy", "side": "buy",
# TODO: this should work if stoploss is supposed to work. "triggerPrice": 71641.0,
# "triggerPrice": 71641.0, "stopPrice": 71641.0,
# "stopPrice": 71641.0, # krakenfutures uses stopPrice - so this is fine.
# "stopLossPrice": 71641.0, "stopLossPrice": None,
}, },
}, },
], ],