Hi,

I'm working with KAMA in my trading strategy and I look different KAMA values in different backtests for same bar.

KAMA values can be quite different depending on the start date.

I searched KAMA calculation method and formula is using Prior KAMA;

Current KAMA = Prior KAMA + SC x (Price - Prior KAMA)

So when calculating first KAMA we have no Prior KAMA and ve have to assign value for this.

I think QC calculation method assign “0” and this is farthest value to be.

My suggestion is using SMA(period) instead of zero and minimize the margin of error.

Thanks