Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Method After OnBarUpdate

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

    Method After OnBarUpdate

    Hello,

    I have a multi-timeframe strategy that I run over a list of instruments (so not just one but several at once).

    I would like to write all data from these instruments into one file. When I put the File.Write method in the OnBarUpdate it writes it for every instrument at a time. I would like to do that at the end.

    So I was thinking to create an Global Array variable that I fill in the OnBarUpdate.

    Question: is there a method that I can make that runs after the OnBarUpdate so I can write the global array into a file in one take?

    Or any other ideas are welcome.

    Thanks

    #2
    Hi Siroki, so you mean you want an event after you've done backtesting your script or disabled it? I would look into OnTermination() then.

    Comment


      #3
      Great, exactly what I was looking for.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      67 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      36 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      59 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      62 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X