Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EnterLongStopLimit - missed execution

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

    EnterLongStopLimit - missed execution

    Hello,

    My strategy submitted a long entry today via EnterLongStopLimit for ES futures. The stop level in the submitted order was 1930.25 and limit was 1931. That same very second when the order was being executed the market moved to 1930.5, and my order was rejected, because the stop level was already below the market. Is there any way to make this order still execute. I do not care if I go long a tick or two higher.

    Thanks,
    redduke

    #2
    Sounds like bad luck at that point in time.. Execution speed be damned.... never be faster than market sitting at home..

    Place a market order next time.

    ES isn't that bad of a place to market order. Assuming a small order type... if I'm in Bid/Ask range it's all good.. a tick off.. that's cool too...

    It's all about the speed of the market...

    Comment


      #3
      I guess one of the options is to check if order was rejected, and then resubmit it as market order. Is this the best way to go about it?

      Comment


        #4
        Originally posted by RedDuke View Post
        I guess one of the options is to check if order was rejected, and then resubmit it as market order. Is this the best way to go about it?
        Correct that would an option as well, but you would need to work with the Realtime error management of the script set to .TakeNoAction as otherwise the rejection will mean per default strategy disablement.

        Comment


          #5
          Hi Bertrand,

          I already have the following code in Initialization:
          RealtimeErrorHandling = RealtimeErrorHandling.TakeNoAction;

          What is the best way to capture the above error? Is it to check OrderState, such as OrderState.Rejected or OrderState.Cancelled?

          Thanks,
          redduke

          Comment


            #6
            Correct, this would allow you to capture the order state rejected in your OnOrderUpdate() and then act as desired.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by charlesugo_1, 05-26-2026, 05:03 PM
            0 responses
            60 views
            0 likes
            Last Post charlesugo_1  
            Started by DannyP96, 05-18-2026, 02:38 PM
            1 response
            147 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 05-11-2026, 05:56 AM
            0 responses
            161 views
            0 likes
            Last Post CarlTrading  
            Started by CarlTrading, 05-10-2026, 08:12 PM
            0 responses
            97 views
            0 likes
            Last Post CarlTrading  
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            284 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Working...
            X