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

How to run "Indicator: Using StreamReader to read from a text file"

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

    How to run "Indicator: Using StreamReader to read from a text file"

    Hello. How to run "Indicator: Using StreamReader to read from a text file". When I just add it to any chart nothing happen. No errors, nothing. So, how to get it work?

    #2
    Hello,

    The indicator should have made a file on your computer in the following path:
    • (My) Documents\NinjaTrader 7\MyTestFile.txt

    and should have filled the text file with bar data..

    Did this not happen?

    By the way, nothing will happen on the chart itself. This indicator only writes to file.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      OH! I thought it for import to NT =)))) Sorry.

      Comment


        #4
        Hi alexstox,

        I'm sorry I do not quite understand. Can you clarify what you mean by you thought this was for import into NinjaTrader?
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          This indicator export data from NT, not import data to NT from TXT.

          Comment


            #6
            Hello,

            Does this mean you are trying to import data into NinjaTrader?

            If so you can do this by using the import tab in the Historical Data Manager.

            Below is a link to the help guide which explains this.
            http://www.ninjatrader.com/support/h.../importing.htm
            Chelsea B.NinjaTrader Customer Service

            Comment


              #7
              Thank you. I knew that. The problem is more deep. But it's in the process now.

              Comment


                #8
                Hi alexstox,

                Thanks for letting me know you are being helped.

                Let me know if I can be of further assistance.
                Chelsea B.NinjaTrader Customer Service

                Comment


                  #9
                  Why this indicator was called "StreamReader"? If it only write data from NT to TXT file, it might be called "StreamWriter"?!

                  Comment


                    #10
                    Hello,

                    There are two indicators you may have mixed up.

                    The SampleStreamReader, linked below, does not write to a file.
                    http://www.ninjatrader.com/support/f...ead.php?t=3476

                    The SampleStreamWriter, also linked below, does write to a file.
                    http://www.ninjatrader.com/support/f...ead.php?t=3475
                    Chelsea B.NinjaTrader Customer Service

                    Comment


                      #11
                      The SampleStreamReader get the data from TXT?

                      Comment


                        #12
                        Hello alexstox,

                        Yes, that is correct. SampleStreamReader will read or get data from a "TXT" file.

                        SampleStreamWriter is going to write or create data into a "TXT" file.


                        Let us know if we can be of further assistance.
                        JCNinjaTrader Customer Service

                        Comment


                          #13
                          I can't get it work!
                          Please help! Which format data should be in TXT file? Will it represent it as chart?

                          Comment


                            #14
                            Hello alexstox,

                            Are you attempting to import data into NinjaTrader's historical from a text file?

                            If so, you should do this with the Historical Data Manager.
                            http://www.ninjatrader.com/support/h.../importing.htm

                            The SampleStreamReader will not import historical data into NinjaTrader.

                            It will, however, read text from a text file which can be saved to a string. At that point you can use this text any way you would like to within the script that is reading the file.

                            The SampleStreamReader does not display the read text on the chart. Instead, this script prints to the Output window.
                            Tools -> Output Window...
                            Chelsea B.NinjaTrader Customer Service

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by algospoke, Yesterday, 06:40 PM
                            2 responses
                            19 views
                            0 likes
                            Last Post algospoke  
                            Started by ghoul, Today, 06:02 PM
                            3 responses
                            14 views
                            0 likes
                            Last Post NinjaTrader_Manfred  
                            Started by jeronymite, 04-12-2024, 04:26 PM
                            3 responses
                            44 views
                            0 likes
                            Last Post jeronymite  
                            Started by Barry Milan, Yesterday, 10:35 PM
                            7 responses
                            20 views
                            0 likes
                            Last Post NinjaTrader_Manfred  
                            Started by AttiM, 02-14-2024, 05:20 PM
                            10 responses
                            180 views
                            0 likes
                            Last Post jeronymite  
                            Working...
                            X