Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How CancelOrder() work?

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

    How CancelOrder() work?

    When I execute the cancelOrder() functions, rather than it actually cancel the order, internal NT will always report Cancelled Expired order instead. Is that make sense? Can you explain how CancelOrder work internally?

    #2
    xewoox,

    CancelOrder() is only for IOrders that you specifically told to stay alive via the liveUntilCancelled parameter. Otherwise, if you do not resubmit your order to keep it alive on every bar it will just automatically cancel.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      So how can you cancel your order in next ticks (in real time as soon as possible)

      Comment


        #4
        Use CalculateOnBarClose = false and call CancelOrder whenever you want to cancel.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Please try this script, I have it. It does not work.

          Comment


            #6
            The actual script
            Attached Files

            Comment


              #7
              Your script is telling it to CancelOrder only when you orderOut is true. orderOut is only true when your OrderState reaches a cancelled state. If it has reached a cancel state already there is nothing to cancel. That is why your CancelOrder() doesn't do anything.
              Josh P.NinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              558 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              324 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              101 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              545 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              547 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X