DEMABP and TEMABP

Double and triple exponential moving average band pass.

The double and triple band passes look to unstable for use because of the overshoot that causes the strange behaviour.

They can be used, but in practise they look to strange for good results.

In the images we can compare the EMABP, DEMABP and TEMABP.

Result of EMABP(VALUE;10;1000)
Result of DEMABP(VALUE;10;1000)
Result of TEMABP(VALUE;10;1000)

To use DEMABP and TEMABP in Mover we do:


DEMABP(parameter1;parameter2;parameter3)

TEMABP(parameter1;parameter2;parameter3)


  • parameter1 is the value we want to filter.

  • parameter2 is the amount of samples/values used in the DEMA for one of the cutoff frequencies.

  • parameter3 is the amount of samples/values used in the DEMA for the other cutoff frequency.