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.
        JesseNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by GussJ, 03-04-2020, 03:11 PM
        16 responses
        3,279 views
        0 likes
        Last Post Leafcutter  
        Started by WHICKED, Today, 12:45 PM
        2 responses
        19 views
        0 likes
        Last Post WHICKED
        by WHICKED
         
        Started by Tim-c, Today, 02:10 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by Taddypole, Today, 02:47 PM
        0 responses
        5 views
        0 likes
        Last Post Taddypole  
        Started by chbruno, 04-24-2024, 04:10 PM
        4 responses
        52 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Working...
        X