I'd like to make Zorro record a tick every minute, but also generate hourly ticks in parallel, where each minute in an hour gets assigned its own version of hourly series.
I have an idea how to do this using a 60xLookBack matrix M[i,j] and writing my own function that moves the j elements back by one at each respective minute i. However, that is a little involved. Therefore, I'd like to ask if this functionality can be realized in zorro more conveniently?
Thanks for any suggestion!