Hi all,

I download external OHLC data in a csv file and parse/load it during runtime. The csv file have 1 minute OHLC however I'd like to resample it to 60 min OHLC. I prefer relying on Zorro's internal algorithm than writing my custom function.. Is there a Zorro function exposed to end-user to achieve this? I couldn't find any in the manual.

Thanks a lot.