Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    Chris L.NinjaTrader Customer Service

    Comment


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

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by ChartTourist, Today, 08:22 AM
      0 responses
      3 views
      0 likes
      Last Post ChartTourist  
      Started by LiamTwine, Today, 08:10 AM
      0 responses
      2 views
      0 likes
      Last Post LiamTwine  
      Started by Balage0922, Today, 07:38 AM
      0 responses
      5 views
      0 likes
      Last Post Balage0922  
      Started by JoMoon2024, Today, 06:56 AM
      0 responses
      6 views
      0 likes
      Last Post JoMoon2024  
      Started by Haiasi, 04-25-2024, 06:53 PM
      2 responses
      19 views
      0 likes
      Last Post Massinisa  
      Working...
      X