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 charlesugo_1, 05-26-2026, 05:03 PM
              0 responses
              51 views
              0 likes
              Last Post charlesugo_1  
              Started by DannyP96, 05-18-2026, 02:38 PM
              1 response
              142 views
              0 likes
              Last Post NinjaTrader_ChelseaB  
              Started by CarlTrading, 05-11-2026, 05:56 AM
              0 responses
              160 views
              0 likes
              Last Post CarlTrading  
              Started by CarlTrading, 05-10-2026, 08:12 PM
              0 responses
              96 views
              0 likes
              Last Post CarlTrading  
              Started by Hwop38, 05-04-2026, 07:02 PM
              0 responses
              275 views
              0 likes
              Last Post Hwop38
              by Hwop38
               
              Working...
              X