Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Changing order on unmanaged

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

    Changing order on unmanaged

    Imagine this scenario with unmanaged orders:
    1. I submit a limit order for 1,000,000
    2. Order is part filled by 500,000
    3. The price changes and I send a ChangeOrder to set a new price for the limit order.

    When setting the change order I have to set the original quantity of the submited limit order or the remaining quantity?

    ChangeOrder(MyOrder, Quantity, Price, 0);

    #2
    guillembm, you would set this for the remaining qty then - however executions could still be coming in for the working order in partfilled state (while you send the change request), so you need to carefully monitor.

    Comment


      #3
      So, the best way to monitor the remaining quantity would be Position.Quantity?

      Comment


        #4
        That would be one way, but closer would be changing the order in OnExecution(), here you would know execution.Quantity - http://www.ninjatrader.com/support/h...iexecution.htm

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        58 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        39 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        19 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        21 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        51 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X