al[i] (where i=[0,…,n])
I need to access arraylists values from the strategy.
Is it possible to expose arraylist values to another strategy or indicator so I could access from the strategy a value from let’s say third [i+1] arraylist on third position and not from 3 bars ago as it would happen if I would use DataSeries object (in the original indicator I use: al[2][2] to get the value).
If so, how can I accomplish it?

Comment