Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Managed vs unmanage regarding order

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

    Managed vs unmanage regarding order

    I have an old Algo that I programmed under unmanaged approach in NT7. I can migrate it to NT8, but before that, I'm considering perhaps reconverting it to a managed approach. However I've been reading about some limitations with order's life that might disrupt normal trading. The problem is that the Algo goes Tick by Tick because is intraday, so I have doubts about orders keep alive without resubmitting them every tick. The NT8's guide shows the following:


    - Orders are primarily submitted from within the OnBarUpdate() method when a specific order method is called. By default, orders are kept alive, provided they are re-submitted on each call of the OnBarUpdate() method. If an order is not re-submitted, it is then canceled. Orders can be modified by re-submitting them with changed parameters (a new limit price, for example).​

    - By default, orders submitted via Entry() and Exit() methods automatically cancel at the end of a bar if not re-submitted

    So, what is the behavior to expect from NT8 under a managed approach regarding order's life ?

    Thanks

    #2
    Hello pstrusi,

    This is correct, if an order is submitted with isLiveUntilCancelled as false (or using a different overload which will default this to false) the order will expire and automatically cancel when the submission bar closes. When isLiveUntilCancelled is true, the order will remain working and will not expire.

    The unmanaged approach will not automatically cancel orders.

    You may find these examples helpful.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    63 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    40 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    21 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    23 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    51 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X