Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to determine how many bars an order has been open?
Collapse
X
-
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.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
359 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
281 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment