거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Laguerre filter - no gamma - MetaTrader 5용 지표

조회수:
5859
평가:
(25)
게시됨:
2018.10.01 18:19
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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