I've got a strategy running on a chart. I noticed that when I plot the executions that the executions are being plotted one-bar after the one I expect. Just wanted to check if this is normal or if there's a glitch in my code. I've attached a screenshot of an example. I expect to go long on the close of the bar before the entry bar thats plotted and exit on the bar before the exit bar that's plotted.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Plot Executions is on Wrong bar
Collapse
X
-
Plot Executions is on Wrong bar
I've got a strategy running on a chart. I noticed that when I plot the executions that the executions are being plotted one-bar after the one I expect. Just wanted to check if this is normal or if there's a glitch in my code. I've attached a screenshot of an example. I expect to go long on the close of the bar before the entry bar thats plotted and exit on the bar before the exit bar that's plotted.
1 PhotoTags: None
-
Hello kevinenergy,
Thanks for your post.
This behavior would be expected when we are calculating a strategy with Calculate.OnBarClose. Let's take a look at the SampleMACrossover strategy. A cross occurs and the next bar calculates the crossover and submits an order. The next bar after that then shows the execution marker.
Testing with Calculate.OnEachTick/OnPriceChange, we can see that a cross can occur, an order can be submitted and the execution can be plotted all on the same bar. I used Tick Replay to be able to run the strategy historically using Calculate.OnEachTick/OnPriceChange.
Please let us know if you have any additional questions.
- Likes 1
-
Thanks for clarifying Jim. Guess it makes sense since things are actually happening on the open of the next bar.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
42 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
64 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment