Hi,
Outside the main Algo/Asset loop for performance reason I'd like to perform, once a day, certain calculation going through all the Algo/Asset loop.
I was looking for Enumeration loops ( for(all_algos) { ... } and for(used_assets) { ... } ), but, accordingly to the manual, they can not be nested.
Which is the recommended way to code such loop?

Thank you in advance