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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      57 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      143 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      161 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      97 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      276 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X