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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        67 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        36 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        60 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        62 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        53 views
        0 likes
        Last Post CarlTrading  
        Working...
        X