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 jclose, Today, 09:37 PM
        0 responses
        5 views
        0 likes
        Last Post jclose
        by jclose
         
        Started by WeyldFalcon, 08-07-2020, 06:13 AM
        10 responses
        1,413 views
        0 likes
        Last Post Traderontheroad  
        Started by firefoxforum12, Today, 08:53 PM
        0 responses
        11 views
        0 likes
        Last Post firefoxforum12  
        Started by stafe, Today, 08:34 PM
        0 responses
        11 views
        0 likes
        Last Post stafe
        by stafe
         
        Started by sastrades, 01-31-2024, 10:19 PM
        11 responses
        169 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X