Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Limit Orders appear unlimited

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

    Limit Orders appear unlimited

    Hello All,

    I created a Bracket order using an Unmanaged approach. Please see the relevant code below. My understanding is that once say "tickLimitLongStop" is reached, the order immediately becomes available for filling, with the " tickLimitLong " being the max that the system must fill me at. If it cannot provide a fill at this limit or better then I get no fill. Is this correct? Because I sometime get fills well in excess of my tickLimitLong.

    Can someone comment please



    tickLimitLong = Close[0] + (11*TickSize);
    tickLimitLongStop = Close[0] + (8*TickSize);
    tickLimitShort = Close[0] - (11*TickSize);
    tickLimitShortStop = Close[0] - (8*TickSize);
    J = 0;
    longOrder = SubmitOrder(0, OrderAction.Buy, OrderType.StopLimit, 1, tickLimitLong, tickLimitLongStop, String.Format("Oil" + qty), "long limit entry" + Close[0]);
    shortOrder = SubmitOrder(0, OrderAction.SellShort, OrderType.StopLimit, 1, tickLimitShort, tickLimitShortStop, String.Format("Oil" + qty), "Short limit entry" + Close[0]);

    #2
    Hello cocopod,

    Thank you for your post.

    What are some examples of excessive fills? Is this in simulation or live trading? Is the fill above the limit on the buy and below the limit on the sell?

    Comment


      #3
      hi Again Patrick,

      I am in SIM but using live data.

      >>Is the fill above the limit on the buy and below the limit on the sell?<<

      I get examples of both

      Comment


        #4
        Hello cocopod,

        Thank you for your response.

        Can you send your log and trace files to platformsupport[at]ninjatrader[dot]com with this thread in the subject line? In addition, please include 'ATTN: Patrick' in the body of the e-mail.

        You can do this by going to the Control Center-> Help-> Mail to Platform Support.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        81 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        41 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        64 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        66 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        54 views
        0 likes
        Last Post CarlTrading  
        Working...
        X