Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiple limit orders, how?

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

    Multiple limit orders, how?

    like:

    IOFirst = EnterLongLimit(0, true, DefaultQuantity, Close[0] - 10, "");
    IOSecond = EnterLongLimit(0, true, DefaultQuantity, Close[0] - 20, "");

    Only the latest one will remain. !

    And even better if you could add some other ones to opposite direction via EnterShortLimit but is that absolutely impossible?

    (NT7)

    #2
    raffu, since you're reusing the signal name it would just update the order then, please use different signal names and both orders should be present.

    Correct, if you're try placing opposing, bracket type orders the Internal order handling rules of the managed approach would 'catch' those attempt, you would need to work with TraceOrders = true in Initialize() to see that happening (open output window as well then).



    NT7 now offers also a new, unmanaged order submission mode - this would allow such approaches without any order handling rules here active - http://www.ninjatrader.com/support/h...d_approach.htm

    Comment


      #3
      Ok Thanks,

      and that TraceOrders was very usefull, the property "EntriesPerDirection" needed to be changed as well..

      Comment


        #4
        You're welcome and correct, or working on unique entry order handling...

        Comment

        Latest Posts

        Collapse

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