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

I want to write data to a file

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

    I want to write data to a file

    Hi everyone.

    I would like to know how I can get the NinjaTrader environment variable to determine the folder where my indicator is installed, so that I can save data (create a file, write it and read it) to that same folder.

    Thanks in advance.

    #2
    Hello trader2022ne,

    I would not recommend that you write in the NinjaTrader Environment folder, and instead write to your own folder which could be located in Documents.

    That said, below is a link to the reference sample on using StreamWriter in the help guide.


    The NinjaTrader.Core.Globals.UserDataDir is the NinjaTrader Environment folder.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello NinjaTrader_ChelseaB​,

      Just out of curiosity, why is it not recommended to write in the folder where the indicator is installed inside the NinjaTrader folder?

      Thank you.

      Comment


        #4
        Hello trader2022ne,

        Clutter and bloat especially when making backups. I generally advise not to put any files anywhere in the environment folder except for in the templates folder.
        And if it's something large being written, put this a folder outside of the environment folder.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by rhyminkevin, Today, 04:58 PM
        1 response
        34 views
        0 likes
        Last Post Anfedport  
        Started by iceman2018, Today, 05:07 PM
        0 responses
        4 views
        0 likes
        Last Post iceman2018  
        Started by lightsun47, Today, 03:51 PM
        0 responses
        7 views
        0 likes
        Last Post lightsun47  
        Started by 00nevest, Today, 02:27 PM
        1 response
        14 views
        0 likes
        Last Post 00nevest  
        Started by futtrader, 04-21-2024, 01:50 AM
        4 responses
        49 views
        0 likes
        Last Post futtrader  
        Working...
        X