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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        77 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        40 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        63 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        63 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        53 views
        0 likes
        Last Post CarlTrading  
        Working...
        X