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 gbourque, Today, 06:39 AM
      2 responses
      4 views
      0 likes
      Last Post gbourque  
      Started by cre8able, Yesterday, 07:24 PM
      1 response
      13 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by cocoescala, 10-12-2018, 11:02 PM
      6 responses
      939 views
      0 likes
      Last Post Jquiroz1975  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      1 response
      17 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by benmarkal, Yesterday, 12:52 PM
      3 responses
      23 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X