Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to determine how many bars an order has been open?

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

    How to determine how many bars an order has been open?

    How to determine how many bars an order has been open?

    #2
    Hello boreland,

    Thanks for your post.

    You can use the method BarsSinceEntryExecution(). Please see the help guide for key details and example: https://ninjatrader.com/support/help...yexecution.htm

    Alternatively, if you are placing market orders which usually fill immediately, you can create an integer counter that is set to zero when you place the order and then you increment it on each new bar. Otherwise if using limit orders that may not fill right away you can check to see if the order is filled in OnOrderUpdate(), OnExecutionUpdate(), or OnPositionUpdate() and reset the class level variable integer counter there.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    87 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    132 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    65 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    118 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X