Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Write ti file only once time when strategy finished

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

    Write ti file only once time when strategy finished

    Hi all

    I am triying to define a strategy to get returns accumullated per day of week, my goal is store the Close-Open= return per each day...monday, tuesday.. and when we reach the last bar to write to file this value.

    My approach till now is I can store this value per bar in each iteration of on bar update and in excel manage it but this is not the right way. Also a I can store my final values per each day of week but i cannot find where I have to locate my writeline code to write to file just before stratety finish, I already try do it with bar.count and currenbar, also with state,terminated but I could not figure it, please if somebody can help me.


    Regards.

    #2
    Hello J2512,

    Thanks for your post.

    I have moved this topic over to the NinjaTrader 8 General Development section of the forums since it is related to NinjaScript development.

    Something you could consider would be checking if CurrentBar == Bars.Count-2 and call your WriteLine method within that condition check.

    See the help guide documentation below for more information.
    SampleStreamWriter: https://ninjatrader.com/support/help...o_write_to.htm
    CurrentBar: https://ninjatrader.com/support/help...currentbar.htm

    ​​​​​​​Let us know if we may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    635 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    106 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    567 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    571 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X