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 CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      16 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      120 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      174 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      91 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      134 views
      0 likes
      Last Post cmoran13  
      Working...
      X