Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to implement order cancel order function

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to implement order cancel order function

    I am wondering if there is a built in function to implement order cancel order function. For example, one order for profit target, the other order for loss protection. Once one order is executed, the other order would be automatically cancelled.

    #2
    Hello,

    Thank you for your post.

    Set methods, like SetStopLoss and SetProfitTarget, are submitted as OCO when submitted together.

    If you don't want to use set methods, for true OCO you would need to use the Unmanaged Approach to tie orders together using OCO IDs.

    Comment


      #3
      Hi Gaby, thank you for the clarification. I checked the link you provided for unmanaged order. I have one question. If I use SetStopLoss and SetProfitTarget, I need to use them for curreevery bar. It seems if they are not filled on current bar, they would be cancelled. You need to use them on next bar. While for unmanaged order method, the order will truly live until using cancelorder method. This is what you mean a true OCO. Am I correct?

      Comment


        #4
        By true OCO, I mean that they are actually tied via OCO (meaning one will cancel when the other fills).

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        87 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        128 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        65 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        117 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        67 views
        0 likes
        Last Post PaulMohn  
        Working...
        X