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 cmoran13, Yesterday, 01:02 PM
              0 responses
              30 views
              0 likes
              Last Post cmoran13  
              Started by PaulMohn, 04-10-2026, 11:11 AM
              0 responses
              22 views
              0 likes
              Last Post PaulMohn  
              Started by CarlTrading, 03-31-2026, 09:41 PM
              1 response
              160 views
              1 like
              Last Post NinjaTrader_ChelseaB  
              Started by CarlTrading, 04-01-2026, 02:41 AM
              0 responses
              95 views
              1 like
              Last Post CarlTrading  
              Started by CaptainJack, 03-31-2026, 11:44 PM
              0 responses
              148 views
              2 likes
              Last Post CaptainJack  
              Working...
              X