Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unfilled limit orders cancelled

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

    Unfilled limit orders cancelled

    Hello,

    I have a strategy that will place a limit order when conditions are met using this:

    Code:
    EnterLongLimit(DefaultQuantity, Close[0] - TickSize * 2, "LongEntry");
    As you can imagine, some of these orders do not get filled and end up being cancelled at the end of the current bar.

    I would like to include something in my strategy that will immediately submit a market order on the next bar if the limit order doesn't get filled. I'm sure there are several ways to accomplish this, but I'm not sure where to start.

    Can anyone provide some sample code or advice? Thank you!

    #2
    fred,

    If you want to have your limit orders continue to exist you could try the following reference sample.

    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Thank you!

      This is exactly what I needed to see. I will play around with it.

      Comment


        #4
        fred,

        No problem. You may also want to look into the CancelOrder() function. We have a lot of reference samples, including one on that, here : http://www.ninjatrader.com/support/f...splay.php?f=30
        Adam P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        648 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        574 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X