Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to read /write a global array?

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

    How to read /write a global array?

    Can somebody post sample code that shows everything needed to 1) declare a global array in an indicator and initialize it 2) read the global array in another indicator? I'm baffled.

    #2
    Hi maxpi,

    What are you using this array for? What you want to do is write out every element of the array into a text file as new individual lines. Then you can read all of the lines into a new array in your other indicator.

    Please see the reference sample section of the forums and look for the StreamReader and StreamWriter samples.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      I want to make an indicator that runs on a tick chart but I want to display the results on a bar chart. Writing to a text file probably would be ok really, I had assumed there was a way in C# to simply have a global array but I guess it's sort of verboten...

      Comment


        #4
        In that case the StreamReader/StreamWriter examples should be of use.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        580 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        336 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        102 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        552 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X