Hello,My understanding is that ATL (STS) is calculated as a 7-day moving average of my Triscore (for Running or Cycling), and CTL (LTS) as a 42-day average.
Indeed it is! Should have looked at the wiki :)Afterwards, I had trouble finding the right formula for the exponentially weighted moving average, as there are so many floating around. Until I got to the original formula used by Coggan:CTL-today = CTL-yesterday + (TSS-today - CTL-yesterday)*(1/CTL time constant)
ATL-today = ATL-yesterday + (TSS-today - ATL-yesterday)*(1/ATL time constant)And now, I get the same numbers (regardless of some minor rounding).