Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Extra fills on limit order

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

    Extra fills on limit order

    I have a simple strategy that enters using a market order and exits using a simple limit order or stop. Very straight forward. My code for my limit exit is below. I tried attaching a screenshot but the file is too large. Basically I enter a position of 7 contracts, yet my limit order fills a total of 11 contracts. All 11 contracts are market LLimit, so I know that they all came from the profit target order. Why would these quantities be off?

    Code:
    if (Positions[0].MarketPosition==MarketPosition.Long)
    	ExitLongLimit(limitprice,"LLimit","LE");

    #2
    toptrader, are you attempting any scale in / scale out with your strategy or does it consist of one entry signal with a stop / target exit?

    Are you already working with the TraceOrders feature to debug your order behavior?

    Comment


      #3
      I am not scaling in/out of positions. It is very straight forward. I have used trace orders, unfortunately that hasn't helped identify the issue thus far. I am running with CalculateOnBarClose=false. Do you think that would have anything to do with the issue?

      Comment


        #4
        Please provide the TraceOrders output as well as the trace logs.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        23 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        20 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        14 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        10 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        41 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X