Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Event Driven programming

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

    Event Driven programming

    If I asign an entry order to an IOrder Object in the OnBarUpdate()?, Is necessary (a must) to call later at the OnOrderUpdate() to reset the entry order to null?

    Thanks.

    #2
    Correct, CJS you want to nullify the IOrder in order to submit another order then, otherwise your order submission would get 'stuck' as the IOrder was in a so called terminal state (rejected, cancelled, filled).

    Comment


      #3
      But, if the entry order has been filled, Is necessary (a must) to call later at the OnExecution() to reset the entry order to null? Or the entry order can be reset to null (if filled) within the OnOrderUpdate() ?

      Comment


        #4
        CJS, if it got cancelled and is not partfilled > reset it in OnOrderUpdate() - else reset it in OnExecution() - http://www.ninjatrader.com/support/f...ead.php?t=7499

        Comment


          #5
          Is there any difference about Internal Order Hadling rules whether I work with normal order or if I use objects IOrder?

          Comment


            #6
            No, the IOrders would just offer you more control.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            648 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            369 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            108 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            573 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            575 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X