Is it possible to isolate just a small subset of data within an array?
For example, if i have 100 data points in a single dimension array ("price_array"), I cannot figure out how to get the max, min or average for just 10 at a time.
This doesn't work...