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 Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          633 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          364 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          105 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          567 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          568 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X