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.
    BertrandNinjaTrader Customer Service

    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
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by The_Sec, Yesterday, 03:37 PM
        1 response
        11 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by vecnopus, Today, 06:15 AM
        0 responses
        1 view
        0 likes
        Last Post vecnopus  
        Started by Aviram Y, Today, 05:29 AM
        0 responses
        5 views
        0 likes
        Last Post Aviram Y  
        Started by quantismo, 04-17-2024, 05:13 PM
        3 responses
        27 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by ScottWalsh, 04-16-2024, 04:29 PM
        7 responses
        36 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X