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 sjsj2732, Yesterday, 04:31 AM
              0 responses
              38 views
              0 likes
              Last Post sjsj2732  
              Started by NullPointStrategies, 03-13-2026, 05:17 AM
              0 responses
              287 views
              0 likes
              Last Post NullPointStrategies  
              Started by argusthome, 03-08-2026, 10:06 AM
              0 responses
              289 views
              0 likes
              Last Post argusthome  
              Started by NabilKhattabi, 03-06-2026, 11:18 AM
              0 responses
              134 views
              1 like
              Last Post NabilKhattabi  
              Started by Deep42, 03-06-2026, 12:28 AM
              0 responses
              95 views
              0 likes
              Last Post Deep42
              by Deep42
               
              Working...
              X