Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Single order vs multiple orders (same price)

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

    Single order vs multiple orders (same price)

    Hi,
    When I submit an order via strategy, each partial fill get a different stop/target orders. Is there away to combine those orders into a single order with updated quantities?

    Thanks.

    #2
    Hello benharper,

    Thanks for your post.

    This is not possible with the Managed Orders approach. You would be able to achieve this in the Unmanaged Orders approach using SubmitOrder however you will need to manage and track manually.

    HelpGuide references:

    Managed: http://www.ninjatrader.com/support/h...d_approach.htm

    Unmanaged: http://www.ninjatrader.com/support/h...d_approach.htm

    SubmitOrders: http://www.ninjatrader.com/support/h...ubmitorder.htm

    Comment


      #3
      Thank you.

      Comment


        #4
        If I understand the reference guide correctly, I don't have to use SubmitOrder to achieve that.

        Can I use EnterLong() and then at OnExecution I can write something like stopOrder = ExitLongStop(0, true, execution.Order.Filled, execution.Order.AvgFillPrice - 4 * TickSize, "MyStop", "MyEntry");

        And as long as I keep the same signal "MyStop", it will update the existing order. Am I understanding it correctly?

        Comment


          #5
          Hello benharper,

          Thanks for your reply.

          Yes, you are correct in your understanding and the signal names are the key.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          65 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          149 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          162 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          99 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          286 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Working...
          X