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