DEMAHP and TEMAHP

Double and triple exponential moving average high pass.

So those are the original value less the DEMALP or TEMALP.

They look to unstable for use because of the overshoot that causes a strange behaviour.

In the images we can compare the EMAHP, DEMAHP and TEMAHP.

Result of EMAHP(VALUE;1000)
Result of DEMAHP(VALUE;1000)
Result of TEMAHP(VALUE;1000)

To use DEMAHP and TEMAHP in Mover we do:


DEMAHP(parameter1;parameter2)

TEMAHP(parameter1;parameter2)


  • parameter1 is the value we want to filter.

  • parameter2 is the amount of samples/values used.