Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to detect last bar of Strategy analyzer run so I can dump info

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

    How to detect last bar of Strategy analyzer run so I can dump info

    Hi,
    I want to dump some data at the end of a strategy run.
    Currently I am triggering on bar number, or using Bars.GetBar(***)

    Problem is when I change the shape of the bar, I have to fish around to get the last bar number or bar date.

    Is there an easier way to do this?

    #2
    Hello, thanks for your post.

    We have the IsLastBarOfSession property for this:
    https://ninjatrader.com/support/help...rofsession.htm

    If your strategy runs OnPriceChange or OnEachTick, you will need to use the SessionIterator instead:
    https://ninjatrader.com/support/help...oniterator.htm

    Unfortunately, there is nothing pre-made that will tell you when the backtest completes specificaly, your code would need to check for the proper date to gather the information.

    Please let me know if I can assist any further.

    Comment


      #3
      Why not just do that data dumping from State.Terminated?

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      167 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      88 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      128 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      208 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      185 views
      0 likes
      Last Post CarlTrading  
      Working...
      X