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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X