Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

last bar of backtest

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

    last bar of backtest

    is there a method to call the last bar of a back test (strategy analyzer)? I am printing some results to a file and I want to wait until the backtest is over to print, in order to save processing time printing on each bar update

    I tried Bars.PercentComplete but it just printed on each bar

    #2
    Hello eurostoxx trader,
    There is no way to know the last bar while backtesting. However if you want to know when the backtest has ended, then you can append the note in the OnTermination code to do it.
    Code:
    protected override void OnTermination()
    {
    	Print("Backtesting done");
    }
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Perfect, thanks so much.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      146 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      71 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      125 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      79 views
      0 likes
      Last Post PaulMohn  
      Working...
      X