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

C# Array and storing data

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

    C# Array and storing data

    As I understand it the dataseries stores a number until the bar closes, that number can change via updates, but the reference is the historical bar.

    I was wondering if there is an array in C# that can store incoming data, lets say in a fixed array of 128.

    And be able to remove the oldest data and replace with the new data sequentially?

    Then once the data is stored in the array you could run frequency algo's, just a thought, be nice though

    Thanks

    #2
    tinkerz, the concept you can search for is called a stack. Basically it is an array designed to have data pushed into it and popped out, without any extra overhead.
    AustinNinjaTrader Customer Service

    Comment


      #3
      also look up a "queue" data structure

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      4 views
      0 likes
      Last Post Javierw.ok  
      Started by timmbbo, Today, 08:59 AM
      2 responses
      10 views
      0 likes
      Last Post bltdavid  
      Started by alifarahani, Today, 09:40 AM
      6 responses
      40 views
      0 likes
      Last Post alifarahani  
      Started by Waxavi, Today, 02:10 AM
      1 response
      18 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by Kaledus, Today, 01:29 PM
      5 responses
      15 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X