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 charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        61 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        149 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        162 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        99 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        286 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X