tinkerz
02-07-2010, 01:50 PM
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
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