Hi jcl.

I'd like to code a function that would internally store data from call to call, and use this function for different Assets and possibly Algos.

Is there a simple or recommended way to establish separate static variable spaces by Asset and/or Algo so the calls won't clobber each other's saved data?

Thanks.