Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Writing data history to file does not include final bar

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

    Writing data history to file does not include final bar

    Hello,

    I created a strategy (based on other examples in the forum) that writes a range of history data to a text file. The problem I'm having is writing the final bar. For example, I will run the HIstorical Data download for a symbol for Jan 1 through today (running download in the evening, 4-5 hours after the U.S. market closes. I then run the strategy, and if I select DAY, then it will write all days up through yesterday, but not today's OHLC values. If I switch to minute, then it will write all Minute data, including today except for the final minute of the normal trading hour).

    What am I missing?

    Thanks,
    Ray
    Attached Files

    #2
    Hello jrm999,

    Thank you for the post.

    Since the strategy runs on bar close, you will not get todays timestamp until todays bar has closed. You can work around this by setting Calculate == OnEachTick and only running the logic for the first tick of the bar. See the attached modification of the script you posted.

    Please let me know if I can assist further.

    Attached Files
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Thank you Chris. I made the change and it performed exactly as expected. I really appreciate your assistance.

      Ray

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by PaulMohn, Today, 03:49 AM
      0 responses
      6 views
      0 likes
      Last Post PaulMohn  
      Started by inanazsocial, Today, 01:15 AM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_Jason  
      Started by rocketman7, Today, 02:12 AM
      0 responses
      10 views
      0 likes
      Last Post rocketman7  
      Started by dustydbayer, Today, 01:59 AM
      0 responses
      3 views
      0 likes
      Last Post dustydbayer  
      Started by trilliantrader, 04-18-2024, 08:16 AM
      5 responses
      23 views
      0 likes
      Last Post trilliantrader  
      Working...
      X