Closed jcianci12 closed 1 year ago
Please check orderFilter
param in the documentation for how to place a TP/SL order for spot. Spot API does not support conditional orders, only TP/SL orders. https://bybit-exchange.github.io/docs/v5/order/create-order
When I place an order like this:
the order is registered as a regular order instead of a conditional order as the documentation states at the v5 documentation:
How to create conditional order: When submitting an order, if triggerPrice is set, the order will be automatically converted into a conditional order. In addition, the conditional order does not occupy the margin. If the margin is insufficient after the conditional order is triggered, the order will be cancelled.
Any help would be much appreciated 🙏