Hi, thanks and indeed you are correct that my custom series will have division by zero if all values of pairs are zero (ie. in the beginning during the LookBack period).

Do you know when the next update will be available?

Is there any way to avoid this until the next update arrives? I was thinking a quick check of (if Data[0]==0, return 0; otherwise calculate series). However, this didn't seem to work.

Thanks