The actual order is placed on the First Tick of the Bar, verified by the “Announcement”, however rather than filling the order in that bar, it is filled after that bar closes. My question is why isn’t the order filled in the same bar the order is placed?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Order is Filled 1 Bar Late
Collapse
X
-
Order is Filled 1 Bar Late
I’m using the Managed Approach in my Strategy and am placing an order on the First Tick of the Bar following an evaluation of various indicators on the previous bar, and am also using the Price of the previous bar for my order.
The actual order is placed on the First Tick of the Bar, verified by the “Announcement”, however rather than filling the order in that bar, it is filled after that bar closes. My question is why isn’t the order filled in the same bar the order is placed?Tags: None
-
With real time and CalculateOnBarClose = false, it should evaluate the condition while the bar is forming and submit right when the condition is true.
What is the CalculateOnBarClose setting for the strategy. The strategy is what's actually submitting orders and hosting all indicators. You should not assign COBC at all within any of the hosted indicators, as they will inherit the strategies COBC property, and assigning this explicitly within hosted indicators can cause issues.CalculateOnBarClose = false, for all indicators.Last edited by NinjaTrader_RyanM1; 04-03-2012, 02:14 PM.Ryan M.NinjaTrader Customer Service
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
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment