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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X