Alligator Code (Fractal) for python kite api

Hi,

I am trying to implement a trading strategy (in python) for which I need simple-smoothed-moving-average (alligator red-line -> kind of Ref(Wilders(Avg,8),-5) )… Any idea if there is a python lib for it ?

TA-Lib for python has SMA, EMA but not Alligator,

Thanks,

– rishi

you can use kalman filter based moving average.