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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      47 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      15 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      21 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X