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 Jimmyk, 01-26-2018, 05:19 AM
        6 responses
        835 views
        0 likes
        Last Post emuns
        by emuns
         
        Started by jxs_xrj, 01-12-2020, 09:49 AM
        6 responses
        3,290 views
        1 like
        Last Post jgualdronc  
        Started by Touch-Ups, Today, 10:36 AM
        0 responses
        10 views
        0 likes
        Last Post Touch-Ups  
        Started by geddyisodin, 04-25-2024, 05:20 AM
        11 responses
        62 views
        0 likes
        Last Post halgo_boulder  
        Started by Option Whisperer, Today, 09:55 AM
        0 responses
        8 views
        0 likes
        Last Post Option Whisperer  
        Working...
        X