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 cmoran13, 04-16-2026, 01:02 PM
        0 responses
        57 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        36 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        165 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        101 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        162 views
        2 likes
        Last Post CaptainJack  
        Working...
        X