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 NullPointStrategies, Today, 05:17 AM
        0 responses
        50 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        126 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        69 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        42 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        46 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X