Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Entry always 1 bar late
Collapse
X
-
But the entry was submitted for execution on the primary bar on 1:25pm as shown by trace orders. You mean the primary bar won't get that order until the end of its 1:30pm bar? Therefore it executes on the open of the 1:35pm bar? If it was live and not during backtesting, would the order be entered on the open of the 1:30pm bar then?Originally posted by NinjaTrader_Bertrand View Post
-
You were saying the lag was because the signal checking was done on the secondary bar (i.e. BarInProgress==1), and the order was for the primary bar (i.e. BarInProgress==0) since BarInProgress==0 will be executed before BarInProgress==1 is executed.Originally posted by NinjaTrader_Bertrand View PostCorrect - in realtime the order is submitted the moment it's called by the BarsInProgess.
If I change the logic of my strategy so that the signal checking was done on the primary bar (i.e. BarInProgress==0), and the order was for the secondary bar (i.e. BarInProgress==1). Since BarInProgress==0 will be executed before BarInProgress==1 is executed, would the order then be execute without the 1 bar lag?
Comment
-
This would not make a difference either tjendra - to achieve an earlier fill in backtesting you would need to add a finer series still as in this sample - http://www.ninjatrader-support2.com/...ead.php?t=6652
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by cmoran13, Yesterday, 01:02 PM
|
0 responses
31 views
0 likes
|
Last Post
by cmoran13
Yesterday, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
22 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
160 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
95 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
148 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment