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 Mindset, Today, 06:46 AM
        0 responses
        8 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, Yesterday, 05:21 PM
        0 responses
        13 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        15 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        82 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        47 views
        0 likes
        Last Post PaulMohn  
        Working...
        X