Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DataSeries verses Array: Processing and storing non-sequential data

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

    DataSeries verses Array: Processing and storing non-sequential data

    Hello:
    I have been working quite some time on this problem. In an indicator, one uses a DataSeries to store and then display sequential data for each bar on a chart. For example:

    myDataSeries.Set(Value); // store and display sequential data

    Question: How does one process data in a DataSeries from any bar other than the current bar and store it sequentially ([0], [1], etc.) ?

    Some simple examples I have tried to handle this problem includes:

    As a DataSeries: newDataSeries.Set(myDataSeries[5]); // [5], [10], … stored sequentially as [0], [1], …

    As an Array: newDataSeries(myDataSeries[5]) // same as DataSeries example

    The resultant data can then be used in formulas as they are now in sequential order. Any ideas?

    Thanks.
    Tony

Latest Posts

Collapse

Topics Statistics Last Post
Started by SalmaTrader, 07-07-2026, 10:26 PM
0 responses
29 views
0 likes
Last Post SalmaTrader  
Started by CarlTrading, 07-05-2026, 01:16 PM
0 responses
17 views
0 likes
Last Post CarlTrading  
Started by CaptainJack, 06-17-2026, 10:32 AM
0 responses
9 views
0 likes
Last Post CaptainJack  
Started by kinfxhk, 06-17-2026, 04:15 AM
0 responses
16 views
0 likes
Last Post kinfxhk
by kinfxhk
 
Started by kinfxhk, 06-17-2026, 04:06 AM
0 responses
19 views
0 likes
Last Post kinfxhk
by kinfxhk
 
Working...
X