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 CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        178 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        99 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        131 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        210 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        186 views
        0 likes
        Last Post CarlTrading  
        Working...
        X