Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Laguerre filter - no gamma - indicatore per MetaTrader 5

Visualizzazioni:
5916
Valutazioni:
(25)
Pubblicato:
2018.10.01 18:19
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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