Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Order Handling Rules

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

    Order Handling Rules

    I want to put orders in the two orders in the market at the start of the day, a short limit ordera and a long limit.

    the order handling rules keeps rejecting the second order. Is there a way around this. I was hoping that the distance btw the two limit levels would be sufficient to allow both orders to be submitted so that I could cancel the other order upon execution of either order.

    EnterShortLimit(0, true, DefaultQuantity, PriorDayOHLC().PriorHigh[0]+ExceedPrice, "");

    EnterLongLimit(0, true, DefaultQuantity, PriorDayOHLC().PriorLow[0]-ExceedPrice, "");

    #2
    fiddy, correct in this setup case in our managed mode the order handling rules would 'catch' the other leg. You would be able to work this approach directly in our more flexible unmanaged mode - http://www.ninjatrader.com/support/h...d_approach.htm

    Or you monitor for price and your breakout levels in managed and only submit one order at the time.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    177 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    332 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    254 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    356 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    184 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X