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 charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
59 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
143 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
161 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
97 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
280 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment