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

Laguerre RSI - no gamma - MetaTrader 5용 지표

조회수:
5660
평가:
(32)
게시됨:
2018.10.02 18:30
업데이트됨:
2019.01.29 12:15
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Basics:

The Laguerre RSI indicator created by John F. Ehlers is described in his book "Cybernetic Analysis for Stocks and Futures". It's a responsive RSI successor constructed using only 4 bars of data, but compared to the regular RSI it has way less noise (whipsaws) considering its fast reaction speed.

The gamma value determines how aggressive or conservative does it get; for example, a value like 0.80 is considered conservative whereas the value of 0.5 will be more reactive but more prone to whipsaws.

This version:

Instead of using gamma parameter (which is rather "cryptic") this version is using what is common in most similar indicators: the period. The period can be fractional; (ie: it does not need to be integer value). Also, in order to filter out some false signals, Laguerre filter is added for RSI smoothing. To turn of the smoothing, simply set the filter period to less than or equal to 1

Usage:

You can use it (in combination with adjustable levels) for signals when color of the Laguerre RSI changes


Instantaneous trend line - levels Instantaneous trend line - levels

Instantaneous trend line - using levels for signals filtering

Laguerre filter - no gamma Laguerre filter - no gamma

Laguerre filter - without the usage of gamma parameter

Wilson Relative Price Channel - mod Wilson Relative Price Channel - mod

Wilson Relative Price Channel - modification

Relative price channel Relative price channel

Relative price channel