Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OrderManagement quantity doesn't change.

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

    OrderManagement quantity doesn't change.

    In OnBarUpdate method when certain conditions occur, I want to short. So, I do -

    SetStopLoss("ShortEntry", CalculationMode.Price, stop, false);
    SetProfitTarget("ShortEntry", CalculationMode.Price, profit);
    EnterShortStopMarket(quantity, entry, "ShortEntry");

    When the OnBarUpdate called next time after next bar is complete, if the entry didn't happen, I cancel the ShortEntry as -

    CancelOrder(entryOrder);

    The entryOrder is picked up from OnOrderUpdate for "ShortEntry" order name.

    After I cancel the order. I recalculate new entry, stop, profit target, quantity etc and
    resubmit above three orders with new calculated values.

    The new order has everything correct except quantity. The quantity value doesn't change. Am I doing something wrong?

    I print the whole order in OnOrderUpdate and I see the all variables like entry, stop, profit target etc are changed but the quantity doesn't. The quantity is same as the first order and not the newly computed one.

    Can someone help me with this?

    Thank you for your help!
    Last edited by hemanty; 11-07-2017, 08:51 PM.

    #2
    Hello Hemanty,

    Thank you for your note.

    Without the full code we're unable to test on our end.

    If you'd like to upload the full code I can take a look and see if anything jumps out. Or if you'd prefer to email a copy, send to platformsupport[at]ninjatrader[dot]com with Attn: Alan P in the Subject line. Also within the email please include a link to this thread, and the files.

    I look forward to your reply.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    51 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    142 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    160 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    96 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    275 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X