Hull's responsive MA: WMA(2*WMA(n/2) - WMA(n), sqrt(n)).
Trailing-window length.
https://screamer.readthedocs.io/en/latest/ for the Python reference and full details.
Hull's responsive MA: WMA(2*WMA(n/2) - WMA(n), sqrt(n)).