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 SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        47 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        22 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        15 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        21 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        23 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X