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 rhyminkevin, Today, 04:58 PM
      1 response
      31 views
      0 likes
      Last Post Anfedport  
      Started by iceman2018, Today, 05:07 PM
      0 responses
      4 views
      0 likes
      Last Post iceman2018  
      Started by lightsun47, Today, 03:51 PM
      0 responses
      7 views
      0 likes
      Last Post lightsun47  
      Started by 00nevest, Today, 02:27 PM
      1 response
      14 views
      0 likes
      Last Post 00nevest  
      Started by futtrader, 04-21-2024, 01:50 AM
      4 responses
      49 views
      0 likes
      Last Post futtrader  
      Working...
      X