Indicators values in [0] going to [1]

 

Hi

Can anybody tell me at what point the values in an array series get shifted from position i to position i+1, especially in a custom indicator if for example, i have a value in Array[0] at what point is it shifted to Array[1]

Thanks

Paul

 

If the array is an indicator index:

When a new bar is added to the chart.

 
phy wrote >>

If the array is an indicator index:

When a new bar is added to the chart.

Thanks phy

What about if it is in a custom indicator called with a different time frame that is just called from another indicator and not directly on the chart ....

Thanks

Paul

Reason: