Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Placing Multiple Orders

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

    Placing Multiple Orders

    Hi

    I seem to have a problem ... when my signal is triggered (say long) I want to place one order to buy at market and then 4 more orders limit orders
    market-1 tick ,
    market-2 ticks,
    market-3 ticks and
    market-4 ticks

    My market order has a profit target of 16 ticks and my limit orders have a target of 4 ticks

    I have two SetProfitTarget calls

    SetProfitTarget("Mar****rder",CalculationMode.Tick s,16);
    SetProfitTarget("LimitOrder",CalculationMode.Ticks ,4);

    and I place my orders as follows:

    EnterLong("Mar****rder");
    EnterLongLimit(0,true,1,orderprice,"LimitOrder");

    The market order goes in ok and the first limit order goes in ok but the 2nd limit order updates the first limit order rather than creating a new one

    In the trace I get "Amended matching Order" - BUT it is not matching it is at a different price

    PLEASE how do i get around this?

    Thanks

    Paul

    #2
    Paul,

    It is because you name all 4 of your limit orders with the same name. If you want four separate orders you will want to use four separate names.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Josh View Post
      Paul,

      It is because you name all 4 of your limit orders with the same name. If you want four separate orders you will want to use four separate names.
      Josh

      I guessed that - will i also have to call setprofittarget 4 times as well?

      Thanks

      Paul

      Comment


        #4
        Paul,

        That is correct. One for each unique one.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by NinjaTrader_Josh View Post
          Paul,

          That is correct. One for each unique one.
          Thanks again Josh

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          558 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          324 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
          545 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          547 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X