Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Laguerre filter - no gamma - indicator for MetaTrader 5

Views:
5892
Rating:
(25)
Published:
2018.10.01 18:19
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Basics :

Laguerre filter was described long time ago by John Ehlers in the "Time Warp - without Space Travel" document. It is not used a lot probably due to one "cryptic" parameter that is used " the "gamma" parameter. That parameter is the dumping factor of the low pass EMA filter. As you can see, it is clear why it is not widely understood what it does

This version :

Instead of using that parameter, this version is using what majority of traders are used to when it comes to "average like" indicators : the period. That way it can easily be used as any other average type indicator, and now you can use only two widely known parameters :

  • the calculation period
    • calculation period does not need to be integer
    • you can use fractional calculation periods (just for the sake of experimenting use period 1.5, for example, and see how a very fast filter can still produce smooth results)
  • the price (the usual set of prices)

Usage :

It period is made to "mimic" averages fairly well. Since this indicator is producing very smooth results (even for very short periods) it is a rather useful indicator.You can use color changes as signals

DSL synthetic super smoother momentum DSL synthetic super smoother momentum

DSL synthetic super smoother momentum

DSL synthetic ema momentum DSL synthetic ema momentum

DSL synthetic ema momentum

Instantaneous trend line - levels Instantaneous trend line - levels

Instantaneous trend line - using levels for signals filtering

Laguerre RSI - no gamma Laguerre RSI - no gamma

Laguerre RSI - without using the gamma parameter