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 CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        53 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        34 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        100 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        180 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        170 views
        0 likes
        Last Post CarlTrading  
        Working...
        X