How would you retrieve the values from this array?
I have ten days but I only want the value for yesterday.
var aValues = getValue( "Close", 0, -10 )
I have ten days but I only want the value for yesterday.
var aValues = getValue( "Close", 0, -10 )
Comment