Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Records in my text file

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

    Records in my text file

    Hello,
    I'm developing a strategy that write the results of the trades in a text file. But when I check this file I find a lot of records that my strategy has not written. I attach the text file. My strategy only wrote the first five records.
    Thanks in advance for your help.
    Attached Files

    #2
    soyjesus, sorry would not know where those other entries would be coming from - could another strategy file write to the same file name perhaps?

    Comment


      #3
      Hello Bertrand,

      I have deleted the text file more than once. But when I run the strategy an then check the file I find all of these records.

      Comment


        #4
        soyjesus, sorry I would not really know without seeing the code you use to write to the txt file - it seems those are entries from days where the strategy simply did not trade?

        Comment


          #5
          Bertrand, I need that my strategy only write the real-time trades, but not the historical trades from days prior. And when I enable the strategy there are a lot of records before the corresponding to the real-time trades.

          Comment


            #6
            Then you have 2 options to accomplish that :

            1) Return out of your OnBarUpdate() for historical bars - http://www.ninjatrader.com/support/h...historical.htm

            2) Access realtime trades info only from the Performance class - http://www.ninjatrader.com/support/h...erformance.htm

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            161 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            308 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            245 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            349 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            179 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Working...
            X