Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Playback101, Order '696d60b82a094d99942b0751995e78f8' can't be submitted

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

    Playback101, Order '696d60b82a094d99942b0751995e78f8' can't be submitted

    I have a strategy that uses
    SetProfitTarget(CalculationMode.Ticks, 10);
    SetStopLoss(CalculationMode.Ticks, 10);

    i dont use any exit orders except once when i issue a market order
    i get a error like following that makes no sense. the OCO is created by NT internals and needs to figure out how to deal with it.
    In addition you can see that the OCO id a0c6b247a15d46999ceb5e05ac6b0a8c is never used before it gets rejected


    Time Category Message
    2016-01-23 11:27:18 PM Order Playback101, Order '696d60b82a094d99942b0751995e78f8' can't be submitted: The OCO ID ‘a0c6b247a15d46999ceb5e05ac6b0a8c’ cannot be reused. Please use a new OCO ID. affected Order: Sell 1 Limit @ 1.08937

    #2
    I've never seen that in ES..

    although I'm using NAMED entries, and the parameter "TRUE"


    Code:
    SetStopLoss ("NamedEntry1", CalculationMode.Ticks, 72, true);

    Comment


      #3
      I have seen this with Unmanaged orders as well.

      What appears to be the case is if two OCOs are submitted, but one is rejected, this error occurs. It really needs to be cleaned up as there is nothing the coder can do after the OCO pair has been submitted.

      Comment


        #4
        Hello,

        I wanted to check on this item,

        Is this something your script can readily demonstrate or is this fairly random when this occurs?

        If the script you are using can re create this message by its logic I would like to see the logic being used for testing, it seems based on the replied this item has occurred for others as well so if possible I would like to look further into the cause.

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        672 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        379 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        111 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        577 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        582 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X