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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        173 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        328 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        252 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        354 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        181 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X