Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot Executions is on Wrong bar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    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.

    Click image for larger version

Name:	NinjaTrader_2018-10-22_11-33-38.png
Views:	280
Size:	6.4 KB
ID:	1036752

    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.

    Click image for larger version

Name:	NinjaTrader_2018-10-22_11-38-36.png
Views:	254
Size:	4.9 KB
ID:	1036753

    Please let us know if you have any additional questions.

    Comment


      #3
      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
      50 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      126 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      69 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X