TriggerType not correctly recognized in Bybit and Deribit #3794
Replies: 2 comments 2 replies
-
|
Thanks for reporting this with the clear reproduction code. The Bybit trigger type was indeed hardcoded to Looking into the Deribit issue next. |
Beta Was this translation helpful? Give feedback.
-
|
The Deribit side is also now fixed on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
When I try to place a StopMarketOrder using order_factory.stop_market, both Bybit and Deribit seem to fail to correctly recognize the trigger type.
Bybit accepts the order, but recognizes all trigger types as 'last price' regardless of the type specified.
Deribit rejects the order altogether with the following reason:
Tested with all available TriggerType values, I'll post the code I used here just to make sure the mistake isn't on my side:
I'm running Nautilus build 1.224.0.
Thanks in advance for your help!
Update: I did a quick test with StopLimitOrder and it seems to have the same issues
Beta Was this translation helpful? Give feedback.
All reactions