Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to cancel order?

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

    How to cancel order?

    I need to cancel an entry order.

    Is it enough to send a cancel request or I need to check OrderState and to send cancel request / close order, depending on order state?

    I read in NinjaTrader help that "CancelOrder() does not guarantee that an order is completely cancelled." What additional steps should I take to make sure that the order is completely cancelled / closed?

    Thanks,

    Valentin

    #2
    Hello Valentin,

    Thanks for your post.

    You can test .OrderState == OrderState.PendingCancel as well as or just .OrderState == OrderState.Cancelled in OnOrderUpdate() http://www.ninjatrader.com/support/h...rderupdate.htm

    Comment


      #3
      Thank you Paul,

      Currently I test Position.MarketPosition == MarketPosition.Flat in OnBarUpdate() to know whether previous position is closed.

      I suppose that when order is cancelled, market position will be flat, so I can use it as a condition for the new entry. Is it correct?

      What will be market position while .OrderState == OrderState.PendingCancel?

      Is it OK to use Position.MarketPosition == MarketPosition.Flat as a condition for the new entry, in case that some orders will be closed and other orders will be cancelled?

      Valentin

      Comment


        #4
        Hello Valyo,

        Thanks for your reply.

        Yes, using checking Market.Position is a good practice when you wish to enter from a flat position.

        If the order has not been cancelled then you would not be flat.

        Comment


          #5
          Great. So everything is OK. Thank you.

          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